Shades of Deep Magenta #E21DDA
Tints of Deep Magenta #E21DDA
RGB
CMYK
RGB Variations
Color information
#E21DDA (or 0xE21DDA) is known color: Deep Magenta. HEX triplet: E2, 1D and DA. RGB value is (226,29,218). Sum of RGB (Red+Green+Blue) = 226+29+218=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DDA is #1DE225. Grayscale: #6C6C6C. Windows color (decimal): -1958438 or 14294498. OLE color: 14294498.
HSL color Cylindrical-coordinate representation of color #E21DDA: hue angle of 302.44º 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 #E21DDA is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 218 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.11 |
| HSL | 302.44º | 0.77% | 0.5% | - |
| HSV(B) | 302.44º | 0.87% | 0.89% | - |
| XYZ | 44.46 | 22.11 | 68.25 | - |
| YUV | 109.45 | 189.27 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 218 | 0 | 0.87 | 0.04 | 0.11 | 302.44 | 0.77 | 0.5 |
| Hex | E2 | 1D | DA | 0 | 57 | 4 | B | 12E | 4D | 32 |
| Octal | 342 | 35 | 332 | 0 | 127 | 4 | 13 | 456 | 115 | 62 |
| Binary | 11100010 | 11101 | 11011010 | 0 | 1010111 | 100 | 1011 | 100101110 | 1001101 | 110010 |
Color Harmonies of #E21DDA
Complementary color
Monochromatic Colors of #E21DDA
Black with #E21DDA
Text Example
Text Example
White with #E21DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DDA; }
p { color: rgb(226,29,218); }
H1.HeaderClassName
{
color: #E21DDA;
}
.AnyTagClassName
{
color: #E21DDA;
}
</style>
background-color css
<style>
a { background-color: #E21DDA; }
a { background-color: rgb(226,29,218); }
div.DivClassName
{
background-color: #E21DDA;
}
.BgClassName
{
background-color: #E21DDA;
}
</style>
border-color css
<style>
span { border-color: #E21DDA; }
span { border-color: rgb(226,29,218); }
td.TdClassName
{
border-color: #E21DDA;
}
.TagClassName
{
border-color: #E21DDA;
}
</style>