Shades of Heliotrope #E059FF
Tints of Heliotrope #E059FF
RGB
CMYK
RGB Variations
Color information
#E059FF (or 0xE059FF) is known color: Heliotrope. HEX triplet: E0, 59 and FF. RGB value is (224,89,255). Sum of RGB (Red+Green+Blue) = 224+89+255=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 89 (35.16% from 255 or 15.67% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #E059FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059FF is #1FA600. Grayscale: #939393. Windows color (decimal): -2074113 or 16734688. OLE color: 16734688.
HSL color Cylindrical-coordinate representation of color #E059FF: hue angle of 288.8º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E059FF is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 89 | 255 | - |
| CMYK | 0.12 | 0.65 | 0 | 0 |
| HSL | 288.8º | 1% | 0.67% | - |
| HSV(B) | 288.8º | 0.65% | 1% | - |
| XYZ | 52.36 | 30.21 | 97.68 | - |
| YUV | 148.29 | 188.23 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 255 | 0.12 | 0.65 | 0 | 0 | 288.8 | 1 | 0.67 |
| Hex | E0 | 59 | FF | C | 41 | 0 | 0 | 121 | 64 | 43 |
| Octal | 340 | 131 | 377 | 14 | 101 | 0 | 0 | 441 | 144 | 103 |
| Binary | 11100000 | 1011001 | 11111111 | 1100 | 1000001 | 0 | 0 | 100100001 | 1100100 | 1000011 |
Color Harmonies of #E059FF
Complementary color
Monochromatic Colors of #E059FF
Black with #E059FF
Text Example
Text Example
White with #E059FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059FF; }
p { color: rgb(224,89,255); }
H1.HeaderClassName
{
color: #E059FF;
}
.AnyTagClassName
{
color: #E059FF;
}
</style>
background-color css
<style>
a { background-color: #E059FF; }
a { background-color: rgb(224,89,255); }
div.DivClassName
{
background-color: #E059FF;
}
.BgClassName
{
background-color: #E059FF;
}
</style>
border-color css
<style>
span { border-color: #E059FF; }
span { border-color: rgb(224,89,255); }
td.TdClassName
{
border-color: #E059FF;
}
.TagClassName
{
border-color: #E059FF;
}
</style>