Shades of Heliotrope #E06DEE
Tints of Heliotrope #E06DEE
RGB
CMYK
RGB Variations
Color information
#E06DEE (or 0xE06DEE) is known color: Heliotrope. HEX triplet: E0, 6D and EE. RGB value is (224,109,238). Sum of RGB (Red+Green+Blue) = 224+109+238=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 109 (42.97% from 255 or 19.09% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #E06DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06DEE is #1F9211. Grayscale: #9D9D9D. Windows color (decimal): -2069010 or 15625696. OLE color: 15625696.
HSL color Cylindrical-coordinate representation of color #E06DEE: hue angle of 293.49º degrees, saturation: 0.79, 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 #E06DEE is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 109 | 238 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.07 |
| HSL | 293.49º | 0.79% | 0.68% | - |
| HSV(B) | 293.49º | 0.54% | 0.93% | - |
| XYZ | 51.64 | 32.96 | 84.53 | - |
| YUV | 158.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 238 | 0.06 | 0.54 | 0 | 0.07 | 293.49 | 0.79 | 0.68 |
| Hex | E0 | 6D | EE | 6 | 36 | 0 | 7 | 125 | 4F | 44 |
| Octal | 340 | 155 | 356 | 6 | 66 | 0 | 7 | 445 | 117 | 104 |
| Binary | 11100000 | 1101101 | 11101110 | 110 | 110110 | 0 | 111 | 100100101 | 1001111 | 1000100 |
Color Harmonies of #E06DEE
Complementary color
Monochromatic Colors of #E06DEE
Black with #E06DEE
Text Example
Text Example
White with #E06DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DEE; }
p { color: rgb(224,109,238); }
H1.HeaderClassName
{
color: #E06DEE;
}
.AnyTagClassName
{
color: #E06DEE;
}
</style>
background-color css
<style>
a { background-color: #E06DEE; }
a { background-color: rgb(224,109,238); }
div.DivClassName
{
background-color: #E06DEE;
}
.BgClassName
{
background-color: #E06DEE;
}
</style>
border-color css
<style>
span { border-color: #E06DEE; }
span { border-color: rgb(224,109,238); }
td.TdClassName
{
border-color: #E06DEE;
}
.TagClassName
{
border-color: #E06DEE;
}
</style>