Color: #EAA6CC

#EAA6CC Color Information

#EAA6CC is a light color. The closest websafe version is #EAA6CC. A complement of this color would be #A4EAC2, perceived brightness is 0.75, and the grayscale version is #C8C8C8.

In the HSL color space, this color has a hue angle of 326°,a saturation of 62%, and a lightness of 78%.The HSV representation shows a hue of 326°, a saturation of 29%, and a value of 92%.

In a RGB color space, #EAA6CC is composed of 92% red, 65% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 13% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 49.30, x: 0.3783, and y: 0.3151.

Color Code #EAA6CC

#EAA6CCrgb(234, 166, 204)
HEX
#EAA6CC
RGB
rgb(234, 166, 204)
HSL
hsl(326, 62%, 78%)
HSV
hsv(326, 29%, 92%)
CMYK
0%, 29%, 13%, 8%
XYZ
X: 59.20, Y: 49.30, Z: 47.97
Lab
L: 75.64, a: 29.97, b: -8.92
Name

Shades of Color #EAA6CC

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

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

#EAA6CCrgb(234, 166, 204)

About #EAA6CC Color Code

In the HSL color space, this color has a hue angle of 326°, a saturation of 62%, and a lightness of 78%. The HSV representation shows a hue of 326°, a saturation of 29%, and a value of 92%.

  • HEX: #EAA6CC
  • RGB: rgb(234, 166, 204)
  • HSL: hsl(326, 62%, 78%)
  • HSV: hsv(326, 29%, 92%)
  • CMYK: 0.00% cyan, 29.00% magenta, 13.00% yellow, 8.00% black
  • XYZ: 59.20, 49.30, 47.97
  • Yxy: 49.30, 0.3783, 0.3151
  • Hunter Lab: 75.64, 29.97, -8.92
  • CIE-Lab: 75.64, 29.97, -8.92

In the XYZ color space, this color is represented as X: 59.20, Y: 49.30, Z: 47.97. The Yxy representation further refines this as Y: 49.30, x: 0.3783, and y: 0.3151.

In the Hunter Lab color space, this color is represented as L: 75.64, a: 29.97, and b: -8.92. Similarly, in the CIE-Lab color space, it is represented as L: 75.64, a: 29.97, and b: -8.92.

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

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

Analogous Colors of #EAA6CC

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

Split Complementary Colors of #EAA6CC

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

Tetradic Colors of #EAA6CC

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

Monochromatic Colors of #EAA6CC

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

Complementary Color of #EAA6CC

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

/* Using HEX */
body {
  background-color: #eaa6cc;
}
/* Using RGB */
body {
  background-color: rgb(234, 166, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 166, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(326, 62%, 78%);
}
/* Text color */
p {
  color: #eaa6cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eaa6cc;
}
/* Border color */
.box {
  border: 4px solid #eaa6cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eaa6cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eaa6cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EAA6CC
On Black Background
#EAA6CC
On White Background
#EAA6CC

HTML Examples of #EAA6CC

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

Related Colors of #EAA6CC

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