Shades of Heliotrope #E55DFC
Tints of Heliotrope #E55DFC
RGB
CMYK
RGB Variations
Color information
#E55DFC (or 0xE55DFC) is known color: Heliotrope. HEX triplet: E5, 5D and FC. RGB value is (229,93,252). Sum of RGB (Red+Green+Blue) = 229+93+252=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 93 (36.72% from 255 or 16.20% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #E55DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55DFC is #1AA203. Grayscale: #979797. Windows color (decimal): -1745412 or 16539109. OLE color: 16539109.
HSL color Cylindrical-coordinate representation of color #E55DFC: hue angle of 291.32º 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 #E55DFC is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 93 | 252 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.01 |
| HSL | 291.32º | 0.96% | 0.68% | - |
| HSV(B) | 291.32º | 0.63% | 0.99% | - |
| XYZ | 53.8 | 31.51 | 95.34 | - |
| YUV | 151.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 252 | 0.09 | 0.63 | 0 | 0.01 | 291.32 | 0.96 | 0.68 |
| Hex | E5 | 5D | FC | 9 | 3F | 0 | 1 | 123 | 60 | 44 |
| Octal | 345 | 135 | 374 | 11 | 77 | 0 | 1 | 443 | 140 | 104 |
| Binary | 11100101 | 1011101 | 11111100 | 1001 | 111111 | 0 | 1 | 100100011 | 1100000 | 1000100 |
Color Harmonies of #E55DFC
Complementary color
Monochromatic Colors of #E55DFC
Black with #E55DFC
Text Example
Text Example
White with #E55DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DFC; }
p { color: rgb(229,93,252); }
H1.HeaderClassName
{
color: #E55DFC;
}
.AnyTagClassName
{
color: #E55DFC;
}
</style>
background-color css
<style>
a { background-color: #E55DFC; }
a { background-color: rgb(229,93,252); }
div.DivClassName
{
background-color: #E55DFC;
}
.BgClassName
{
background-color: #E55DFC;
}
</style>
border-color css
<style>
span { border-color: #E55DFC; }
span { border-color: rgb(229,93,252); }
td.TdClassName
{
border-color: #E55DFC;
}
.TagClassName
{
border-color: #E55DFC;
}
</style>