Color: #E6A9DD

#E6A9DD Color Information

#E6A9DD is a light color. The closest websafe version is #E6A9DD. A complement of this color would be #A8E6B1, perceived brightness is 0.76, and the grayscale version is #C8C8C8.

In the HSL color space, this color has a hue angle of 309°,a saturation of 55%, and a lightness of 78%.The HSV representation shows a hue of 309°, a saturation of 27%, and a value of 90%.

In a RGB color space, #E6A9DD is composed of 90% red, 66% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 4% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 50.43, x: 0.3597, and y: 0.3017.

Color Code #E6A9DD

#E6A9DDrgb(230, 169, 221)
HEX
#E6A9DD
RGB
rgb(230, 169, 221)
HSL
hsl(309, 55%, 78%)
HSV
hsv(309, 27%, 90%)
CMYK
0%, 27%, 4%, 10%
XYZ
X: 60.13, Y: 50.43, Z: 56.59
Lab
L: 76.33, a: 29.19, b: -17.18
Name

Shades of Color #E6A9DD

Shades are created by darkening the original color #E6A9DD in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #E6A9DD

Tints are created by lightening the original color #E6A9DD in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#E6A9DDrgb(230, 169, 221)

About #E6A9DD Color Code

In the HSL color space, this color has a hue angle of 309°, a saturation of 55%, and a lightness of 78%. The HSV representation shows a hue of 309°, a saturation of 27%, and a value of 90%.

  • HEX: #E6A9DD
  • RGB: rgb(230, 169, 221)
  • HSL: hsl(309, 55%, 78%)
  • HSV: hsv(309, 27%, 90%)
  • CMYK: 0.00% cyan, 27.00% magenta, 4.00% yellow, 10.00% black
  • XYZ: 60.13, 50.43, 56.59
  • Yxy: 50.43, 0.3597, 0.3017
  • Hunter Lab: 76.33, 29.19, -17.18
  • CIE-Lab: 76.33, 29.19, -17.18

In the XYZ color space, this color is represented as X: 60.13, Y: 50.43, Z: 56.59. The Yxy representation further refines this as Y: 50.43, x: 0.3597, and y: 0.3017.

In the Hunter Lab color space, this color is represented as L: 76.33, a: 29.19, and b: -17.18. Similarly, in the CIE-Lab color space, it is represented as L: 76.33, a: 29.19, and b: -17.18.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #E6A9DD

Triadic colors are three colors evenly spaced around the color wheel, including #E6A9DD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #E6A9DD

Analogous colors are adjacent to #E6A9DD on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #E6A9DD

Monochromatic colors are variations of #E6A9DD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #E6A9DD

The complementary color of #E6A9DD is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #E6A9DD

/* Using HEX */
body {
  background-color: #e6a9dd;
}
/* Using RGB */
body {
  background-color: rgb(230, 169, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(230, 169, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(309, 55%, 78%);
}
/* Text color */
p {
  color: #e6a9dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e6a9dd;
}
/* Border color */
.box {
  border: 4px solid #e6a9dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e6a9dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e6a9dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E6A9DD
On Black Background
#E6A9DD
On White Background
#E6A9DD

HTML Examples of #E6A9DD

<!-- Using HEX -->
<div style="background-color: #e6a9dd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(230, 169, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(230, 169, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(309, 55%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e6a9dd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e6a9dd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e6a9dd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e6a9dd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e6a9dd; color: #fff; padding: 16px; border-radius: 8px;">
  #E6A9DD
</div>
#E6A9DD
On Black Background
#E6A9DD
On White Background
#E6A9DD

Related Colors of #E6A9DD

These colors are similar to #E6A9DD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.