Shades of Heliotrope #E06DEC
Tints of Heliotrope #E06DEC
RGB
CMYK
RGB Variations
Color information
#E06DEC (or 0xE06DEC) is known color: Heliotrope. HEX triplet: E0, 6D and EC. RGB value is (224,109,236). Sum of RGB (Red+Green+Blue) = 224+109+236=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #E06DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06DEC is #1F9213. Grayscale: #9D9D9D. Windows color (decimal): -2069012 or 15494624. OLE color: 15494624.
HSL color Cylindrical-coordinate representation of color #E06DEC: hue angle of 294.33º 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 #E06DEC is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 109 | 236 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.07 |
| HSL | 294.33º | 0.77% | 0.68% | - |
| HSV(B) | 294.33º | 0.54% | 0.93% | - |
| XYZ | 51.35 | 32.84 | 82.99 | - |
| YUV | 157.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 236 | 0.05 | 0.54 | 0 | 0.07 | 294.33 | 0.77 | 0.68 |
| Hex | E0 | 6D | EC | 5 | 36 | 0 | 7 | 126 | 4D | 44 |
| Octal | 340 | 155 | 354 | 5 | 66 | 0 | 7 | 446 | 115 | 104 |
| Binary | 11100000 | 1101101 | 11101100 | 101 | 110110 | 0 | 111 | 100100110 | 1001101 | 1000100 |
Color Harmonies of #E06DEC
Complementary color
Monochromatic Colors of #E06DEC
Black with #E06DEC
Text Example
Text Example
White with #E06DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DEC; }
p { color: rgb(224,109,236); }
H1.HeaderClassName
{
color: #E06DEC;
}
.AnyTagClassName
{
color: #E06DEC;
}
</style>
background-color css
<style>
a { background-color: #E06DEC; }
a { background-color: rgb(224,109,236); }
div.DivClassName
{
background-color: #E06DEC;
}
.BgClassName
{
background-color: #E06DEC;
}
</style>
border-color css
<style>
span { border-color: #E06DEC; }
span { border-color: rgb(224,109,236); }
td.TdClassName
{
border-color: #E06DEC;
}
.TagClassName
{
border-color: #E06DEC;
}
</style>