Shades of Deep Magenta #E20DDD
Tints of Deep Magenta #E20DDD
RGB
CMYK
RGB Variations
Color information
#E20DDD (or 0xE20DDD) is known color: Deep Magenta. HEX triplet: E2, 0D and DD. RGB value is (226,13,221). Sum of RGB (Red+Green+Blue) = 226+13+221=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20DDD is #1DF222. Grayscale: #636363. Windows color (decimal): -1962531 or 14487010. OLE color: 14487010.
HSL color Cylindrical-coordinate representation of color #E20DDD: hue angle of 301.41º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20DDD is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 221 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.11 |
| HSL | 301.41º | 0.89% | 0.47% | - |
| HSV(B) | 301.41º | 0.94% | 0.89% | - |
| XYZ | 44.56 | 21.68 | 70.24 | - |
| YUV | 100.4 | 196.07 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 221 | 0 | 0.94 | 0.02 | 0.11 | 301.41 | 0.89 | 0.47 |
| Hex | E2 | D | DD | 0 | 5E | 2 | B | 12D | 59 | 2F |
| Octal | 342 | 15 | 335 | 0 | 136 | 2 | 13 | 455 | 131 | 57 |
| Binary | 11100010 | 1101 | 11011101 | 0 | 1011110 | 10 | 1011 | 100101101 | 1011001 | 101111 |
Color Harmonies of #E20DDD
Complementary color
Monochromatic Colors of #E20DDD
Black with #E20DDD
Text Example
Text Example
White with #E20DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DDD; }
p { color: rgb(226,13,221); }
H1.HeaderClassName
{
color: #E20DDD;
}
.AnyTagClassName
{
color: #E20DDD;
}
</style>
background-color css
<style>
a { background-color: #E20DDD; }
a { background-color: rgb(226,13,221); }
div.DivClassName
{
background-color: #E20DDD;
}
.BgClassName
{
background-color: #E20DDD;
}
</style>
border-color css
<style>
span { border-color: #E20DDD; }
span { border-color: rgb(226,13,221); }
td.TdClassName
{
border-color: #E20DDD;
}
.TagClassName
{
border-color: #E20DDD;
}
</style>