Shades of Heliotrope #E059F8
Tints of Heliotrope #E059F8
RGB
CMYK
RGB Variations
Color information
#E059F8 (or 0xE059F8) is known color: Heliotrope. HEX triplet: E0, 59 and F8. RGB value is (224,89,248). Sum of RGB (Red+Green+Blue) = 224+89+248=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #E059F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059F8 is #1FA607. Grayscale: #929292. Windows color (decimal): -2074120 or 16275936. OLE color: 16275936.
HSL color Cylindrical-coordinate representation of color #E059F8: hue angle of 290.94º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E059F8 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 89 | 248 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.03 |
| HSL | 290.94º | 0.92% | 0.66% | - |
| HSV(B) | 290.94º | 0.64% | 0.97% | - |
| XYZ | 51.26 | 29.77 | 91.85 | - |
| YUV | 147.49 | 184.73 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 248 | 0.10 | 0.64 | 0 | 0.03 | 290.94 | 0.92 | 0.66 |
| Hex | E0 | 59 | F8 | A | 40 | 0 | 3 | 123 | 5C | 42 |
| Octal | 340 | 131 | 370 | 12 | 100 | 0 | 3 | 443 | 134 | 102 |
| Binary | 11100000 | 1011001 | 11111000 | 1010 | 1000000 | 0 | 11 | 100100011 | 1011100 | 1000010 |
Color Harmonies of #E059F8
Complementary color
Monochromatic Colors of #E059F8
Black with #E059F8
Text Example
Text Example
White with #E059F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059F8; }
p { color: rgb(224,89,248); }
H1.HeaderClassName
{
color: #E059F8;
}
.AnyTagClassName
{
color: #E059F8;
}
</style>
background-color css
<style>
a { background-color: #E059F8; }
a { background-color: rgb(224,89,248); }
div.DivClassName
{
background-color: #E059F8;
}
.BgClassName
{
background-color: #E059F8;
}
</style>
border-color css
<style>
span { border-color: #E059F8; }
span { border-color: rgb(224,89,248); }
td.TdClassName
{
border-color: #E059F8;
}
.TagClassName
{
border-color: #E059F8;
}
</style>