Color: #E90EB0

#E90EB0 Color Information

#E90EB0 is a dark color. The closest websafe version is #E90EB0. A complement of this color would be #0DE748, perceived brightness is 0.38, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 316°,a saturation of 89%, and a lightness of 48%.The HSV representation shows a hue of 316°, a saturation of 94%, and a value of 91%.

In a RGB color space, #E90EB0 is composed of 91% red, 5% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 94% magenta, 24% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 21.08, x: 0.4404, and y: 0.2215.

Color Code #E90EB0

#E90EB0rgb(233, 14, 176)
HEX
#E90EB0
RGB
rgb(233, 14, 176)
HSL
hsl(316, 89%, 48%)
HSV
hsv(316, 94%, 91%)
CMYK
0%, 94%, 24%, 9%
XYZ
X: 41.91, Y: 21.08, Z: 32.18
Lab
L: 53.03, a: 81.20, b: -27.10
Name

Shades of Color #E90EB0

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

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

#E90EB0rgb(233, 14, 176)

About #E90EB0 Color Code

In the HSL color space, this color has a hue angle of 316°, a saturation of 89%, and a lightness of 48%. The HSV representation shows a hue of 316°, a saturation of 94%, and a value of 91%.

  • HEX: #E90EB0
  • RGB: rgb(233, 14, 176)
  • HSL: hsl(316, 89%, 48%)
  • HSV: hsv(316, 94%, 91%)
  • CMYK: 0.00% cyan, 94.00% magenta, 24.00% yellow, 9.00% black
  • XYZ: 41.91, 21.08, 32.18
  • Yxy: 21.08, 0.4404, 0.2215
  • Hunter Lab: 53.03, 81.20, -27.10
  • CIE-Lab: 53.03, 81.20, -27.10

In the XYZ color space, this color is represented as X: 41.91, Y: 21.08, Z: 32.18. The Yxy representation further refines this as Y: 21.08, x: 0.4404, and y: 0.2215.

In the Hunter Lab color space, this color is represented as L: 53.03, a: 81.20, and b: -27.10. Similarly, in the CIE-Lab color space, it is represented as L: 53.03, a: 81.20, and b: -27.10.

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

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

Analogous Colors of #E90EB0

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

Split Complementary Colors of #E90EB0

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

Tetradic Colors of #E90EB0

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

Monochromatic Colors of #E90EB0

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

Complementary Color of #E90EB0

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

/* Using HEX */
body {
  background-color: #e90eb0;
}
/* Using RGB */
body {
  background-color: rgb(233, 14, 176);
}
/* Using RGB with opacity */
body {
  background-color: rgba(233, 14, 176, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(316, 89%, 48%);
}
/* Text color */
p {
  color: #e90eb0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e90eb0;
}
/* Border color */
.box {
  border: 4px solid #e90eb0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e90eb0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e90eb0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E90EB0
On Black Background
#E90EB0
On White Background
#E90EB0

HTML Examples of #E90EB0

<!-- Using HEX -->
<div style="background-color: #e90eb0; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(233, 14, 176); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(233, 14, 176, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(316, 89%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e90eb0;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e90eb0; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e90eb0; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e90eb0;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e90eb0; color: #fff; padding: 16px; border-radius: 8px;">
  #E90EB0
</div>
#E90EB0
On Black Background
#E90EB0
On White Background
#E90EB0

Related Colors of #E90EB0

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