Shades of Deep Magenta #E21DDD
Tints of Deep Magenta #E21DDD
RGB
CMYK
RGB Variations
Color information
#E21DDD (or 0xE21DDD) is known color: Deep Magenta. HEX triplet: E2, 1D and DD. RGB value is (226,29,221). Sum of RGB (Red+Green+Blue) = 226+29+221=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DDD is #1DE222. Grayscale: #6D6D6D. Windows color (decimal): -1958435 or 14491106. OLE color: 14491106.
HSL color Cylindrical-coordinate representation of color #E21DDD: hue angle of 301.52º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21DDD is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 221 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.11 |
| HSL | 301.52º | 0.77% | 0.5% | - |
| HSV(B) | 301.52º | 0.87% | 0.89% | - |
| XYZ | 44.85 | 22.27 | 70.34 | - |
| YUV | 109.79 | 190.77 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 221 | 0 | 0.87 | 0.02 | 0.11 | 301.52 | 0.77 | 0.5 |
| Hex | E2 | 1D | DD | 0 | 57 | 2 | B | 12E | 4D | 32 |
| Octal | 342 | 35 | 335 | 0 | 127 | 2 | 13 | 456 | 115 | 62 |
| Binary | 11100010 | 11101 | 11011101 | 0 | 1010111 | 10 | 1011 | 100101110 | 1001101 | 110010 |
Color Harmonies of #E21DDD
Complementary color
Monochromatic Colors of #E21DDD
Black with #E21DDD
Text Example
Text Example
White with #E21DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DDD; }
p { color: rgb(226,29,221); }
H1.HeaderClassName
{
color: #E21DDD;
}
.AnyTagClassName
{
color: #E21DDD;
}
</style>
background-color css
<style>
a { background-color: #E21DDD; }
a { background-color: rgb(226,29,221); }
div.DivClassName
{
background-color: #E21DDD;
}
.BgClassName
{
background-color: #E21DDD;
}
</style>
border-color css
<style>
span { border-color: #E21DDD; }
span { border-color: rgb(226,29,221); }
td.TdClassName
{
border-color: #E21DDD;
}
.TagClassName
{
border-color: #E21DDD;
}
</style>