Shades of Heliotrope #E86BFC
Tints of Heliotrope #E86BFC
RGB
CMYK
RGB Variations
Color information
#E86BFC (or 0xE86BFC) is known color: Heliotrope. HEX triplet: E8, 6B and FC. RGB value is (232,107,252). Sum of RGB (Red+Green+Blue) = 232+107+252=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 107 (42.19% from 255 or 18.10% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #E86BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86BFC is #179403. Grayscale: #A0A0A0. Windows color (decimal): -1545220 or 16542696. OLE color: 16542696.
HSL color Cylindrical-coordinate representation of color #E86BFC: hue angle of 291.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86BFC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 107 | 252 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.01 |
| HSL | 291.72º | 0.96% | 0.7% | - |
| HSV(B) | 291.72º | 0.58% | 0.99% | - |
| XYZ | 56.11 | 34.7 | 95.84 | - |
| YUV | 160.91 | 179.41 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 252 | 0.08 | 0.58 | 0 | 0.01 | 291.72 | 0.96 | 0.7 |
| Hex | E8 | 6B | FC | 8 | 3A | 0 | 1 | 124 | 60 | 46 |
| Octal | 350 | 153 | 374 | 10 | 72 | 0 | 1 | 444 | 140 | 106 |
| Binary | 11101000 | 1101011 | 11111100 | 1000 | 111010 | 0 | 1 | 100100100 | 1100000 | 1000110 |
Color Harmonies of #E86BFC
Complementary color
Monochromatic Colors of #E86BFC
Black with #E86BFC
Text Example
Text Example
White with #E86BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BFC; }
p { color: rgb(232,107,252); }
H1.HeaderClassName
{
color: #E86BFC;
}
.AnyTagClassName
{
color: #E86BFC;
}
</style>
background-color css
<style>
a { background-color: #E86BFC; }
a { background-color: rgb(232,107,252); }
div.DivClassName
{
background-color: #E86BFC;
}
.BgClassName
{
background-color: #E86BFC;
}
</style>
border-color css
<style>
span { border-color: #E86BFC; }
span { border-color: rgb(232,107,252); }
td.TdClassName
{
border-color: #E86BFC;
}
.TagClassName
{
border-color: #E86BFC;
}
</style>