Shades of Deep Magenta #E00DDD
Tints of Deep Magenta #E00DDD
RGB
CMYK
RGB Variations
Color information
#E00DDD (or 0xE00DDD) is known color: Deep Magenta. HEX triplet: E0, 0D and DD. RGB value is (224,13,221). Sum of RGB (Red+Green+Blue) = 224+13+221=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DDD is #1FF222. Grayscale: #636363. Windows color (decimal): -2093603 or 14487008. OLE color: 14487008.
HSL color Cylindrical-coordinate representation of color #E00DDD: hue angle of 300.85º 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 #E00DDD is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 221 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.12 |
| HSL | 300.85º | 0.89% | 0.46% | - |
| HSV(B) | 300.85º | 0.94% | 0.88% | - |
| XYZ | 43.94 | 21.36 | 70.21 | - |
| YUV | 99.8 | 196.4 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 221 | 0 | 0.94 | 0.01 | 0.12 | 300.85 | 0.89 | 0.46 |
| Hex | E0 | D | DD | 0 | 5E | 1 | C | 12D | 59 | 2E |
| Octal | 340 | 15 | 335 | 0 | 136 | 1 | 14 | 455 | 131 | 56 |
| Binary | 11100000 | 1101 | 11011101 | 0 | 1011110 | 1 | 1100 | 100101101 | 1011001 | 101110 |
Color Harmonies of #E00DDD
Complementary color
Monochromatic Colors of #E00DDD
Black with #E00DDD
Text Example
Text Example
White with #E00DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DDD; }
p { color: rgb(224,13,221); }
H1.HeaderClassName
{
color: #E00DDD;
}
.AnyTagClassName
{
color: #E00DDD;
}
</style>
background-color css
<style>
a { background-color: #E00DDD; }
a { background-color: rgb(224,13,221); }
div.DivClassName
{
background-color: #E00DDD;
}
.BgClassName
{
background-color: #E00DDD;
}
</style>
border-color css
<style>
span { border-color: #E00DDD; }
span { border-color: rgb(224,13,221); }
td.TdClassName
{
border-color: #E00DDD;
}
.TagClassName
{
border-color: #E00DDD;
}
</style>