Shades of Heliotrope #E157FF
Tints of Heliotrope #E157FF
RGB
CMYK
RGB Variations
Color information
#E157FF (or 0xE157FF) is known color: Heliotrope. HEX triplet: E1, 57 and FF. RGB value is (225,87,255). Sum of RGB (Red+Green+Blue) = 225+87+255=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 87 (34.38% from 255 or 15.34% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #E157FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E157FF is #1EA800. Grayscale: #929292. Windows color (decimal): -2009089 or 16734177. OLE color: 16734177.
HSL color Cylindrical-coordinate representation of color #E157FF: hue angle of 289.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E157FF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 87 | 255 | - |
| CMYK | 0.12 | 0.66 | 0 | 0 |
| HSL | 289.29º | 1% | 0.67% | - |
| HSV(B) | 289.29º | 0.66% | 1% | - |
| XYZ | 52.51 | 30.04 | 97.64 | - |
| YUV | 147.41 | 188.72 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 255 | 0.12 | 0.66 | 0 | 0 | 289.29 | 1 | 0.67 |
| Hex | E1 | 57 | FF | C | 42 | 0 | 0 | 121 | 64 | 43 |
| Octal | 341 | 127 | 377 | 14 | 102 | 0 | 0 | 441 | 144 | 103 |
| Binary | 11100001 | 1010111 | 11111111 | 1100 | 1000010 | 0 | 0 | 100100001 | 1100100 | 1000011 |
Color Harmonies of #E157FF
Complementary color
Monochromatic Colors of #E157FF
Black with #E157FF
Text Example
Text Example
White with #E157FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157FF; }
p { color: rgb(225,87,255); }
H1.HeaderClassName
{
color: #E157FF;
}
.AnyTagClassName
{
color: #E157FF;
}
</style>
background-color css
<style>
a { background-color: #E157FF; }
a { background-color: rgb(225,87,255); }
div.DivClassName
{
background-color: #E157FF;
}
.BgClassName
{
background-color: #E157FF;
}
</style>
border-color css
<style>
span { border-color: #E157FF; }
span { border-color: rgb(225,87,255); }
td.TdClassName
{
border-color: #E157FF;
}
.TagClassName
{
border-color: #E157FF;
}
</style>