Shades of Heliotrope #E86AFE
Tints of Heliotrope #E86AFE
RGB
CMYK
RGB Variations
Color information
#E86AFE (or 0xE86AFE) is known color: Heliotrope. HEX triplet: E8, 6A and FE. RGB value is (232,106,254). Sum of RGB (Red+Green+Blue) = 232+106+254=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 106 (41.80% from 255 or 17.91% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #E86AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86AFE is #179501. Grayscale: #A0A0A0. Windows color (decimal): -1545474 or 16673512. OLE color: 16673512.
HSL color Cylindrical-coordinate representation of color #E86AFE: hue angle of 291.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86AFE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 106 | 254 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.00 |
| HSL | 291.08º | 0.99% | 0.71% | - |
| HSV(B) | 291.08º | 0.58% | 1% | - |
| XYZ | 56.32 | 34.62 | 97.48 | - |
| YUV | 160.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 254 | 0.09 | 0.58 | 0 | 0.00 | 291.08 | 0.99 | 0.71 |
| Hex | E8 | 6A | FE | 9 | 3A | 0 | 0 | 123 | 63 | 47 |
| Octal | 350 | 152 | 376 | 11 | 72 | 0 | 0 | 443 | 143 | 107 |
| Binary | 11101000 | 1101010 | 11111110 | 1001 | 111010 | 0 | 0 | 100100011 | 1100011 | 1000111 |
Color Harmonies of #E86AFE
Complementary color
Monochromatic Colors of #E86AFE
Black with #E86AFE
Text Example
Text Example
White with #E86AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86AFE; }
p { color: rgb(232,106,254); }
H1.HeaderClassName
{
color: #E86AFE;
}
.AnyTagClassName
{
color: #E86AFE;
}
</style>
background-color css
<style>
a { background-color: #E86AFE; }
a { background-color: rgb(232,106,254); }
div.DivClassName
{
background-color: #E86AFE;
}
.BgClassName
{
background-color: #E86AFE;
}
</style>
border-color css
<style>
span { border-color: #E86AFE; }
span { border-color: rgb(232,106,254); }
td.TdClassName
{
border-color: #E86AFE;
}
.TagClassName
{
border-color: #E86AFE;
}
</style>