Color: #E151DA

#E151DA Color Information

#E151DA is a light color. The closest websafe version is #E151DA. A complement of this color would be #51E158, perceived brightness is 0.55, and the grayscale version is #999999.

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

In a RGB color space, #E151DA is composed of 88% red, 32% green and 85% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 64% magenta, 3% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 26.90, x: 0.3687, and y: 0.2155.

Color Code #E151DA

HEX
#E151DA
RGB
rgb(225, 81, 218)
HSL
hsl(303, 71%, 60%)
HSV
hsv(303, 64%, 88%)
CMYK
0%, 64%, 3%, 12%
XYZ
X: 46.03, Y: 26.90, Z: 51.92
Lab
L: 58.88, a: 68.01, b: -42.27
Name

Shades of Color #E151DA

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

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

In the HSL color space, this color has a hue angle of 303°, a saturation of 71%, and a lightness of 60%. The HSV representation shows a hue of 303°, a saturation of 64%, and a value of 88%.

  • HEX: #E151DA
  • RGB: rgb(225, 81, 218)
  • HSL: hsl(303, 71%, 60%)
  • HSV: hsv(303, 64%, 88%)
  • CMYK: 0.00% cyan, 64.00% magenta, 3.00% yellow, 12.00% black
  • XYZ: 46.03, 26.90, 51.92
  • Yxy: 26.90, 0.3687, 0.2155
  • Hunter Lab: 58.88, 68.01, -42.27
  • CIE-Lab: 58.88, 68.01, -42.27

In the XYZ color space, this color is represented as X: 46.03, Y: 26.90, Z: 51.92. The Yxy representation further refines this as Y: 26.90, x: 0.3687, and y: 0.2155.

In the Hunter Lab color space, this color is represented as L: 58.88, a: 68.01, and b: -42.27. Similarly, in the CIE-Lab color space, it is represented as L: 58.88, a: 68.01, and b: -42.27.

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

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

Analogous Colors of #E151DA

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

Monochromatic Colors of #E151DA

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

Complementary Color of #E151DA

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

/* Using HEX */
body {
  background-color: #e151da;
}
/* Using RGB */
body {
  background-color: rgb(225, 81, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(225, 81, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(303, 71%, 60%);
}
/* Text color */
p {
  color: #e151da;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e151da;
}

HTML Examples of #E151DA

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

Related Colors of #E151DA

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