Color: #EA9981

#EA9981 Color Information

#EA9981 is a light color. The closest websafe version is #EA9981. A complement of this color would be #81D1EA, perceived brightness is 0.68, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 14°,a saturation of 71%, and a lightness of 71%.The HSV representation shows a hue of 14°, a saturation of 45%, and a value of 92%.

In a RGB color space, #EA9981 is composed of 92% red, 60% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 45% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 42.47, x: 0.4512, and y: 0.3736.

Color Code #EA9981

#EA9981rgb(234, 153, 129)
HEX
#EA9981
RGB
rgb(234, 153, 129)
HSL
hsl(14, 71%, 71%)
HSV
hsv(14, 45%, 92%)
CMYK
0%, 35%, 45%, 8%
XYZ
X: 51.29, Y: 42.47, Z: 19.92
Lab
L: 71.20, a: 29.27, b: 25.81
Name

Shades of Color #EA9981

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

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

#EA9981rgb(234, 153, 129)

About #EA9981 Color Code

In the HSL color space, this color has a hue angle of 14°, a saturation of 71%, and a lightness of 71%. The HSV representation shows a hue of 14°, a saturation of 45%, and a value of 92%.

  • HEX: #EA9981
  • RGB: rgb(234, 153, 129)
  • HSL: hsl(14, 71%, 71%)
  • HSV: hsv(14, 45%, 92%)
  • CMYK: 0.00% cyan, 35.00% magenta, 45.00% yellow, 8.00% black
  • XYZ: 51.29, 42.47, 19.92
  • Yxy: 42.47, 0.4512, 0.3736
  • Hunter Lab: 71.20, 29.27, 25.81
  • CIE-Lab: 71.20, 29.27, 25.81

In the XYZ color space, this color is represented as X: 51.29, Y: 42.47, Z: 19.92. The Yxy representation further refines this as Y: 42.47, x: 0.4512, and y: 0.3736.

In the Hunter Lab color space, this color is represented as L: 71.20, a: 29.27, and b: 25.81. Similarly, in the CIE-Lab color space, it is represented as L: 71.20, a: 29.27, and b: 25.81.

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

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

Analogous Colors of #EA9981

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

Split Complementary Colors of #EA9981

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

Tetradic Colors of #EA9981

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

Monochromatic Colors of #EA9981

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

Complementary Color of #EA9981

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

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

HTML Examples of #EA9981

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

Related Colors of #EA9981

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