Shades of Heliotrope #E86FFE
Tints of Heliotrope #E86FFE
RGB
CMYK
RGB Variations
Color information
#E86FFE (or 0xE86FFE) is known color: Heliotrope. HEX triplet: E8, 6F and FE. RGB value is (232,111,254). Sum of RGB (Red+Green+Blue) = 232+111+254=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 111 (43.75% from 255 or 18.59% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #E86FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86FFE is #179001. Grayscale: #A3A3A3. Windows color (decimal): -1544194 or 16674792. OLE color: 16674792.
HSL color Cylindrical-coordinate representation of color #E86FFE: hue angle of 290.77º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86FFE is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 111 | 254 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.00 |
| HSL | 290.77º | 0.99% | 0.72% | - |
| HSV(B) | 290.77º | 0.56% | 1% | - |
| XYZ | 56.85 | 35.68 | 97.66 | - |
| YUV | 163.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 254 | 0.09 | 0.56 | 0 | 0.00 | 290.77 | 0.99 | 0.72 |
| Hex | E8 | 6F | FE | 9 | 38 | 0 | 0 | 123 | 63 | 48 |
| Octal | 350 | 157 | 376 | 11 | 70 | 0 | 0 | 443 | 143 | 110 |
| Binary | 11101000 | 1101111 | 11111110 | 1001 | 111000 | 0 | 0 | 100100011 | 1100011 | 1001000 |
Color Harmonies of #E86FFE
Complementary color
Monochromatic Colors of #E86FFE
Black with #E86FFE
Text Example
Text Example
White with #E86FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86FFE; }
p { color: rgb(232,111,254); }
H1.HeaderClassName
{
color: #E86FFE;
}
.AnyTagClassName
{
color: #E86FFE;
}
</style>
background-color css
<style>
a { background-color: #E86FFE; }
a { background-color: rgb(232,111,254); }
div.DivClassName
{
background-color: #E86FFE;
}
.BgClassName
{
background-color: #E86FFE;
}
</style>
border-color css
<style>
span { border-color: #E86FFE; }
span { border-color: rgb(232,111,254); }
td.TdClassName
{
border-color: #E86FFE;
}
.TagClassName
{
border-color: #E86FFE;
}
</style>