Shades of Heliotrope #E16EEF
Tints of Heliotrope #E16EEF
RGB
CMYK
RGB Variations
Color information
#E16EEF (or 0xE16EEF) is known color: Heliotrope. HEX triplet: E1, 6E and EF. RGB value is (225,110,239). Sum of RGB (Red+Green+Blue) = 225+110+239=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #E16EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16EEF is #1E9110. Grayscale: #9E9E9E. Windows color (decimal): -2003217 or 15691489. OLE color: 15691489.
HSL color Cylindrical-coordinate representation of color #E16EEF: hue angle of 293.49º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16EEF is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 110 | 239 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.06 |
| HSL | 293.49º | 0.8% | 0.68% | - |
| HSV(B) | 293.49º | 0.54% | 0.94% | - |
| XYZ | 52.21 | 33.39 | 85.35 | - |
| YUV | 159.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 239 | 0.06 | 0.54 | 0 | 0.06 | 293.49 | 0.8 | 0.68 |
| Hex | E1 | 6E | EF | 6 | 36 | 0 | 6 | 125 | 50 | 44 |
| Octal | 341 | 156 | 357 | 6 | 66 | 0 | 6 | 445 | 120 | 104 |
| Binary | 11100001 | 1101110 | 11101111 | 110 | 110110 | 0 | 110 | 100100101 | 1010000 | 1000100 |
Color Harmonies of #E16EEF
Complementary color
Monochromatic Colors of #E16EEF
Black with #E16EEF
Text Example
Text Example
White with #E16EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EEF; }
p { color: rgb(225,110,239); }
H1.HeaderClassName
{
color: #E16EEF;
}
.AnyTagClassName
{
color: #E16EEF;
}
</style>
background-color css
<style>
a { background-color: #E16EEF; }
a { background-color: rgb(225,110,239); }
div.DivClassName
{
background-color: #E16EEF;
}
.BgClassName
{
background-color: #E16EEF;
}
</style>
border-color css
<style>
span { border-color: #E16EEF; }
span { border-color: rgb(225,110,239); }
td.TdClassName
{
border-color: #E16EEF;
}
.TagClassName
{
border-color: #E16EEF;
}
</style>