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