Shades of Deep Magenta #E00DD6
Tints of Deep Magenta #E00DD6
RGB
CMYK
RGB Variations
Color information
#E00DD6 (or 0xE00DD6) is known color: Deep Magenta. HEX triplet: E0, 0D and D6. RGB value is (224,13,214). Sum of RGB (Red+Green+Blue) = 224+13+214=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DD6 is #1FF229. Grayscale: #626262. Windows color (decimal): -2093610 or 14028256. OLE color: 14028256.
HSL color Cylindrical-coordinate representation of color #E00DD6: hue angle of 302.84º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00DD6 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 214 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.12 |
| HSL | 302.84º | 0.89% | 0.46% | - |
| HSV(B) | 302.84º | 0.94% | 0.88% | - |
| XYZ | 43.02 | 20.99 | 65.4 | - |
| YUV | 99 | 192.9 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 214 | 0 | 0.94 | 0.04 | 0.12 | 302.84 | 0.89 | 0.46 |
| Hex | E0 | D | D6 | 0 | 5E | 4 | C | 12F | 59 | 2E |
| Octal | 340 | 15 | 326 | 0 | 136 | 4 | 14 | 457 | 131 | 56 |
| Binary | 11100000 | 1101 | 11010110 | 0 | 1011110 | 100 | 1100 | 100101111 | 1011001 | 101110 |
Color Harmonies of #E00DD6
Complementary color
Monochromatic Colors of #E00DD6
Black with #E00DD6
Text Example
Text Example
White with #E00DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DD6; }
p { color: rgb(224,13,214); }
H1.HeaderClassName
{
color: #E00DD6;
}
.AnyTagClassName
{
color: #E00DD6;
}
</style>
background-color css
<style>
a { background-color: #E00DD6; }
a { background-color: rgb(224,13,214); }
div.DivClassName
{
background-color: #E00DD6;
}
.BgClassName
{
background-color: #E00DD6;
}
</style>
border-color css
<style>
span { border-color: #E00DD6; }
span { border-color: rgb(224,13,214); }
td.TdClassName
{
border-color: #E00DD6;
}
.TagClassName
{
border-color: #E00DD6;
}
</style>