Color: #E69ADD

#E69ADD Color Information

#E69ADD is a light color. The closest websafe version is #E69ADD. A complement of this color would be #99E6A2, perceived brightness is 0.72, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 307°,a saturation of 60%, and a lightness of 75%.The HSV representation shows a hue of 307°, a saturation of 33%, and a value of 90%.

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

In the Yxy color space, this color is represented as Y: 45.16, x: 0.3619, and y: 0.2852.

Color Code #E69ADD

#E69ADDrgb(230, 154, 221)
HEX
#E69ADD
RGB
rgb(230, 154, 221)
HSL
hsl(307, 60%, 75%)
HSV
hsv(307, 33%, 90%)
CMYK
0%, 33%, 4%, 10%
XYZ
X: 57.30, Y: 45.16, Z: 55.88
Lab
L: 72.99, a: 36.76, b: -22.19
Name

Shades of Color #E69ADD

Shades are created by darkening the original color #E69ADD 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 #E69ADD

Tints are created by lightening the original color #E69ADD 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.

#E69ADDrgb(230, 154, 221)

About #E69ADD Color Code

In the HSL color space, this color has a hue angle of 307°, a saturation of 60%, and a lightness of 75%. The HSV representation shows a hue of 307°, a saturation of 33%, and a value of 90%.

  • HEX: #E69ADD
  • RGB: rgb(230, 154, 221)
  • HSL: hsl(307, 60%, 75%)
  • HSV: hsv(307, 33%, 90%)
  • CMYK: 0.00% cyan, 33.00% magenta, 4.00% yellow, 10.00% black
  • XYZ: 57.30, 45.16, 55.88
  • Yxy: 45.16, 0.3619, 0.2852
  • Hunter Lab: 72.99, 36.76, -22.19
  • CIE-Lab: 72.99, 36.76, -22.19

In the XYZ color space, this color is represented as X: 57.30, Y: 45.16, Z: 55.88. The Yxy representation further refines this as Y: 45.16, x: 0.3619, and y: 0.2852.

In the Hunter Lab color space, this color is represented as L: 72.99, a: 36.76, and b: -22.19. Similarly, in the CIE-Lab color space, it is represented as L: 72.99, a: 36.76, and b: -22.19.

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 #E69ADD

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

Analogous Colors of #E69ADD

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

Monochromatic Colors of #E69ADD

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

Complementary Color of #E69ADD

The complementary color of #E69ADD 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 #E69ADD

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

HTML Examples of #E69ADD

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

Related Colors of #E69ADD

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