Shades of Heliotrope #E86CF9
Tints of Heliotrope #E86CF9
RGB
CMYK
RGB Variations
Color information
#E86CF9 (or 0xE86CF9) is known color: Heliotrope. HEX triplet: E8, 6C and F9. RGB value is (232,108,249). Sum of RGB (Red+Green+Blue) = 232+108+249=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #E86CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86CF9 is #179306. Grayscale: #A0A0A0. Windows color (decimal): -1544967 or 16346344. OLE color: 16346344.
HSL color Cylindrical-coordinate representation of color #E86CF9: hue angle of 292.77º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86CF9 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 108 | 249 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.02 |
| HSL | 292.77º | 0.92% | 0.7% | - |
| HSV(B) | 292.77º | 0.57% | 0.98% | - |
| XYZ | 55.74 | 34.72 | 93.39 | - |
| YUV | 161.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 249 | 0.07 | 0.57 | 0 | 0.02 | 292.77 | 0.92 | 0.7 |
| Hex | E8 | 6C | F9 | 7 | 39 | 0 | 2 | 125 | 5C | 46 |
| Octal | 350 | 154 | 371 | 7 | 71 | 0 | 2 | 445 | 134 | 106 |
| Binary | 11101000 | 1101100 | 11111001 | 111 | 111001 | 0 | 10 | 100100101 | 1011100 | 1000110 |
Color Harmonies of #E86CF9
Complementary color
Monochromatic Colors of #E86CF9
Black with #E86CF9
Text Example
Text Example
White with #E86CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86CF9; }
p { color: rgb(232,108,249); }
H1.HeaderClassName
{
color: #E86CF9;
}
.AnyTagClassName
{
color: #E86CF9;
}
</style>
background-color css
<style>
a { background-color: #E86CF9; }
a { background-color: rgb(232,108,249); }
div.DivClassName
{
background-color: #E86CF9;
}
.BgClassName
{
background-color: #E86CF9;
}
</style>
border-color css
<style>
span { border-color: #E86CF9; }
span { border-color: rgb(232,108,249); }
td.TdClassName
{
border-color: #E86CF9;
}
.TagClassName
{
border-color: #E86CF9;
}
</style>