Shades of Heliotrope #E86FFF
Tints of Heliotrope #E86FFF
RGB
CMYK
RGB Variations
Color information
#E86FFF (or 0xE86FFF) is known color: Heliotrope. HEX triplet: E8, 6F and FF. RGB value is (232,111,255). Sum of RGB (Red+Green+Blue) = 232+111+255=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 111 (43.75% from 255 or 18.56% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #E86FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86FFF is #179000. Grayscale: #A3A3A3. Windows color (decimal): -1544193 or 16740328. OLE color: 16740328.
HSL color Cylindrical-coordinate representation of color #E86FFF: hue angle of 290.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86FFF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 111 | 255 | - |
| CMYK | 0.09 | 0.56 | 0 | 0 |
| HSL | 290.42º | 1% | 0.72% | - |
| HSV(B) | 290.42º | 0.56% | 1% | - |
| XYZ | 57.01 | 35.74 | 98.5 | - |
| YUV | 163.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 255 | 0.09 | 0.56 | 0 | 0 | 290.42 | 1 | 0.72 |
| Hex | E8 | 6F | FF | 9 | 38 | 0 | 0 | 122 | 64 | 48 |
| Octal | 350 | 157 | 377 | 11 | 70 | 0 | 0 | 442 | 144 | 110 |
| Binary | 11101000 | 1101111 | 11111111 | 1001 | 111000 | 0 | 0 | 100100010 | 1100100 | 1001000 |
Color Harmonies of #E86FFF
Complementary color
Monochromatic Colors of #E86FFF
Black with #E86FFF
Text Example
Text Example
White with #E86FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86FFF; }
p { color: rgb(232,111,255); }
H1.HeaderClassName
{
color: #E86FFF;
}
.AnyTagClassName
{
color: #E86FFF;
}
</style>
background-color css
<style>
a { background-color: #E86FFF; }
a { background-color: rgb(232,111,255); }
div.DivClassName
{
background-color: #E86FFF;
}
.BgClassName
{
background-color: #E86FFF;
}
</style>
border-color css
<style>
span { border-color: #E86FFF; }
span { border-color: rgb(232,111,255); }
td.TdClassName
{
border-color: #E86FFF;
}
.TagClassName
{
border-color: #E86FFF;
}
</style>