Shades of Heliotrope #E86DF6
Tints of Heliotrope #E86DF6
RGB
CMYK
RGB Variations
Color information
#E86DF6 (or 0xE86DF6) is known color: Heliotrope. HEX triplet: E8, 6D and F6. RGB value is (232,109,246). Sum of RGB (Red+Green+Blue) = 232+109+246=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #E86DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86DF6 is #179209. Grayscale: #A0A0A0. Windows color (decimal): -1544714 or 16149992. OLE color: 16149992.
HSL color Cylindrical-coordinate representation of color #E86DF6: hue angle of 293.87º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86DF6 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 109 | 246 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.04 |
| HSL | 293.87º | 0.88% | 0.7% | - |
| HSV(B) | 293.87º | 0.56% | 0.96% | - |
| XYZ | 55.38 | 34.75 | 90.98 | - |
| YUV | 161.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 246 | 0.06 | 0.56 | 0 | 0.04 | 293.87 | 0.88 | 0.7 |
| Hex | E8 | 6D | F6 | 6 | 38 | 0 | 4 | 126 | 58 | 46 |
| Octal | 350 | 155 | 366 | 6 | 70 | 0 | 4 | 446 | 130 | 106 |
| Binary | 11101000 | 1101101 | 11110110 | 110 | 111000 | 0 | 100 | 100100110 | 1011000 | 1000110 |
Color Harmonies of #E86DF6
Complementary color
Monochromatic Colors of #E86DF6
Black with #E86DF6
Text Example
Text Example
White with #E86DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DF6; }
p { color: rgb(232,109,246); }
H1.HeaderClassName
{
color: #E86DF6;
}
.AnyTagClassName
{
color: #E86DF6;
}
</style>
background-color css
<style>
a { background-color: #E86DF6; }
a { background-color: rgb(232,109,246); }
div.DivClassName
{
background-color: #E86DF6;
}
.BgClassName
{
background-color: #E86DF6;
}
</style>
border-color css
<style>
span { border-color: #E86DF6; }
span { border-color: rgb(232,109,246); }
td.TdClassName
{
border-color: #E86DF6;
}
.TagClassName
{
border-color: #E86DF6;
}
</style>