Shades of Heliotrope #E86BFE
Tints of Heliotrope #E86BFE
RGB
CMYK
RGB Variations
Color information
#E86BFE (or 0xE86BFE) is known color: Heliotrope. HEX triplet: E8, 6B and FE. RGB value is (232,107,254). Sum of RGB (Red+Green+Blue) = 232+107+254=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 107 (42.19% from 255 or 18.04% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #E86BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86BFE is #179401. Grayscale: #A0A0A0. Windows color (decimal): -1545218 or 16673768. OLE color: 16673768.
HSL color Cylindrical-coordinate representation of color #E86BFE: hue angle of 291.02º 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 #E86BFE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 107 | 254 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.00 |
| HSL | 291.02º | 0.99% | 0.71% | - |
| HSV(B) | 291.02º | 0.58% | 1% | - |
| XYZ | 56.43 | 34.83 | 97.51 | - |
| YUV | 161.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 254 | 0.09 | 0.58 | 0 | 0.00 | 291.02 | 0.99 | 0.71 |
| Hex | E8 | 6B | FE | 9 | 3A | 0 | 0 | 123 | 63 | 47 |
| Octal | 350 | 153 | 376 | 11 | 72 | 0 | 0 | 443 | 143 | 107 |
| Binary | 11101000 | 1101011 | 11111110 | 1001 | 111010 | 0 | 0 | 100100011 | 1100011 | 1000111 |
Color Harmonies of #E86BFE
Complementary color
Monochromatic Colors of #E86BFE
Black with #E86BFE
Text Example
Text Example
White with #E86BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BFE; }
p { color: rgb(232,107,254); }
H1.HeaderClassName
{
color: #E86BFE;
}
.AnyTagClassName
{
color: #E86BFE;
}
</style>
background-color css
<style>
a { background-color: #E86BFE; }
a { background-color: rgb(232,107,254); }
div.DivClassName
{
background-color: #E86BFE;
}
.BgClassName
{
background-color: #E86BFE;
}
</style>
border-color css
<style>
span { border-color: #E86BFE; }
span { border-color: rgb(232,107,254); }
td.TdClassName
{
border-color: #E86BFE;
}
.TagClassName
{
border-color: #E86BFE;
}
</style>