Shades of Deep Magenta #E21CDB
Tints of Deep Magenta #E21CDB
RGB
CMYK
RGB Variations
Color information
#E21CDB (or 0xE21CDB) is known color: Deep Magenta. HEX triplet: E2, 1C and DB. RGB value is (226,28,219). Sum of RGB (Red+Green+Blue) = 226+28+219=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CDB is #1DE324. Grayscale: #6C6C6C. Windows color (decimal): -1958693 or 14359778. OLE color: 14359778.
HSL color Cylindrical-coordinate representation of color #E21CDB: hue angle of 302.12º degrees, saturation: 0.78, 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 #E21CDB is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 219 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.11 |
| HSL | 302.12º | 0.78% | 0.5% | - |
| HSV(B) | 302.12º | 0.88% | 0.89% | - |
| XYZ | 44.57 | 22.11 | 68.94 | - |
| YUV | 108.98 | 190.1 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 219 | 0 | 0.88 | 0.03 | 0.11 | 302.12 | 0.78 | 0.5 |
| Hex | E2 | 1C | DB | 0 | 58 | 3 | B | 12E | 4E | 32 |
| Octal | 342 | 34 | 333 | 0 | 130 | 3 | 13 | 456 | 116 | 62 |
| Binary | 11100010 | 11100 | 11011011 | 0 | 1011000 | 11 | 1011 | 100101110 | 1001110 | 110010 |
Color Harmonies of #E21CDB
Complementary color
Monochromatic Colors of #E21CDB
Black with #E21CDB
Text Example
Text Example
White with #E21CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CDB; }
p { color: rgb(226,28,219); }
H1.HeaderClassName
{
color: #E21CDB;
}
.AnyTagClassName
{
color: #E21CDB;
}
</style>
background-color css
<style>
a { background-color: #E21CDB; }
a { background-color: rgb(226,28,219); }
div.DivClassName
{
background-color: #E21CDB;
}
.BgClassName
{
background-color: #E21CDB;
}
</style>
border-color css
<style>
span { border-color: #E21CDB; }
span { border-color: rgb(226,28,219); }
td.TdClassName
{
border-color: #E21CDB;
}
.TagClassName
{
border-color: #E21CDB;
}
</style>