Color: #E91FA5
#E91FA5 Color Information
#E91FA5 is a dark color. The closest websafe version is #E91FA5. A complement of this color would be #20E963, perceived brightness is 0.42, and the grayscale version is #848484.
In the HSL color space, this color has a hue angle of 320°,a saturation of 82%, and a lightness of 52%.The HSV representation shows a hue of 320°, a saturation of 100%, and a value of 100%.
In a RGB color space, #E91FA5 is composed of 91% red, 12% green and 65% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 87% magenta, 29% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 21.39, x: 0.4555, and y: 0.2351.
Color Code #E91FA5
Shades of Color #E91FA5
Shades are created by darkening the original color #E91FA5 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 #E91FA5
Tints are created by lightening the original color #E91FA5 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 #E91FA5 Color Code
In the HSL color space, this color has a hue angle of 320°, a saturation of 82%, and a lightness of 52%. The HSV representation shows a hue of 320°, a saturation of 87%, and a value of 91%.
- HEX: #E91FA5
- RGB: rgb(233, 31, 165)
- HSL: hsl(320, 82%, 52%)
- HSV: hsv(320, 87%, 91%)
- CMYK: 0.00% cyan, 87.00% magenta, 29.00% yellow, 9.00% black
- XYZ: 41.44, 21.39, 28.14
- Yxy: 21.39, 0.4555, 0.2351
- Hunter Lab: 53.38, 78.30, -20.11
- CIE-Lab: 53.38, 78.30, -20.11
In the XYZ color space, this color is represented as X: 41.44, Y: 21.39, Z: 28.14. The Yxy representation further refines this as Y: 21.39, x: 0.4555, and y: 0.2351.
In the Hunter Lab color space, this color is represented as L: 53.38, a: 78.30, and b: -20.11. Similarly, in the CIE-Lab color space, it is represented as L: 53.38, a: 78.30, and b: -20.11.
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 #E91FA5
Triadic colors are three colors evenly spaced around the color wheel, including #E91FA5. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E91FA5
Monochromatic colors are variations of #E91FA5, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E91FA5
The complementary color of #E91FA5 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 #E91FA5
/* Using HEX */ body { background-color: #e91fa5; }
/* Using RGB */ body { background-color: rgb(233, 31, 165); }
/* Using RGB with opacity */ body { background-color: rgba(233, 31, 165, 0.5); }
/* Using HSL */ body { background-color: hsl(320, 82%, 52%); }
/* Text color */ p { color: #e91fa5; }
/* Box shadow */ div { box-shadow: 4px 4px #e91fa5; }
HTML Examples of #E91FA5
<!-- Using HEX --> <div style="background-color: #e91fa5; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(233, 31, 165); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(233, 31, 165, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(320, 82%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e91fa5;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e91fa5; width: 100px; height: 100px;"></div>
Related Colors of #E91FA5
These colors are similar to #E91FA5, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.