Shades of Heliotrope #E86FFC
Tints of Heliotrope #E86FFC
RGB
CMYK
RGB Variations
Color information
#E86FFC (or 0xE86FFC) is known color: Heliotrope. HEX triplet: E8, 6F and FC. RGB value is (232,111,252). Sum of RGB (Red+Green+Blue) = 232+111+252=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 111 (43.75% from 255 or 18.66% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #E86FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86FFC is #179003. Grayscale: #A2A2A2. Windows color (decimal): -1544196 or 16543720. OLE color: 16543720.
HSL color Cylindrical-coordinate representation of color #E86FFC: hue angle of 291.49º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86FFC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 111 | 252 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.01 |
| HSL | 291.49º | 0.96% | 0.71% | - |
| HSV(B) | 291.49º | 0.56% | 0.99% | - |
| XYZ | 56.53 | 35.55 | 95.98 | - |
| YUV | 163.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 252 | 0.08 | 0.56 | 0 | 0.01 | 291.49 | 0.96 | 0.71 |
| Hex | E8 | 6F | FC | 8 | 38 | 0 | 1 | 123 | 60 | 47 |
| Octal | 350 | 157 | 374 | 10 | 70 | 0 | 1 | 443 | 140 | 107 |
| Binary | 11101000 | 1101111 | 11111100 | 1000 | 111000 | 0 | 1 | 100100011 | 1100000 | 1000111 |
Color Harmonies of #E86FFC
Complementary color
Monochromatic Colors of #E86FFC
Black with #E86FFC
Text Example
Text Example
White with #E86FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86FFC; }
p { color: rgb(232,111,252); }
H1.HeaderClassName
{
color: #E86FFC;
}
.AnyTagClassName
{
color: #E86FFC;
}
</style>
background-color css
<style>
a { background-color: #E86FFC; }
a { background-color: rgb(232,111,252); }
div.DivClassName
{
background-color: #E86FFC;
}
.BgClassName
{
background-color: #E86FFC;
}
</style>
border-color css
<style>
span { border-color: #E86FFC; }
span { border-color: rgb(232,111,252); }
td.TdClassName
{
border-color: #E86FFC;
}
.TagClassName
{
border-color: #E86FFC;
}
</style>