Shades of Heliotrope #E059FE
Tints of Heliotrope #E059FE
RGB
CMYK
RGB Variations
Color information
#E059FE (or 0xE059FE) is known color: Heliotrope. HEX triplet: E0, 59 and FE. RGB value is (224,89,254). Sum of RGB (Red+Green+Blue) = 224+89+254=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 89 (35.16% from 255 or 15.70% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #E059FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059FE is #1FA601. Grayscale: #939393. Windows color (decimal): -2074114 or 16669152. OLE color: 16669152.
HSL color Cylindrical-coordinate representation of color #E059FE: hue angle of 289.09º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E059FE is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 89 | 254 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.00 |
| HSL | 289.09º | 0.99% | 0.67% | - |
| HSV(B) | 289.09º | 0.65% | 1% | - |
| XYZ | 52.2 | 30.15 | 96.83 | - |
| YUV | 148.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 254 | 0.12 | 0.65 | 0 | 0.00 | 289.09 | 0.99 | 0.67 |
| Hex | E0 | 59 | FE | C | 41 | 0 | 0 | 121 | 63 | 43 |
| Octal | 340 | 131 | 376 | 14 | 101 | 0 | 0 | 441 | 143 | 103 |
| Binary | 11100000 | 1011001 | 11111110 | 1100 | 1000001 | 0 | 0 | 100100001 | 1100011 | 1000011 |
Color Harmonies of #E059FE
Complementary color
Monochromatic Colors of #E059FE
Black with #E059FE
Text Example
Text Example
White with #E059FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059FE; }
p { color: rgb(224,89,254); }
H1.HeaderClassName
{
color: #E059FE;
}
.AnyTagClassName
{
color: #E059FE;
}
</style>
background-color css
<style>
a { background-color: #E059FE; }
a { background-color: rgb(224,89,254); }
div.DivClassName
{
background-color: #E059FE;
}
.BgClassName
{
background-color: #E059FE;
}
</style>
border-color css
<style>
span { border-color: #E059FE; }
span { border-color: rgb(224,89,254); }
td.TdClassName
{
border-color: #E059FE;
}
.TagClassName
{
border-color: #E059FE;
}
</style>