Shades of Heliotrope #E06EEF
Tints of Heliotrope #E06EEF
RGB
CMYK
RGB Variations
Color information
#E06EEF (or 0xE06EEF) is known color: Heliotrope. HEX triplet: E0, 6E and EF. RGB value is (224,110,239). Sum of RGB (Red+Green+Blue) = 224+110+239=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #E06EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EEF is #1F9110. Grayscale: #9E9E9E. Windows color (decimal): -2068753 or 15691488. OLE color: 15691488.
HSL color Cylindrical-coordinate representation of color #E06EEF: hue angle of 293.02º 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 #E06EEF is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 110 | 239 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.06 |
| HSL | 293.02º | 0.8% | 0.68% | - |
| HSV(B) | 293.02º | 0.54% | 0.94% | - |
| XYZ | 51.9 | 33.23 | 85.34 | - |
| YUV | 158.79 | 173.27 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 239 | 0.06 | 0.54 | 0 | 0.06 | 293.02 | 0.8 | 0.68 |
| Hex | E0 | 6E | EF | 6 | 36 | 0 | 6 | 125 | 50 | 44 |
| Octal | 340 | 156 | 357 | 6 | 66 | 0 | 6 | 445 | 120 | 104 |
| Binary | 11100000 | 1101110 | 11101111 | 110 | 110110 | 0 | 110 | 100100101 | 1010000 | 1000100 |
Color Harmonies of #E06EEF
Complementary color
Monochromatic Colors of #E06EEF
Black with #E06EEF
Text Example
Text Example
White with #E06EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EEF; }
p { color: rgb(224,110,239); }
H1.HeaderClassName
{
color: #E06EEF;
}
.AnyTagClassName
{
color: #E06EEF;
}
</style>
background-color css
<style>
a { background-color: #E06EEF; }
a { background-color: rgb(224,110,239); }
div.DivClassName
{
background-color: #E06EEF;
}
.BgClassName
{
background-color: #E06EEF;
}
</style>
border-color css
<style>
span { border-color: #E06EEF; }
span { border-color: rgb(224,110,239); }
td.TdClassName
{
border-color: #E06EEF;
}
.TagClassName
{
border-color: #E06EEF;
}
</style>