Shades of Heliotrope #E159F6
Tints of Heliotrope #E159F6
RGB
CMYK
RGB Variations
Color information
#E159F6 (or 0xE159F6) is known color: Heliotrope. HEX triplet: E1, 59 and F6. RGB value is (225,89,246). Sum of RGB (Red+Green+Blue) = 225+89+246=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #E159F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E159F6 is #1EA609. Grayscale: #939393. Windows color (decimal): -2008586 or 16144865. OLE color: 16144865.
HSL color Cylindrical-coordinate representation of color #E159F6: hue angle of 291.97º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E159F6 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 89 | 246 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.04 |
| HSL | 291.97º | 0.9% | 0.66% | - |
| HSV(B) | 291.97º | 0.64% | 0.96% | - |
| XYZ | 51.26 | 29.81 | 90.24 | - |
| YUV | 147.56 | 183.56 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 246 | 0.09 | 0.64 | 0 | 0.04 | 291.97 | 0.9 | 0.66 |
| Hex | E1 | 59 | F6 | 9 | 40 | 0 | 4 | 124 | 5A | 42 |
| Octal | 341 | 131 | 366 | 11 | 100 | 0 | 4 | 444 | 132 | 102 |
| Binary | 11100001 | 1011001 | 11110110 | 1001 | 1000000 | 0 | 100 | 100100100 | 1011010 | 1000010 |
Color Harmonies of #E159F6
Complementary color
Monochromatic Colors of #E159F6
Black with #E159F6
Text Example
Text Example
White with #E159F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159F6; }
p { color: rgb(225,89,246); }
H1.HeaderClassName
{
color: #E159F6;
}
.AnyTagClassName
{
color: #E159F6;
}
</style>
background-color css
<style>
a { background-color: #E159F6; }
a { background-color: rgb(225,89,246); }
div.DivClassName
{
background-color: #E159F6;
}
.BgClassName
{
background-color: #E159F6;
}
</style>
border-color css
<style>
span { border-color: #E159F6; }
span { border-color: rgb(225,89,246); }
td.TdClassName
{
border-color: #E159F6;
}
.TagClassName
{
border-color: #E159F6;
}
</style>