Color: #EAC3CC

#EAC3CC Color Information

#EAC3CC is a light color. The closest websafe version is #EAC3CC. A complement of this color would be #C3EAE1, perceived brightness is 0.81, and the grayscale version is #D7D7D7.

In the HSL color space, this color has a hue angle of 346°,a saturation of 48%, and a lightness of 84%.The HSV representation shows a hue of 346°, a saturation of 17%, and a value of 92%.

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

In the Yxy color space, this color is represented as Y: 61.09, x: 0.3719, and y: 0.3467.

Color Code #EAC3CC

#EAC3CCrgb(234, 195, 204)
HEX
#EAC3CC
RGB
rgb(234, 195, 204)
HSL
hsl(346, 48%, 84%)
HSV
hsv(346, 17%, 92%)
CMYK
0%, 17%, 13%, 8%
XYZ
X: 65.53, Y: 61.09, Z: 49.57
Lab
L: 82.43, a: 15.35, b: 0.95
Name

Shades of Color #EAC3CC

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

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

#EAC3CCrgb(234, 195, 204)

About #EAC3CC Color Code

In the HSL color space, this color has a hue angle of 346°, a saturation of 48%, and a lightness of 84%. The HSV representation shows a hue of 346°, a saturation of 17%, and a value of 92%.

  • HEX: #EAC3CC
  • RGB: rgb(234, 195, 204)
  • HSL: hsl(346, 48%, 84%)
  • HSV: hsv(346, 17%, 92%)
  • CMYK: 0.00% cyan, 17.00% magenta, 13.00% yellow, 8.00% black
  • XYZ: 65.53, 61.09, 49.57
  • Yxy: 61.09, 0.3719, 0.3467
  • Hunter Lab: 82.43, 15.35, 0.95
  • CIE-Lab: 82.43, 15.35, 0.95

In the XYZ color space, this color is represented as X: 65.53, Y: 61.09, Z: 49.57. The Yxy representation further refines this as Y: 61.09, x: 0.3719, and y: 0.3467.

In the Hunter Lab color space, this color is represented as L: 82.43, a: 15.35, and b: 0.95. Similarly, in the CIE-Lab color space, it is represented as L: 82.43, a: 15.35, and b: 0.95.

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

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

Analogous Colors of #EAC3CC

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

Monochromatic Colors of #EAC3CC

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

Complementary Color of #EAC3CC

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

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

HTML Examples of #EAC3CC

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

Related Colors of #EAC3CC

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