Shades of Heliotrope #E868FC
Tints of Heliotrope #E868FC
RGB
CMYK
RGB Variations
Color information
#E868FC (or 0xE868FC) is known color: Heliotrope. HEX triplet: E8, 68 and FC. RGB value is (232,104,252). Sum of RGB (Red+Green+Blue) = 232+104+252=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 104 (41.02% from 255 or 17.69% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #E868FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E868FC is #179703. Grayscale: #9E9E9E. Windows color (decimal): -1545988 or 16541928. OLE color: 16541928.
HSL color Cylindrical-coordinate representation of color #E868FC: hue angle of 291.89º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E868FC is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 104 | 252 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.01 |
| HSL | 291.89º | 0.96% | 0.7% | - |
| HSV(B) | 291.89º | 0.59% | 0.99% | - |
| XYZ | 55.8 | 34.08 | 95.73 | - |
| YUV | 159.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 252 | 0.08 | 0.59 | 0 | 0.01 | 291.89 | 0.96 | 0.7 |
| Hex | E8 | 68 | FC | 8 | 3B | 0 | 1 | 124 | 60 | 46 |
| Octal | 350 | 150 | 374 | 10 | 73 | 0 | 1 | 444 | 140 | 106 |
| Binary | 11101000 | 1101000 | 11111100 | 1000 | 111011 | 0 | 1 | 100100100 | 1100000 | 1000110 |
Color Harmonies of #E868FC
Complementary color
Monochromatic Colors of #E868FC
Black with #E868FC
Text Example
Text Example
White with #E868FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868FC; }
p { color: rgb(232,104,252); }
H1.HeaderClassName
{
color: #E868FC;
}
.AnyTagClassName
{
color: #E868FC;
}
</style>
background-color css
<style>
a { background-color: #E868FC; }
a { background-color: rgb(232,104,252); }
div.DivClassName
{
background-color: #E868FC;
}
.BgClassName
{
background-color: #E868FC;
}
</style>
border-color css
<style>
span { border-color: #E868FC; }
span { border-color: rgb(232,104,252); }
td.TdClassName
{
border-color: #E868FC;
}
.TagClassName
{
border-color: #E868FC;
}
</style>