Shades of Heliotrope #E878FC
Tints of Heliotrope #E878FC
RGB
CMYK
RGB Variations
Color information
#E878FC (or 0xE878FC) is known color: Heliotrope. HEX triplet: E8, 78 and FC. RGB value is (232,120,252). Sum of RGB (Red+Green+Blue) = 232+120+252=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 120 (47.27% from 255 or 19.87% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #E878FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E878FC is #178703. Grayscale: #A8A8A8. Windows color (decimal): -1541892 or 16546024. OLE color: 16546024.
HSL color Cylindrical-coordinate representation of color #E878FC: hue angle of 290.91º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E878FC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 120 | 252 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.01 |
| HSL | 290.91º | 0.96% | 0.73% | - |
| HSV(B) | 290.91º | 0.52% | 0.99% | - |
| XYZ | 57.57 | 37.62 | 96.32 | - |
| YUV | 168.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 252 | 0.08 | 0.52 | 0 | 0.01 | 290.91 | 0.96 | 0.73 |
| Hex | E8 | 78 | FC | 8 | 34 | 0 | 1 | 123 | 60 | 49 |
| Octal | 350 | 170 | 374 | 10 | 64 | 0 | 1 | 443 | 140 | 111 |
| Binary | 11101000 | 1111000 | 11111100 | 1000 | 110100 | 0 | 1 | 100100011 | 1100000 | 1001001 |
Color Harmonies of #E878FC
Complementary color
Monochromatic Colors of #E878FC
Black with #E878FC
Text Example
Text Example
White with #E878FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E878FC; }
p { color: rgb(232,120,252); }
H1.HeaderClassName
{
color: #E878FC;
}
.AnyTagClassName
{
color: #E878FC;
}
</style>
background-color css
<style>
a { background-color: #E878FC; }
a { background-color: rgb(232,120,252); }
div.DivClassName
{
background-color: #E878FC;
}
.BgClassName
{
background-color: #E878FC;
}
</style>
border-color css
<style>
span { border-color: #E878FC; }
span { border-color: rgb(232,120,252); }
td.TdClassName
{
border-color: #E878FC;
}
.TagClassName
{
border-color: #E878FC;
}
</style>