Shades of Heliotrope #E96EF4
Tints of Heliotrope #E96EF4
RGB
CMYK
RGB Variations
Color information
#E96EF4 (or 0xE96EF4) is known color: Heliotrope. HEX triplet: E9, 6E and F4. RGB value is (233,110,244). Sum of RGB (Red+Green+Blue) = 233+110+244=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 110 (43.36% from 255 or 18.74% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #E96EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96EF4 is #16910B. Grayscale: #A1A1A1. Windows color (decimal): -1478924 or 16019177. OLE color: 16019177.
HSL color Cylindrical-coordinate representation of color #E96EF4: hue angle of 295.07º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96EF4 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 110 | 244 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.04 |
| HSL | 295.07º | 0.86% | 0.69% | - |
| HSV(B) | 295.07º | 0.55% | 0.96% | - |
| XYZ | 55.51 | 35.01 | 89.42 | - |
| YUV | 162.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 244 | 0.05 | 0.55 | 0 | 0.04 | 295.07 | 0.86 | 0.69 |
| Hex | E9 | 6E | F4 | 5 | 37 | 0 | 4 | 127 | 56 | 45 |
| Octal | 351 | 156 | 364 | 5 | 67 | 0 | 4 | 447 | 126 | 105 |
| Binary | 11101001 | 1101110 | 11110100 | 101 | 110111 | 0 | 100 | 100100111 | 1010110 | 1000101 |
Color Harmonies of #E96EF4
Complementary color
Monochromatic Colors of #E96EF4
Black with #E96EF4
Text Example
Text Example
White with #E96EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96EF4; }
p { color: rgb(233,110,244); }
H1.HeaderClassName
{
color: #E96EF4;
}
.AnyTagClassName
{
color: #E96EF4;
}
</style>
background-color css
<style>
a { background-color: #E96EF4; }
a { background-color: rgb(233,110,244); }
div.DivClassName
{
background-color: #E96EF4;
}
.BgClassName
{
background-color: #E96EF4;
}
</style>
border-color css
<style>
span { border-color: #E96EF4; }
span { border-color: rgb(233,110,244); }
td.TdClassName
{
border-color: #E96EF4;
}
.TagClassName
{
border-color: #E96EF4;
}
</style>