Shades of Deep Magenta #E21DD5
Tints of Deep Magenta #E21DD5
RGB
CMYK
RGB Variations
Color information
#E21DD5 (or 0xE21DD5) is known color: Deep Magenta. HEX triplet: E2, 1D and D5. RGB value is (226,29,213). Sum of RGB (Red+Green+Blue) = 226+29+213=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DD5 is #1DE22A. Grayscale: #6C6C6C. Windows color (decimal): -1958443 or 13966818. OLE color: 13966818.
HSL color Cylindrical-coordinate representation of color #E21DD5: hue angle of 303.96º 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 #E21DD5 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 213 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.11 |
| HSL | 303.96º | 0.77% | 0.5% | - |
| HSV(B) | 303.96º | 0.87% | 0.89% | - |
| XYZ | 43.81 | 21.85 | 64.86 | - |
| YUV | 108.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 213 | 0 | 0.87 | 0.06 | 0.11 | 303.96 | 0.77 | 0.5 |
| Hex | E2 | 1D | D5 | 0 | 57 | 6 | B | 130 | 4D | 32 |
| Octal | 342 | 35 | 325 | 0 | 127 | 6 | 13 | 460 | 115 | 62 |
| Binary | 11100010 | 11101 | 11010101 | 0 | 1010111 | 110 | 1011 | 100110000 | 1001101 | 110010 |
Color Harmonies of #E21DD5
Complementary color
Monochromatic Colors of #E21DD5
Black with #E21DD5
Text Example
Text Example
White with #E21DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DD5; }
p { color: rgb(226,29,213); }
H1.HeaderClassName
{
color: #E21DD5;
}
.AnyTagClassName
{
color: #E21DD5;
}
</style>
background-color css
<style>
a { background-color: #E21DD5; }
a { background-color: rgb(226,29,213); }
div.DivClassName
{
background-color: #E21DD5;
}
.BgClassName
{
background-color: #E21DD5;
}
</style>
border-color css
<style>
span { border-color: #E21DD5; }
span { border-color: rgb(226,29,213); }
td.TdClassName
{
border-color: #E21DD5;
}
.TagClassName
{
border-color: #E21DD5;
}
</style>