Color: #EB89CF

#EB89CF Color Information

#EB89CF is a light color. The closest websafe version is #EB89CF. A complement of this color would be #89EBA5, perceived brightness is 0.68, and the grayscale version is #BABABA.

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

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

In the Yxy color space, this color is represented as Y: 40.20, x: 0.3828, and y: 0.2808.

Color Code #EB89CF

HEX
#EB89CF
RGB
rgb(235, 137, 207)
HSL
hsl(317, 71%, 73%)
HSV
hsv(317, 42%, 92%)
CMYK
0%, 42%, 12%, 8%
XYZ
X: 54.79, Y: 40.20, Z: 48.15
Lab
L: 69.61, a: 45.12, b: -19.52
Name

Shades of Color #EB89CF

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

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

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

  • HEX: #EB89CF
  • RGB: rgb(235, 137, 207)
  • HSL: hsl(317, 71%, 73%)
  • HSV: hsv(317, 42%, 92%)
  • CMYK: 0.00% cyan, 42.00% magenta, 12.00% yellow, 8.00% black
  • XYZ: 54.79, 40.20, 48.15
  • Yxy: 40.20, 0.3828, 0.2808
  • Hunter Lab: 69.61, 45.12, -19.52
  • CIE-Lab: 69.61, 45.12, -19.52

In the XYZ color space, this color is represented as X: 54.79, Y: 40.20, Z: 48.15. The Yxy representation further refines this as Y: 40.20, x: 0.3828, and y: 0.2808.

In the Hunter Lab color space, this color is represented as L: 69.61, a: 45.12, and b: -19.52. Similarly, in the CIE-Lab color space, it is represented as L: 69.61, a: 45.12, and b: -19.52.

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

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

Analogous Colors of #EB89CF

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

Monochromatic Colors of #EB89CF

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

Complementary Color of #EB89CF

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

/* Using HEX */
body {
  background-color: #eb89cf;
}
/* Using RGB */
body {
  background-color: rgb(235, 137, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 137, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(317, 71%, 73%);
}
/* Text color */
p {
  color: #eb89cf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eb89cf;
}

HTML Examples of #EB89CF

<!-- Using HEX -->
<div style="background-color: #eb89cf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(235, 137, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(235, 137, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(317, 71%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eb89cf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eb89cf; width: 100px; height: 100px;"></div>

Related Colors of #EB89CF

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