Shades of Heliotrope #E95EFF
Tints of Heliotrope #E95EFF
RGB
CMYK
RGB Variations
Color information
#E95EFF (or 0xE95EFF) is known color: Heliotrope. HEX triplet: E9, 5E and FF. RGB value is (233,94,255). Sum of RGB (Red+Green+Blue) = 233+94+255=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 94 (37.11% from 255 or 16.15% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #E95EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95EFF is #16A100. Grayscale: #999999. Windows color (decimal): -1483009 or 16735977. OLE color: 16735977.
HSL color Cylindrical-coordinate representation of color #E95EFF: hue angle of 291.8º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95EFF is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 94 | 255 | - |
| CMYK | 0.09 | 0.63 | 0 | 0 |
| HSL | 291.8º | 1% | 0.68% | - |
| HSV(B) | 291.8º | 0.63% | 1% | - |
| XYZ | 55.66 | 32.55 | 97.96 | - |
| YUV | 153.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 255 | 0.09 | 0.63 | 0 | 0 | 291.8 | 1 | 0.68 |
| Hex | E9 | 5E | FF | 9 | 3F | 0 | 0 | 124 | 64 | 44 |
| Octal | 351 | 136 | 377 | 11 | 77 | 0 | 0 | 444 | 144 | 104 |
| Binary | 11101001 | 1011110 | 11111111 | 1001 | 111111 | 0 | 0 | 100100100 | 1100100 | 1000100 |
Color Harmonies of #E95EFF
Complementary color
Monochromatic Colors of #E95EFF
Black with #E95EFF
Text Example
Text Example
White with #E95EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95EFF; }
p { color: rgb(233,94,255); }
H1.HeaderClassName
{
color: #E95EFF;
}
.AnyTagClassName
{
color: #E95EFF;
}
</style>
background-color css
<style>
a { background-color: #E95EFF; }
a { background-color: rgb(233,94,255); }
div.DivClassName
{
background-color: #E95EFF;
}
.BgClassName
{
background-color: #E95EFF;
}
</style>
border-color css
<style>
span { border-color: #E95EFF; }
span { border-color: rgb(233,94,255); }
td.TdClassName
{
border-color: #E95EFF;
}
.TagClassName
{
border-color: #E95EFF;
}
</style>