Color: #E76FCF
#E76FCF Color Information
#E76FCF is a light color. The closest websafe version is #E76FCF. A complement of this color would be #6FE787, perceived brightness is 0.62, and the grayscale version is #ABABAB.
In the HSL color space, this color has a hue angle of 312°,a saturation of 71%, and a lightness of 67%.The HSV representation shows a hue of 312°, a saturation of 100%, and a value of 100%.
In a RGB color space, #E76FCF is composed of 91% red, 44% green and 81% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 52% magenta, 10% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 32.96, x: 0.3836, and y: 0.2534.
Color Code #E76FCF
Shades of Color #E76FCF
Shades are created by darkening the original color #E76FCF 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 #E76FCF
Tints are created by lightening the original color #E76FCF 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 #E76FCF Color Code
In the HSL color space, this color has a hue angle of 312°, a saturation of 71%, and a lightness of 67%. The HSV representation shows a hue of 312°, a saturation of 52%, and a value of 91%.
- HEX: #E76FCF
- RGB: rgb(231, 111, 207)
- HSL: hsl(312, 71%, 67%)
- HSV: hsv(312, 52%, 91%)
- CMYK: 0.00% cyan, 52.00% magenta, 10.00% yellow, 9.00% black
- XYZ: 49.90, 32.96, 47.22
- Yxy: 32.96, 0.3836, 0.2534
- Hunter Lab: 64.13, 56.04, -27.89
- CIE-Lab: 64.13, 56.04, -27.89
In the XYZ color space, this color is represented as X: 49.90, Y: 32.96, Z: 47.22. The Yxy representation further refines this as Y: 32.96, x: 0.3836, and y: 0.2534.
In the Hunter Lab color space, this color is represented as L: 64.13, a: 56.04, and b: -27.89. Similarly, in the CIE-Lab color space, it is represented as L: 64.13, a: 56.04, and b: -27.89.
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 #E76FCF
Triadic colors are three colors evenly spaced around the color wheel, including #E76FCF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E76FCF
Monochromatic colors are variations of #E76FCF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E76FCF
The complementary color of #E76FCF 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 #E76FCF
/* Using HEX */ body { background-color: #e76fcf; }
/* Using RGB */ body { background-color: rgb(231, 111, 207); }
/* Using RGB with opacity */ body { background-color: rgba(231, 111, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(312, 71%, 67%); }
/* Text color */ p { color: #e76fcf; }
/* Box shadow */ div { box-shadow: 4px 4px #e76fcf; }
HTML Examples of #E76FCF
<!-- Using HEX --> <div style="background-color: #e76fcf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(231, 111, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(231, 111, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(312, 71%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e76fcf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e76fcf; width: 100px; height: 100px;"></div>
Related Colors of #E76FCF
These colors are similar to #E76FCF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.