Color: #E66BDD

#E66BDD Color Information

#E66BDD is a light color. The closest websafe version is #E66BDD. A complement of this color would be #6BE673, perceived brightness is 0.61, and the grayscale version is #A9A9A9.

In the HSL color space, this color has a hue angle of 304°,a saturation of 71%, and a lightness of 66%.The HSV representation shows a hue of 304°, a saturation of 53%, and a value of 90%.

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

In the Yxy color space, this color is represented as Y: 32.53, x: 0.3681, and y: 0.2371.

Color Code #E66BDD

#E66BDDrgb(230, 107, 221)
HEX
#E66BDD
RGB
rgb(230, 107, 221)
HSL
hsl(304, 71%, 66%)
HSV
hsv(304, 53%, 90%)
CMYK
0%, 53%, 4%, 10%
XYZ
X: 50.51, Y: 32.53, Z: 54.17
Lab
L: 63.78, a: 59.20, b: -36.27
Name

Shades of Color #E66BDD

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

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

#E66BDDrgb(230, 107, 221)

About #E66BDD Color Code

In the HSL color space, this color has a hue angle of 304°, a saturation of 71%, and a lightness of 66%. The HSV representation shows a hue of 304°, a saturation of 53%, and a value of 90%.

  • HEX: #E66BDD
  • RGB: rgb(230, 107, 221)
  • HSL: hsl(304, 71%, 66%)
  • HSV: hsv(304, 53%, 90%)
  • CMYK: 0.00% cyan, 53.00% magenta, 4.00% yellow, 10.00% black
  • XYZ: 50.51, 32.53, 54.17
  • Yxy: 32.53, 0.3681, 0.2371
  • Hunter Lab: 63.78, 59.20, -36.27
  • CIE-Lab: 63.78, 59.20, -36.27

In the XYZ color space, this color is represented as X: 50.51, Y: 32.53, Z: 54.17. The Yxy representation further refines this as Y: 32.53, x: 0.3681, and y: 0.2371.

In the Hunter Lab color space, this color is represented as L: 63.78, a: 59.20, and b: -36.27. Similarly, in the CIE-Lab color space, it is represented as L: 63.78, a: 59.20, and b: -36.27.

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

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

Analogous Colors of #E66BDD

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

Split Complementary Colors of #E66BDD

Split complementary colors are two colors adjacent to the complementary color of #E66BDD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #E66BDD

Tetradic colors form a rectangle on the color wheel, including #E66BDD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #E66BDD

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

Complementary Color of #E66BDD

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

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

HTML Examples of #E66BDD

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

Related Colors of #E66BDD

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