Color: #E7B8BC

#E7B8BC Color Information

#E7B8BC is a light color. The closest websafe version is #E7B8BC. A complement of this color would be #B7E6E2, perceived brightness is 0.78, and the grayscale version is #D0D0D0.

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

In a RGB color space, #E7B8BC is composed of 91% red, 72% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 19% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 55.19, x: 0.3844, and y: 0.3507.

Color Code #E7B8BC

HEX
#E7B8BC
RGB
rgb(231, 184, 188)
HSL
hsl(355, 49%, 81%)
HSV
hsv(355, 20%, 91%)
CMYK
0%, 20%, 19%, 9%
XYZ
X: 60.50, Y: 55.19, Z: 41.68
Lab
L: 79.15, a: 17.92, b: 4.77
Name

Shades of Color #E7B8BC

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

Tints are created by lightening the original color #E7B8BC 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 #E7B8BC Color Code

In the HSL color space, this color has a hue angle of 355°, a saturation of 49%, and a lightness of 81%. The HSV representation shows a hue of 355°, a saturation of 20%, and a value of 91%.

  • HEX: #E7B8BC
  • RGB: rgb(231, 184, 188)
  • HSL: hsl(355, 49%, 81%)
  • HSV: hsv(355, 20%, 91%)
  • CMYK: 0.00% cyan, 20.00% magenta, 19.00% yellow, 9.00% black
  • XYZ: 60.50, 55.19, 41.68
  • Yxy: 55.19, 0.3844, 0.3507
  • Hunter Lab: 79.15, 17.92, 4.77
  • CIE-Lab: 79.15, 17.92, 4.77

In the XYZ color space, this color is represented as X: 60.50, Y: 55.19, Z: 41.68. The Yxy representation further refines this as Y: 55.19, x: 0.3844, and y: 0.3507.

In the Hunter Lab color space, this color is represented as L: 79.15, a: 17.92, and b: 4.77. Similarly, in the CIE-Lab color space, it is represented as L: 79.15, a: 17.92, and b: 4.77.

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

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

Analogous Colors of #E7B8BC

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

Monochromatic Colors of #E7B8BC

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

Complementary Color of #E7B8BC

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

/* Using HEX */
body {
  background-color: #e7b8bc;
}
/* Using RGB */
body {
  background-color: rgb(231, 184, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(231, 184, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(355, 49%, 81%);
}
/* Text color */
p {
  color: #e7b8bc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e7b8bc;
}

HTML Examples of #E7B8BC

<!-- Using HEX -->
<div style="background-color: #e7b8bc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(231, 184, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(231, 184, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(355, 49%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e7b8bc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e7b8bc; width: 100px; height: 100px;"></div>

Related Colors of #E7B8BC

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