Shades of Heliotrope #E156F9
Tints of Heliotrope #E156F9
RGB
CMYK
RGB Variations
Color information
#E156F9 (or 0xE156F9) is known color: Heliotrope. HEX triplet: E1, 56 and F9. RGB value is (225,86,249). Sum of RGB (Red+Green+Blue) = 225+86+249=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 86 (33.98% from 255 or 15.36% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #E156F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E156F9 is #1EA906. Grayscale: #919191. Windows color (decimal): -2009351 or 16340705. OLE color: 16340705.
HSL color Cylindrical-coordinate representation of color #E156F9: hue angle of 291.17º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E156F9 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 86 | 249 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.02 |
| HSL | 291.17º | 0.93% | 0.66% | - |
| HSV(B) | 291.17º | 0.65% | 0.98% | - |
| XYZ | 51.48 | 29.5 | 92.6 | - |
| YUV | 146.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 249 | 0.10 | 0.65 | 0 | 0.02 | 291.17 | 0.93 | 0.66 |
| Hex | E1 | 56 | F9 | A | 41 | 0 | 2 | 123 | 5D | 42 |
| Octal | 341 | 126 | 371 | 12 | 101 | 0 | 2 | 443 | 135 | 102 |
| Binary | 11100001 | 1010110 | 11111001 | 1010 | 1000001 | 0 | 10 | 100100011 | 1011101 | 1000010 |
Color Harmonies of #E156F9
Complementary color
Monochromatic Colors of #E156F9
Black with #E156F9
Text Example
Text Example
White with #E156F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E156F9; }
p { color: rgb(225,86,249); }
H1.HeaderClassName
{
color: #E156F9;
}
.AnyTagClassName
{
color: #E156F9;
}
</style>
background-color css
<style>
a { background-color: #E156F9; }
a { background-color: rgb(225,86,249); }
div.DivClassName
{
background-color: #E156F9;
}
.BgClassName
{
background-color: #E156F9;
}
</style>
border-color css
<style>
span { border-color: #E156F9; }
span { border-color: rgb(225,86,249); }
td.TdClassName
{
border-color: #E156F9;
}
.TagClassName
{
border-color: #E156F9;
}
</style>