Shades of Deep Magenta #E21BDB
Tints of Deep Magenta #E21BDB
RGB
CMYK
RGB Variations
Color information
#E21BDB (or 0xE21BDB) is known color: Deep Magenta. HEX triplet: E2, 1B and DB. RGB value is (226,27,219). Sum of RGB (Red+Green+Blue) = 226+27+219=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BDB is #1DE424. Grayscale: #6B6B6B. Windows color (decimal): -1958949 or 14359522. OLE color: 14359522.
HSL color Cylindrical-coordinate representation of color #E21BDB: hue angle of 302.11º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21BDB is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 219 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.11 |
| HSL | 302.11º | 0.79% | 0.5% | - |
| HSV(B) | 302.11º | 0.88% | 0.89% | - |
| XYZ | 44.54 | 22.07 | 68.93 | - |
| YUV | 108.39 | 190.43 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 219 | 0 | 0.88 | 0.03 | 0.11 | 302.11 | 0.79 | 0.5 |
| Hex | E2 | 1B | DB | 0 | 58 | 3 | B | 12E | 4F | 32 |
| Octal | 342 | 33 | 333 | 0 | 130 | 3 | 13 | 456 | 117 | 62 |
| Binary | 11100010 | 11011 | 11011011 | 0 | 1011000 | 11 | 1011 | 100101110 | 1001111 | 110010 |
Color Harmonies of #E21BDB
Complementary color
Monochromatic Colors of #E21BDB
Black with #E21BDB
Text Example
Text Example
White with #E21BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BDB; }
p { color: rgb(226,27,219); }
H1.HeaderClassName
{
color: #E21BDB;
}
.AnyTagClassName
{
color: #E21BDB;
}
</style>
background-color css
<style>
a { background-color: #E21BDB; }
a { background-color: rgb(226,27,219); }
div.DivClassName
{
background-color: #E21BDB;
}
.BgClassName
{
background-color: #E21BDB;
}
</style>
border-color css
<style>
span { border-color: #E21BDB; }
span { border-color: rgb(226,27,219); }
td.TdClassName
{
border-color: #E21BDB;
}
.TagClassName
{
border-color: #E21BDB;
}
</style>