Shades of Heliotrope #E860F7
Tints of Heliotrope #E860F7
RGB
CMYK
RGB Variations
Color information
#E860F7 (or 0xE860F7) is known color: Heliotrope. HEX triplet: E8, 60 and F7. RGB value is (232,96,247). Sum of RGB (Red+Green+Blue) = 232+96+247=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #E860F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E860F7 is #179F08. Grayscale: #999999. Windows color (decimal): -1548041 or 16212200. OLE color: 16212200.
HSL color Cylindrical-coordinate representation of color #E860F7: hue angle of 294.04º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E860F7 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 96 | 247 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.03 |
| HSL | 294.04º | 0.9% | 0.67% | - |
| HSV(B) | 294.04º | 0.61% | 0.97% | - |
| XYZ | 54.25 | 32.24 | 91.36 | - |
| YUV | 153.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 247 | 0.06 | 0.61 | 0 | 0.03 | 294.04 | 0.9 | 0.67 |
| Hex | E8 | 60 | F7 | 6 | 3D | 0 | 3 | 126 | 5A | 43 |
| Octal | 350 | 140 | 367 | 6 | 75 | 0 | 3 | 446 | 132 | 103 |
| Binary | 11101000 | 1100000 | 11110111 | 110 | 111101 | 0 | 11 | 100100110 | 1011010 | 1000011 |
Color Harmonies of #E860F7
Complementary color
Monochromatic Colors of #E860F7
Black with #E860F7
Text Example
Text Example
White with #E860F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E860F7; }
p { color: rgb(232,96,247); }
H1.HeaderClassName
{
color: #E860F7;
}
.AnyTagClassName
{
color: #E860F7;
}
</style>
background-color css
<style>
a { background-color: #E860F7; }
a { background-color: rgb(232,96,247); }
div.DivClassName
{
background-color: #E860F7;
}
.BgClassName
{
background-color: #E860F7;
}
</style>
border-color css
<style>
span { border-color: #E860F7; }
span { border-color: rgb(232,96,247); }
td.TdClassName
{
border-color: #E860F7;
}
.TagClassName
{
border-color: #E860F7;
}
</style>