Shades of Heliotrope #E86BF4
Tints of Heliotrope #E86BF4
RGB
CMYK
RGB Variations
Color information
#E86BF4 (or 0xE86BF4) is known color: Heliotrope. HEX triplet: E8, 6B and F4. RGB value is (232,107,244). Sum of RGB (Red+Green+Blue) = 232+107+244=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 107 (42.19% from 255 or 18.35% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 244 - color contains mainly: blue. Hex color #E86BF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86BF4 is #17940B. Grayscale: #9F9F9F. Windows color (decimal): -1545228 or 16018408. OLE color: 16018408.
HSL color Cylindrical-coordinate representation of color #E86BF4: hue angle of 294.74º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86BF4 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 107 | 244 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.04 |
| HSL | 294.74º | 0.86% | 0.69% | - |
| HSV(B) | 294.74º | 0.56% | 0.96% | - |
| XYZ | 54.87 | 34.2 | 89.3 | - |
| YUV | 159.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 244 | 0.05 | 0.56 | 0 | 0.04 | 294.74 | 0.86 | 0.69 |
| Hex | E8 | 6B | F4 | 5 | 38 | 0 | 4 | 127 | 56 | 45 |
| Octal | 350 | 153 | 364 | 5 | 70 | 0 | 4 | 447 | 126 | 105 |
| Binary | 11101000 | 1101011 | 11110100 | 101 | 111000 | 0 | 100 | 100100111 | 1010110 | 1000101 |
Color Harmonies of #E86BF4
Complementary color
Monochromatic Colors of #E86BF4
Black with #E86BF4
Text Example
Text Example
White with #E86BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BF4; }
p { color: rgb(232,107,244); }
H1.HeaderClassName
{
color: #E86BF4;
}
.AnyTagClassName
{
color: #E86BF4;
}
</style>
background-color css
<style>
a { background-color: #E86BF4; }
a { background-color: rgb(232,107,244); }
div.DivClassName
{
background-color: #E86BF4;
}
.BgClassName
{
background-color: #E86BF4;
}
</style>
border-color css
<style>
span { border-color: #E86BF4; }
span { border-color: rgb(232,107,244); }
td.TdClassName
{
border-color: #E86BF4;
}
.TagClassName
{
border-color: #E86BF4;
}
</style>