Color: #EEB4BB

#EEB4BB Color Information

#EEB4BB is a light color. The closest websafe version is #EEB4BB. A complement of this color would be #B4EEE7, perceived brightness is 0.78, and the grayscale version is #D1D1D1.

In the HSL color space, this color has a hue angle of 353°,a saturation of 63%, and a lightness of 82%.The HSV representation shows a hue of 353°, a saturation of 24%, and a value of 93%.

In a RGB color space, #EEB4BB is composed of 93% red, 71% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 21% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 54.76, x: 0.3926, and y: 0.3469.

Color Code #EEB4BB

#EEB4BBrgb(238, 180, 187)
HEX
#EEB4BB
RGB
rgb(238, 180, 187)
HSL
hsl(353, 63%, 82%)
HSV
hsv(353, 24%, 93%)
CMYK
0%, 24%, 21%, 7%
XYZ
X: 61.97, Y: 54.76, Z: 41.11
Lab
L: 78.90, a: 22.44, b: 5.07
Name

Shades of Color #EEB4BB

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

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

#EEB4BBrgb(238, 180, 187)

About #EEB4BB Color Code

In the HSL color space, this color has a hue angle of 353°, a saturation of 63%, and a lightness of 82%. The HSV representation shows a hue of 353°, a saturation of 24%, and a value of 93%.

  • HEX: #EEB4BB
  • RGB: rgb(238, 180, 187)
  • HSL: hsl(353, 63%, 82%)
  • HSV: hsv(353, 24%, 93%)
  • CMYK: 0.00% cyan, 24.00% magenta, 21.00% yellow, 7.00% black
  • XYZ: 61.97, 54.76, 41.11
  • Yxy: 54.76, 0.3926, 0.3469
  • Hunter Lab: 78.90, 22.44, 5.07
  • CIE-Lab: 78.90, 22.44, 5.07

In the XYZ color space, this color is represented as X: 61.97, Y: 54.76, Z: 41.11. The Yxy representation further refines this as Y: 54.76, x: 0.3926, and y: 0.3469.

In the Hunter Lab color space, this color is represented as L: 78.90, a: 22.44, and b: 5.07. Similarly, in the CIE-Lab color space, it is represented as L: 78.90, a: 22.44, and b: 5.07.

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

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

Analogous Colors of #EEB4BB

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

Split Complementary Colors of #EEB4BB

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

Tetradic Colors of #EEB4BB

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

Monochromatic Colors of #EEB4BB

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

Complementary Color of #EEB4BB

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

/* Using HEX */
body {
  background-color: #eeb4bb;
}
/* Using RGB */
body {
  background-color: rgb(238, 180, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 180, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(353, 63%, 82%);
}
/* Text color */
p {
  color: #eeb4bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eeb4bb;
}
/* Border color */
.box {
  border: 4px solid #eeb4bb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eeb4bb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eeb4bb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEB4BB
On Black Background
#EEB4BB
On White Background
#EEB4BB

HTML Examples of #EEB4BB

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

Related Colors of #EEB4BB

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