Shades of Heliotrope #E06DED
Tints of Heliotrope #E06DED
RGB
CMYK
RGB Variations
Color information
#E06DED (or 0xE06DED) is known color: Heliotrope. HEX triplet: E0, 6D and ED. RGB value is (224,109,237). Sum of RGB (Red+Green+Blue) = 224+109+237=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #E06DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06DED is #1F9212. Grayscale: #9D9D9D. Windows color (decimal): -2069011 or 15560160. OLE color: 15560160.
HSL color Cylindrical-coordinate representation of color #E06DED: hue angle of 293.91º degrees, saturation: 0.78, 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 #E06DED is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 109 | 237 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.07 |
| HSL | 293.91º | 0.78% | 0.68% | - |
| HSV(B) | 293.91º | 0.54% | 0.93% | - |
| XYZ | 51.5 | 32.9 | 83.76 | - |
| YUV | 157.98 | 172.6 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 237 | 0.05 | 0.54 | 0 | 0.07 | 293.91 | 0.78 | 0.68 |
| Hex | E0 | 6D | ED | 5 | 36 | 0 | 7 | 126 | 4E | 44 |
| Octal | 340 | 155 | 355 | 5 | 66 | 0 | 7 | 446 | 116 | 104 |
| Binary | 11100000 | 1101101 | 11101101 | 101 | 110110 | 0 | 111 | 100100110 | 1001110 | 1000100 |
Color Harmonies of #E06DED
Complementary color
Monochromatic Colors of #E06DED
Black with #E06DED
Text Example
Text Example
White with #E06DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DED; }
p { color: rgb(224,109,237); }
H1.HeaderClassName
{
color: #E06DED;
}
.AnyTagClassName
{
color: #E06DED;
}
</style>
background-color css
<style>
a { background-color: #E06DED; }
a { background-color: rgb(224,109,237); }
div.DivClassName
{
background-color: #E06DED;
}
.BgClassName
{
background-color: #E06DED;
}
</style>
border-color css
<style>
span { border-color: #E06DED; }
span { border-color: rgb(224,109,237); }
td.TdClassName
{
border-color: #E06DED;
}
.TagClassName
{
border-color: #E06DED;
}
</style>