Color: #E85EBC
#E85EBC Color Information
#E85EBC is a light color. The closest websafe version is #E85EBC. A complement of this color would be #5EE88A, perceived brightness is 0.57, and the grayscale version is #A3A3A3.
In the HSL color space, this color has a hue angle of 319°,a saturation of 75%, and a lightness of 64%.The HSV representation shows a hue of 319°, a saturation of 100%, and a value of 100%.
In a RGB color space, #E85EBC is composed of 91% red, 37% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 59% magenta, 19% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 29.03, x: 0.4101, and y: 0.2550.
Color Code #E85EBC
Shades of Color #E85EBC
Shades are created by darkening the original color #E85EBC 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 #E85EBC
Tints are created by lightening the original color #E85EBC 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 #E85EBC Color Code
In the HSL color space, this color has a hue angle of 319°, a saturation of 75%, and a lightness of 64%. The HSV representation shows a hue of 319°, a saturation of 59%, and a value of 91%.
- HEX: #E85EBC
- RGB: rgb(232, 94, 188)
- HSL: hsl(319, 75%, 64%)
- HSV: hsv(319, 59%, 91%)
- CMYK: 0.00% cyan, 59.00% magenta, 19.00% yellow, 9.00% black
- XYZ: 46.69, 29.03, 38.13
- Yxy: 29.03, 0.4101, 0.2550
- Hunter Lab: 60.81, 61.58, -22.19
- CIE-Lab: 60.81, 61.58, -22.19
In the XYZ color space, this color is represented as X: 46.69, Y: 29.03, Z: 38.13. The Yxy representation further refines this as Y: 29.03, x: 0.4101, and y: 0.2550.
In the Hunter Lab color space, this color is represented as L: 60.81, a: 61.58, and b: -22.19. Similarly, in the CIE-Lab color space, it is represented as L: 60.81, a: 61.58, and b: -22.19.
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 #E85EBC
Triadic colors are three colors evenly spaced around the color wheel, including #E85EBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E85EBC
Monochromatic colors are variations of #E85EBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E85EBC
The complementary color of #E85EBC 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 #E85EBC
/* Using HEX */ body { background-color: #e85ebc; }
/* Using RGB */ body { background-color: rgb(232, 94, 188); }
/* Using RGB with opacity */ body { background-color: rgba(232, 94, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(319, 75%, 64%); }
/* Text color */ p { color: #e85ebc; }
/* Box shadow */ div { box-shadow: 4px 4px #e85ebc; }
HTML Examples of #E85EBC
<!-- Using HEX --> <div style="background-color: #e85ebc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(232, 94, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(232, 94, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(319, 75%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e85ebc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e85ebc; width: 100px; height: 100px;"></div>
Related Colors of #E85EBC
These colors are similar to #E85EBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.