Shades of Heliotrope #E164ED
Tints of Heliotrope #E164ED
RGB
CMYK
RGB Variations
Color information
#E164ED (or 0xE164ED) is known color: Heliotrope. HEX triplet: E1, 64 and ED. RGB value is (225,100,237). Sum of RGB (Red+Green+Blue) = 225+100+237=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #E164ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E164ED is #1E9B12. Grayscale: #989898. Windows color (decimal): -2005779 or 15557857. OLE color: 15557857.
HSL color Cylindrical-coordinate representation of color #E164ED: hue angle of 294.74º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E164ED is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 100 | 237 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.07 |
| HSL | 294.74º | 0.79% | 0.66% | - |
| HSV(B) | 294.74º | 0.58% | 0.93% | - |
| XYZ | 50.89 | 31.24 | 83.47 | - |
| YUV | 152.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 237 | 0.05 | 0.58 | 0 | 0.07 | 294.74 | 0.79 | 0.66 |
| Hex | E1 | 64 | ED | 5 | 3A | 0 | 7 | 127 | 4F | 42 |
| Octal | 341 | 144 | 355 | 5 | 72 | 0 | 7 | 447 | 117 | 102 |
| Binary | 11100001 | 1100100 | 11101101 | 101 | 111010 | 0 | 111 | 100100111 | 1001111 | 1000010 |
Color Harmonies of #E164ED
Complementary color
Monochromatic Colors of #E164ED
Black with #E164ED
Text Example
Text Example
White with #E164ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E164ED; }
p { color: rgb(225,100,237); }
H1.HeaderClassName
{
color: #E164ED;
}
.AnyTagClassName
{
color: #E164ED;
}
</style>
background-color css
<style>
a { background-color: #E164ED; }
a { background-color: rgb(225,100,237); }
div.DivClassName
{
background-color: #E164ED;
}
.BgClassName
{
background-color: #E164ED;
}
</style>
border-color css
<style>
span { border-color: #E164ED; }
span { border-color: rgb(225,100,237); }
td.TdClassName
{
border-color: #E164ED;
}
.TagClassName
{
border-color: #E164ED;
}
</style>