Shades of Heliotrope #E860F4
Tints of Heliotrope #E860F4
RGB
CMYK
RGB Variations
Color information
#E860F4 (or 0xE860F4) is known color: Heliotrope. HEX triplet: E8, 60 and F4. RGB value is (232,96,244). Sum of RGB (Red+Green+Blue) = 232+96+244=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 96 (37.89% from 255 or 16.78% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #E860F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E860F4 is #179F0B. Grayscale: #999999. Windows color (decimal): -1548044 or 16015592. OLE color: 16015592.
HSL color Cylindrical-coordinate representation of color #E860F4: hue angle of 295.14º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E860F4 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 96 | 244 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.04 |
| HSL | 295.14º | 0.87% | 0.67% | - |
| HSV(B) | 295.14º | 0.61% | 0.96% | - |
| XYZ | 53.79 | 32.05 | 88.94 | - |
| YUV | 153.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 244 | 0.05 | 0.61 | 0 | 0.04 | 295.14 | 0.87 | 0.67 |
| Hex | E8 | 60 | F4 | 5 | 3D | 0 | 4 | 127 | 57 | 43 |
| Octal | 350 | 140 | 364 | 5 | 75 | 0 | 4 | 447 | 127 | 103 |
| Binary | 11101000 | 1100000 | 11110100 | 101 | 111101 | 0 | 100 | 100100111 | 1010111 | 1000011 |
Color Harmonies of #E860F4
Complementary color
Monochromatic Colors of #E860F4
Black with #E860F4
Text Example
Text Example
White with #E860F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E860F4; }
p { color: rgb(232,96,244); }
H1.HeaderClassName
{
color: #E860F4;
}
.AnyTagClassName
{
color: #E860F4;
}
</style>
background-color css
<style>
a { background-color: #E860F4; }
a { background-color: rgb(232,96,244); }
div.DivClassName
{
background-color: #E860F4;
}
.BgClassName
{
background-color: #E860F4;
}
</style>
border-color css
<style>
span { border-color: #E860F4; }
span { border-color: rgb(232,96,244); }
td.TdClassName
{
border-color: #E860F4;
}
.TagClassName
{
border-color: #E860F4;
}
</style>