Shades of Heliotrope #E86FF6
Tints of Heliotrope #E86FF6
RGB
CMYK
RGB Variations
Color information
#E86FF6 (or 0xE86FF6) is known color: Heliotrope. HEX triplet: E8, 6F and F6. RGB value is (232,111,246). Sum of RGB (Red+Green+Blue) = 232+111+246=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #E86FF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86FF6 is #179009. Grayscale: #A2A2A2. Windows color (decimal): -1544202 or 16150504. OLE color: 16150504.
HSL color Cylindrical-coordinate representation of color #E86FF6: hue angle of 293.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E86FF6 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 111 | 246 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.04 |
| HSL | 293.78º | 0.88% | 0.7% | - |
| HSV(B) | 293.78º | 0.55% | 0.96% | - |
| XYZ | 55.6 | 35.18 | 91.05 | - |
| YUV | 162.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 246 | 0.06 | 0.55 | 0 | 0.04 | 293.78 | 0.88 | 0.7 |
| Hex | E8 | 6F | F6 | 6 | 37 | 0 | 4 | 126 | 58 | 46 |
| Octal | 350 | 157 | 366 | 6 | 67 | 0 | 4 | 446 | 130 | 106 |
| Binary | 11101000 | 1101111 | 11110110 | 110 | 110111 | 0 | 100 | 100100110 | 1011000 | 1000110 |
Color Harmonies of #E86FF6
Complementary color
Monochromatic Colors of #E86FF6
Black with #E86FF6
Text Example
Text Example
White with #E86FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86FF6; }
p { color: rgb(232,111,246); }
H1.HeaderClassName
{
color: #E86FF6;
}
.AnyTagClassName
{
color: #E86FF6;
}
</style>
background-color css
<style>
a { background-color: #E86FF6; }
a { background-color: rgb(232,111,246); }
div.DivClassName
{
background-color: #E86FF6;
}
.BgClassName
{
background-color: #E86FF6;
}
</style>
border-color css
<style>
span { border-color: #E86FF6; }
span { border-color: rgb(232,111,246); }
td.TdClassName
{
border-color: #E86FF6;
}
.TagClassName
{
border-color: #E86FF6;
}
</style>