Shades of Heliotrope #E16DEC
Tints of Heliotrope #E16DEC
RGB
CMYK
RGB Variations
Color information
#E16DEC (or 0xE16DEC) is known color: Heliotrope. HEX triplet: E1, 6D and EC. RGB value is (225,109,236). Sum of RGB (Red+Green+Blue) = 225+109+236=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #E16DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DEC is #1E9213. Grayscale: #9D9D9D. Windows color (decimal): -2003476 or 15494625. OLE color: 15494625.
HSL color Cylindrical-coordinate representation of color #E16DEC: hue angle of 294.8º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16DEC is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 109 | 236 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.07 |
| HSL | 294.8º | 0.77% | 0.68% | - |
| HSV(B) | 294.8º | 0.54% | 0.93% | - |
| XYZ | 51.66 | 33 | 83 | - |
| YUV | 158.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 236 | 0.05 | 0.54 | 0 | 0.07 | 294.8 | 0.77 | 0.68 |
| Hex | E1 | 6D | EC | 5 | 36 | 0 | 7 | 127 | 4D | 44 |
| Octal | 341 | 155 | 354 | 5 | 66 | 0 | 7 | 447 | 115 | 104 |
| Binary | 11100001 | 1101101 | 11101100 | 101 | 110110 | 0 | 111 | 100100111 | 1001101 | 1000100 |
Color Harmonies of #E16DEC
Complementary color
Monochromatic Colors of #E16DEC
Black with #E16DEC
Text Example
Text Example
White with #E16DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DEC; }
p { color: rgb(225,109,236); }
H1.HeaderClassName
{
color: #E16DEC;
}
.AnyTagClassName
{
color: #E16DEC;
}
</style>
background-color css
<style>
a { background-color: #E16DEC; }
a { background-color: rgb(225,109,236); }
div.DivClassName
{
background-color: #E16DEC;
}
.BgClassName
{
background-color: #E16DEC;
}
</style>
border-color css
<style>
span { border-color: #E16DEC; }
span { border-color: rgb(225,109,236); }
td.TdClassName
{
border-color: #E16DEC;
}
.TagClassName
{
border-color: #E16DEC;
}
</style>