Shades of Deep Magenta #E00DD4
Tints of Deep Magenta #E00DD4
RGB
CMYK
RGB Variations
Color information
#E00DD4 (or 0xE00DD4) is known color: Deep Magenta. HEX triplet: E0, 0D and D4. RGB value is (224,13,212). Sum of RGB (Red+Green+Blue) = 224+13+212=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DD4 is #1FF22B. Grayscale: #626262. Windows color (decimal): -2093612 or 13897184. OLE color: 13897184.
HSL color Cylindrical-coordinate representation of color #E00DD4: hue angle of 303.41º 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 #E00DD4 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 212 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.12 |
| HSL | 303.41º | 0.89% | 0.46% | - |
| HSV(B) | 303.41º | 0.94% | 0.88% | - |
| XYZ | 42.77 | 20.89 | 64.07 | - |
| YUV | 98.78 | 191.9 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 212 | 0 | 0.94 | 0.05 | 0.12 | 303.41 | 0.89 | 0.46 |
| Hex | E0 | D | D4 | 0 | 5E | 5 | C | 12F | 59 | 2E |
| Octal | 340 | 15 | 324 | 0 | 136 | 5 | 14 | 457 | 131 | 56 |
| Binary | 11100000 | 1101 | 11010100 | 0 | 1011110 | 101 | 1100 | 100101111 | 1011001 | 101110 |
Color Harmonies of #E00DD4
Complementary color
Monochromatic Colors of #E00DD4
Black with #E00DD4
Text Example
Text Example
White with #E00DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DD4; }
p { color: rgb(224,13,212); }
H1.HeaderClassName
{
color: #E00DD4;
}
.AnyTagClassName
{
color: #E00DD4;
}
</style>
background-color css
<style>
a { background-color: #E00DD4; }
a { background-color: rgb(224,13,212); }
div.DivClassName
{
background-color: #E00DD4;
}
.BgClassName
{
background-color: #E00DD4;
}
</style>
border-color css
<style>
span { border-color: #E00DD4; }
span { border-color: rgb(224,13,212); }
td.TdClassName
{
border-color: #E00DD4;
}
.TagClassName
{
border-color: #E00DD4;
}
</style>