Color: #EAB3BB

#EAB3BB Color Information

#EAB3BB is a light color. The closest websafe version is #EAB3BB. A complement of this color would be #B3EAE2, perceived brightness is 0.77, and the grayscale version is #CFCFCF.

In the HSL color space, this color has a hue angle of 351°,a saturation of 57%, and a lightness of 81%.The HSV representation shows a hue of 351°, a saturation of 100%, and a value of 100%.

In a RGB color space, #EAB3BB is composed of 92% red, 70% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 20% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 53.64, x: 0.3894, and y: 0.3461.

Color Code #EAB3BB

HEX
#EAB3BB
RGB
rgb(234, 179, 187)
HSL
hsl(351, 57%, 81%)
HSV
hsv(351, 24%, 92%)
CMYK
0%, 24%, 20%, 8%
XYZ
X: 60.35, Y: 53.64, Z: 41.01
Lab
L: 78.25, a: 21.45, b: 4.08
Name

Shades of Color #EAB3BB

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

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

About #EAB3BB Color Code

In the HSL color space, this color has a hue angle of 351°, a saturation of 57%, and a lightness of 81%. The HSV representation shows a hue of 351°, a saturation of 24%, and a value of 92%.

  • HEX: #EAB3BB
  • RGB: rgb(234, 179, 187)
  • HSL: hsl(351, 57%, 81%)
  • HSV: hsv(351, 24%, 92%)
  • CMYK: 0.00% cyan, 24.00% magenta, 20.00% yellow, 8.00% black
  • XYZ: 60.35, 53.64, 41.01
  • Yxy: 53.64, 0.3894, 0.3461
  • Hunter Lab: 78.25, 21.45, 4.08
  • CIE-Lab: 78.25, 21.45, 4.08

In the XYZ color space, this color is represented as X: 60.35, Y: 53.64, Z: 41.01. The Yxy representation further refines this as Y: 53.64, x: 0.3894, and y: 0.3461.

In the Hunter Lab color space, this color is represented as L: 78.25, a: 21.45, and b: 4.08. Similarly, in the CIE-Lab color space, it is represented as L: 78.25, a: 21.45, and b: 4.08.

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

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

Analogous Colors of #EAB3BB

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

Monochromatic Colors of #EAB3BB

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

Complementary Color of #EAB3BB

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

/* Using HEX */
body {
  background-color: #eab3bb;
}
/* Using RGB */
body {
  background-color: rgb(234, 179, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 179, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(351, 57%, 81%);
}
/* Text color */
p {
  color: #eab3bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eab3bb;
}

HTML Examples of #EAB3BB

<!-- Using HEX -->
<div style="background-color: #eab3bb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(234, 179, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(234, 179, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(351, 57%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eab3bb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eab3bb; width: 100px; height: 100px;"></div>

Related Colors of #EAB3BB

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