Shades of Deep Magenta #E21DDB
Tints of Deep Magenta #E21DDB
RGB
CMYK
RGB Variations
Color information
#E21DDB (or 0xE21DDB) is known color: Deep Magenta. HEX triplet: E2, 1D and DB. RGB value is (226,29,219). Sum of RGB (Red+Green+Blue) = 226+29+219=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DDB is #1DE224. Grayscale: #6D6D6D. Windows color (decimal): -1958437 or 14360034. OLE color: 14360034.
HSL color Cylindrical-coordinate representation of color #E21DDB: hue angle of 302.13º 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 #E21DDB is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 219 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.11 |
| HSL | 302.13º | 0.77% | 0.5% | - |
| HSV(B) | 302.13º | 0.87% | 0.89% | - |
| XYZ | 44.59 | 22.16 | 68.95 | - |
| YUV | 109.56 | 189.77 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 219 | 0 | 0.87 | 0.03 | 0.11 | 302.13 | 0.77 | 0.5 |
| Hex | E2 | 1D | DB | 0 | 57 | 3 | B | 12E | 4D | 32 |
| Octal | 342 | 35 | 333 | 0 | 127 | 3 | 13 | 456 | 115 | 62 |
| Binary | 11100010 | 11101 | 11011011 | 0 | 1010111 | 11 | 1011 | 100101110 | 1001101 | 110010 |
Color Harmonies of #E21DDB
Complementary color
Monochromatic Colors of #E21DDB
Black with #E21DDB
Text Example
Text Example
White with #E21DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DDB; }
p { color: rgb(226,29,219); }
H1.HeaderClassName
{
color: #E21DDB;
}
.AnyTagClassName
{
color: #E21DDB;
}
</style>
background-color css
<style>
a { background-color: #E21DDB; }
a { background-color: rgb(226,29,219); }
div.DivClassName
{
background-color: #E21DDB;
}
.BgClassName
{
background-color: #E21DDB;
}
</style>
border-color css
<style>
span { border-color: #E21DDB; }
span { border-color: rgb(226,29,219); }
td.TdClassName
{
border-color: #E21DDB;
}
.TagClassName
{
border-color: #E21DDB;
}
</style>