Color #EBA9EE

HEX

#EBA9EE

RGB

(235, 169, 238)

Quick Actions

Color Values

Color Space Values
RGB
R: 235, G: 169, B: 238 (92%, 66%, 93%)
CMYK C: 1%, M: 29%, Y: 0%, K: 7%
HSL H: 297°, S: 67%, L: 80%
HSV H: 297°, S: 29%, V: 93%
CIE-LAB L: 77.41, a: 35.36, b: -24.97
CIE-LCH L: 77.41, C: 43.29, H: 324.77
Hunter-Lab L: 72.26, a: 28.26, b: -34.28
Web Safe
#ff99ff
Complementary
#aceda8

#EBA9EE is a color with RGB values of 235 red, 169 green, and 238 blue (92%, 66%, 93% respectively). In the CMYK color space, it consists of 1% cyan, 29% magenta, 0% yellow, and 7% black. The color has a hue angle of 297°, 67% saturation, and 80% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ff99ff. The complementary color is #aceda8, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #EBA9EE

Explore different variations of #EBA9EE including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #EBA9EE. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #EBA9EE

Explore different color combinations and harmonies that work well with #EBA9EE.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #EBA9EE

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #EBA9EE

Text with #EBA9EE

This text has a font color of #EBA9EE.

<span style="color:#EBA9EE;">Text here</span>
.text { color: #EBA9EE; }

#EBA9EE background color

This paragraph has a background color of #EBA9EE.

<p style="background-color:#EBA9EE;">Content here</p>
.background { background-color: #EBA9EE; }

#EBA9EE border color

This element has a border color of #EBA9EE.
<div style="border:1px solid #EBA9EE;">Content here</div>
.border { border: 1px solid #EBA9EE; }

#EBA9EE box shadow

This element has a box shadow using #EBA9EE.
<div style="box-shadow: 0 4px 6px -1px #EBA9EE80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #EBA9EE80; }
Copied to clipboard!