Shades of Heliotrope #E860FC
Tints of Heliotrope #E860FC
RGB
CMYK
RGB Variations
Color information
#E860FC (or 0xE860FC) is known color: Heliotrope. HEX triplet: E8, 60 and FC. RGB value is (232,96,252). Sum of RGB (Red+Green+Blue) = 232+96+252=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 96 (37.89% from 255 or 16.55% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #E860FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E860FC is #179F03. Grayscale: #999999. Windows color (decimal): -1548036 or 16539880. OLE color: 16539880.
HSL color Cylindrical-coordinate representation of color #E860FC: hue angle of 292.31º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E860FC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 96 | 252 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.01 |
| HSL | 292.31º | 0.96% | 0.68% | - |
| HSV(B) | 292.31º | 0.62% | 0.99% | - |
| XYZ | 55.03 | 32.55 | 95.48 | - |
| YUV | 154.45 | 183.06 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 252 | 0.08 | 0.62 | 0 | 0.01 | 292.31 | 0.96 | 0.68 |
| Hex | E8 | 60 | FC | 8 | 3E | 0 | 1 | 124 | 60 | 44 |
| Octal | 350 | 140 | 374 | 10 | 76 | 0 | 1 | 444 | 140 | 104 |
| Binary | 11101000 | 1100000 | 11111100 | 1000 | 111110 | 0 | 1 | 100100100 | 1100000 | 1000100 |
Color Harmonies of #E860FC
Complementary color
Monochromatic Colors of #E860FC
Black with #E860FC
Text Example
Text Example
White with #E860FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E860FC; }
p { color: rgb(232,96,252); }
H1.HeaderClassName
{
color: #E860FC;
}
.AnyTagClassName
{
color: #E860FC;
}
</style>
background-color css
<style>
a { background-color: #E860FC; }
a { background-color: rgb(232,96,252); }
div.DivClassName
{
background-color: #E860FC;
}
.BgClassName
{
background-color: #E860FC;
}
</style>
border-color css
<style>
span { border-color: #E860FC; }
span { border-color: rgb(232,96,252); }
td.TdClassName
{
border-color: #E860FC;
}
.TagClassName
{
border-color: #E860FC;
}
</style>