Color: #EBB0CE

#EBB0CE Color Information

#EBB0CE is a light color. The closest websafe version is #EBB0CE. A complement of this color would be #B1ECCE, perceived brightness is 0.77, and the grayscale version is #CECECE.

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

In a RGB color space, #EBB0CE is composed of 92% red, 69% green and 81% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 12% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 53.35, x: 0.3754, and y: 0.3242.

Color Code #EBB0CE

HEX
#EBB0CE
RGB
rgb(235, 176, 206)
HSL
hsl(329, 60%, 81%)
HSV
hsv(329, 25%, 92%)
CMYK
0%, 25%, 12%, 8%
XYZ
X: 61.78, Y: 53.35, Z: 49.45
Lab
L: 78.08, a: 25.52, b: -6.41
Name

Shades of Color #EBB0CE

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

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

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

  • HEX: #EBB0CE
  • RGB: rgb(235, 176, 206)
  • HSL: hsl(329, 60%, 81%)
  • HSV: hsv(329, 25%, 92%)
  • CMYK: 0.00% cyan, 25.00% magenta, 12.00% yellow, 8.00% black
  • XYZ: 61.78, 53.35, 49.45
  • Yxy: 53.35, 0.3754, 0.3242
  • Hunter Lab: 78.08, 25.52, -6.41
  • CIE-Lab: 78.08, 25.52, -6.41

In the XYZ color space, this color is represented as X: 61.78, Y: 53.35, Z: 49.45. The Yxy representation further refines this as Y: 53.35, x: 0.3754, and y: 0.3242.

In the Hunter Lab color space, this color is represented as L: 78.08, a: 25.52, and b: -6.41. Similarly, in the CIE-Lab color space, it is represented as L: 78.08, a: 25.52, and b: -6.41.

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

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

Analogous Colors of #EBB0CE

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

Monochromatic Colors of #EBB0CE

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

Complementary Color of #EBB0CE

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

/* Using HEX */
body {
  background-color: #ebb0ce;
}
/* Using RGB */
body {
  background-color: rgb(235, 176, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 176, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(329, 60%, 81%);
}
/* Text color */
p {
  color: #ebb0ce;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebb0ce;
}

HTML Examples of #EBB0CE

<!-- Using HEX -->
<div style="background-color: #ebb0ce; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(235, 176, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(235, 176, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(329, 60%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ebb0ce;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ebb0ce; width: 100px; height: 100px;"></div>

Related Colors of #EBB0CE

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