Shades of Heliotrope #E86EF9
Tints of Heliotrope #E86EF9
RGB
CMYK
RGB Variations
Color information
#E86EF9 (or 0xE86EF9) is known color: Heliotrope. HEX triplet: E8, 6E and F9. RGB value is (232,110,249). Sum of RGB (Red+Green+Blue) = 232+110+249=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #E86EF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86EF9 is #179106. Grayscale: #A1A1A1. Windows color (decimal): -1544455 or 16346856. OLE color: 16346856.
HSL color Cylindrical-coordinate representation of color #E86EF9: hue angle of 292.66º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86EF9 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 110 | 249 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.02 |
| HSL | 292.66º | 0.92% | 0.7% | - |
| HSV(B) | 292.66º | 0.56% | 0.98% | - |
| XYZ | 55.95 | 35.15 | 93.46 | - |
| YUV | 162.32 | 176.92 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 249 | 0.07 | 0.56 | 0 | 0.02 | 292.66 | 0.92 | 0.7 |
| Hex | E8 | 6E | F9 | 7 | 38 | 0 | 2 | 125 | 5C | 46 |
| Octal | 350 | 156 | 371 | 7 | 70 | 0 | 2 | 445 | 134 | 106 |
| Binary | 11101000 | 1101110 | 11111001 | 111 | 111000 | 0 | 10 | 100100101 | 1011100 | 1000110 |
Color Harmonies of #E86EF9
Complementary color
Monochromatic Colors of #E86EF9
Black with #E86EF9
Text Example
Text Example
White with #E86EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86EF9; }
p { color: rgb(232,110,249); }
H1.HeaderClassName
{
color: #E86EF9;
}
.AnyTagClassName
{
color: #E86EF9;
}
</style>
background-color css
<style>
a { background-color: #E86EF9; }
a { background-color: rgb(232,110,249); }
div.DivClassName
{
background-color: #E86EF9;
}
.BgClassName
{
background-color: #E86EF9;
}
</style>
border-color css
<style>
span { border-color: #E86EF9; }
span { border-color: rgb(232,110,249); }
td.TdClassName
{
border-color: #E86EF9;
}
.TagClassName
{
border-color: #E86EF9;
}
</style>