Shades of Heliotrope #E86FF2
Tints of Heliotrope #E86FF2
RGB
CMYK
RGB Variations
Color information
#E86FF2 (or 0xE86FF2) is known color: Heliotrope. HEX triplet: E8, 6F and F2. RGB value is (232,111,242). Sum of RGB (Red+Green+Blue) = 232+111+242=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #E86FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86FF2 is #17900D. Grayscale: #A1A1A1. Windows color (decimal): -1544206 or 15888360. OLE color: 15888360.
HSL color Cylindrical-coordinate representation of color #E86FF2: hue angle of 295.42º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86FF2 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 111 | 242 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.05 |
| HSL | 295.42º | 0.83% | 0.69% | - |
| HSV(B) | 295.42º | 0.54% | 0.95% | - |
| XYZ | 54.99 | 34.94 | 87.85 | - |
| YUV | 162.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 242 | 0.04 | 0.54 | 0 | 0.05 | 295.42 | 0.83 | 0.69 |
| Hex | E8 | 6F | F2 | 4 | 36 | 0 | 5 | 127 | 53 | 45 |
| Octal | 350 | 157 | 362 | 4 | 66 | 0 | 5 | 447 | 123 | 105 |
| Binary | 11101000 | 1101111 | 11110010 | 100 | 110110 | 0 | 101 | 100100111 | 1010011 | 1000101 |
Color Harmonies of #E86FF2
Complementary color
Monochromatic Colors of #E86FF2
Black with #E86FF2
Text Example
Text Example
White with #E86FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86FF2; }
p { color: rgb(232,111,242); }
H1.HeaderClassName
{
color: #E86FF2;
}
.AnyTagClassName
{
color: #E86FF2;
}
</style>
background-color css
<style>
a { background-color: #E86FF2; }
a { background-color: rgb(232,111,242); }
div.DivClassName
{
background-color: #E86FF2;
}
.BgClassName
{
background-color: #E86FF2;
}
</style>
border-color css
<style>
span { border-color: #E86FF2; }
span { border-color: rgb(232,111,242); }
td.TdClassName
{
border-color: #E86FF2;
}
.TagClassName
{
border-color: #E86FF2;
}
</style>