Color: #E868CC
#E868CC Color Information
#E868CC is a light color. The closest websafe version is #E868CC. 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, #E868CC 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.54, x: 0.3893, and y: 0.2497.
Color Code #E868CC
Shades of Color #E868CC
Shades are created by darkening the original color #E868CC 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 #E868CC
Tints are created by lightening the original color #E868CC 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 #E868CC 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: #E868CC
- RGB: rgb(232, 104, 204)
- 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.16, 31.54, 45.59
- Yxy: 31.54, 0.3893, 0.2497
- Hunter Lab: 62.96, 59.09, -27.97
- CIE-Lab: 62.96, 59.09, -27.97
In the XYZ color space, this color is represented as X: 49.16, Y: 31.54, Z: 45.59. The Yxy representation further refines this as Y: 31.54, x: 0.3893, and y: 0.2497.
In the Hunter Lab color space, this color is represented as L: 62.96, a: 59.09, and b: -27.97. Similarly, in the CIE-Lab color space, it is represented as L: 62.96, a: 59.09, and b: -27.97.
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 #E868CC
Triadic colors are three colors evenly spaced around the color wheel, including #E868CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E868CC
Monochromatic colors are variations of #E868CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E868CC
The complementary color of #E868CC 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 #E868CC
/* Using HEX */ body { background-color: #e868cc; }
/* Using RGB */ body { background-color: rgb(232, 104, 204); }
/* Using RGB with opacity */ body { background-color: rgba(232, 104, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(313, 74%, 66%); }
/* Text color */ p { color: #e868cc; }
/* Box shadow */ div { box-shadow: 4px 4px #e868cc; }
HTML Examples of #E868CC
<!-- Using HEX --> <div style="background-color: #e868cc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(232, 104, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(232, 104, 204, 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: #e868cc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e868cc; width: 100px; height: 100px;"></div>
Related Colors of #E868CC
These colors are similar to #E868CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.