Shades of Heliotrope #E05DFC
Tints of Heliotrope #E05DFC
RGB
CMYK
RGB Variations
Color information
#E05DFC (or 0xE05DFC) is known color: Heliotrope. HEX triplet: E0, 5D and FC. RGB value is (224,93,252). Sum of RGB (Red+Green+Blue) = 224+93+252=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 93 (36.72% from 255 or 16.34% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #E05DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05DFC is #1FA203. Grayscale: #959595. Windows color (decimal): -2073092 or 16539104. OLE color: 16539104.
HSL color Cylindrical-coordinate representation of color #E05DFC: hue angle of 289.43º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05DFC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 93 | 252 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.01 |
| HSL | 289.43º | 0.96% | 0.68% | - |
| HSV(B) | 289.43º | 0.63% | 0.99% | - |
| XYZ | 52.23 | 30.7 | 95.27 | - |
| YUV | 150.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 252 | 0.11 | 0.63 | 0 | 0.01 | 289.43 | 0.96 | 0.68 |
| Hex | E0 | 5D | FC | B | 3F | 0 | 1 | 121 | 60 | 44 |
| Octal | 340 | 135 | 374 | 13 | 77 | 0 | 1 | 441 | 140 | 104 |
| Binary | 11100000 | 1011101 | 11111100 | 1011 | 111111 | 0 | 1 | 100100001 | 1100000 | 1000100 |
Color Harmonies of #E05DFC
Complementary color
Monochromatic Colors of #E05DFC
Black with #E05DFC
Text Example
Text Example
White with #E05DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DFC; }
p { color: rgb(224,93,252); }
H1.HeaderClassName
{
color: #E05DFC;
}
.AnyTagClassName
{
color: #E05DFC;
}
</style>
background-color css
<style>
a { background-color: #E05DFC; }
a { background-color: rgb(224,93,252); }
div.DivClassName
{
background-color: #E05DFC;
}
.BgClassName
{
background-color: #E05DFC;
}
</style>
border-color css
<style>
span { border-color: #E05DFC; }
span { border-color: rgb(224,93,252); }
td.TdClassName
{
border-color: #E05DFC;
}
.TagClassName
{
border-color: #E05DFC;
}
</style>