Color: #E858CD
#E858CD Color Information
#E858CD is a light color. The closest websafe version is #E858CD. A complement of this color would be #59E873, perceived brightness is 0.57, and the grayscale version is #A0A0A0.
In the HSL color space, this color has a hue angle of 311°,a saturation of 76%, and a lightness of 63%.The HSV representation shows a hue of 311°, a saturation of 100%, and a value of 100%.
In a RGB color space, #E858CD is composed of 91% red, 35% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 62% magenta, 12% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 28.65, x: 0.3908, and y: 0.2348.
Color Code #E858CD
Shades of Color #E858CD
Shades are created by darkening the original color #E858CD 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 #E858CD
Tints are created by lightening the original color #E858CD 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 #E858CD Color Code
In the HSL color space, this color has a hue angle of 311°, a saturation of 76%, and a lightness of 63%. The HSV representation shows a hue of 311°, a saturation of 62%, and a value of 91%.
- HEX: #E858CD
- RGB: rgb(232, 88, 205)
- HSL: hsl(311, 76%, 63%)
- HSV: hsv(311, 62%, 91%)
- CMYK: 0.00% cyan, 62.00% magenta, 12.00% yellow, 9.00% black
- XYZ: 47.68, 28.65, 45.67
- Yxy: 28.65, 0.3908, 0.2348
- Hunter Lab: 60.47, 65.77, -32.36
- CIE-Lab: 60.47, 65.77, -32.36
In the XYZ color space, this color is represented as X: 47.68, Y: 28.65, Z: 45.67. The Yxy representation further refines this as Y: 28.65, x: 0.3908, and y: 0.2348.
In the Hunter Lab color space, this color is represented as L: 60.47, a: 65.77, and b: -32.36. Similarly, in the CIE-Lab color space, it is represented as L: 60.47, a: 65.77, and b: -32.36.
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 #E858CD
Triadic colors are three colors evenly spaced around the color wheel, including #E858CD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E858CD
Monochromatic colors are variations of #E858CD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E858CD
The complementary color of #E858CD 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 #E858CD
/* Using HEX */ body { background-color: #e858cd; }
/* Using RGB */ body { background-color: rgb(232, 88, 205); }
/* Using RGB with opacity */ body { background-color: rgba(232, 88, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(311, 76%, 63%); }
/* Text color */ p { color: #e858cd; }
/* Box shadow */ div { box-shadow: 4px 4px #e858cd; }
HTML Examples of #E858CD
<!-- Using HEX --> <div style="background-color: #e858cd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(232, 88, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(232, 88, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(311, 76%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e858cd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e858cd; width: 100px; height: 100px;"></div>
Related Colors of #E858CD
These colors are similar to #E858CD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.