Shades of Heliotrope #E86DFA
Tints of Heliotrope #E86DFA
RGB
CMYK
RGB Variations
Color information
#E86DFA (or 0xE86DFA) is known color: Heliotrope. HEX triplet: E8, 6D and FA. RGB value is (232,109,250). Sum of RGB (Red+Green+Blue) = 232+109+250=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 109 (42.97% from 255 or 18.44% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #E86DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86DFA is #179205. Grayscale: #A1A1A1. Windows color (decimal): -1544710 or 16412136. OLE color: 16412136.
HSL color Cylindrical-coordinate representation of color #E86DFA: hue angle of 292.34º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86DFA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 109 | 250 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.02 |
| HSL | 292.34º | 0.93% | 0.7% | - |
| HSV(B) | 292.34º | 0.56% | 0.98% | - |
| XYZ | 56 | 35 | 94.25 | - |
| YUV | 161.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 250 | 0.07 | 0.56 | 0 | 0.02 | 292.34 | 0.93 | 0.7 |
| Hex | E8 | 6D | FA | 7 | 38 | 0 | 2 | 124 | 5D | 46 |
| Octal | 350 | 155 | 372 | 7 | 70 | 0 | 2 | 444 | 135 | 106 |
| Binary | 11101000 | 1101101 | 11111010 | 111 | 111000 | 0 | 10 | 100100100 | 1011101 | 1000110 |
Color Harmonies of #E86DFA
Complementary color
Monochromatic Colors of #E86DFA
Black with #E86DFA
Text Example
Text Example
White with #E86DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DFA; }
p { color: rgb(232,109,250); }
H1.HeaderClassName
{
color: #E86DFA;
}
.AnyTagClassName
{
color: #E86DFA;
}
</style>
background-color css
<style>
a { background-color: #E86DFA; }
a { background-color: rgb(232,109,250); }
div.DivClassName
{
background-color: #E86DFA;
}
.BgClassName
{
background-color: #E86DFA;
}
</style>
border-color css
<style>
span { border-color: #E86DFA; }
span { border-color: rgb(232,109,250); }
td.TdClassName
{
border-color: #E86DFA;
}
.TagClassName
{
border-color: #E86DFA;
}
</style>