Shades of Deep Magenta #E21FDD
Tints of Deep Magenta #E21FDD
RGB
CMYK
RGB Variations
Color information
#E21FDD (or 0xE21FDD) is known color: Deep Magenta. HEX triplet: E2, 1F and DD. RGB value is (226,31,221). Sum of RGB (Red+Green+Blue) = 226+31+221=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FDD is #1DE022. Grayscale: #6E6E6E. Windows color (decimal): -1957923 or 14491618. OLE color: 14491618.
HSL color Cylindrical-coordinate representation of color #E21FDD: hue angle of 301.54º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21FDD is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 221 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.11 |
| HSL | 301.54º | 0.77% | 0.5% | - |
| HSV(B) | 301.54º | 0.86% | 0.89% | - |
| XYZ | 44.91 | 22.37 | 70.36 | - |
| YUV | 110.97 | 190.1 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 221 | 0 | 0.86 | 0.02 | 0.11 | 301.54 | 0.77 | 0.5 |
| Hex | E2 | 1F | DD | 0 | 56 | 2 | B | 12E | 4D | 32 |
| Octal | 342 | 37 | 335 | 0 | 126 | 2 | 13 | 456 | 115 | 62 |
| Binary | 11100010 | 11111 | 11011101 | 0 | 1010110 | 10 | 1011 | 100101110 | 1001101 | 110010 |
Color Harmonies of #E21FDD
Complementary color
Monochromatic Colors of #E21FDD
Black with #E21FDD
Text Example
Text Example
White with #E21FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FDD; }
p { color: rgb(226,31,221); }
H1.HeaderClassName
{
color: #E21FDD;
}
.AnyTagClassName
{
color: #E21FDD;
}
</style>
background-color css
<style>
a { background-color: #E21FDD; }
a { background-color: rgb(226,31,221); }
div.DivClassName
{
background-color: #E21FDD;
}
.BgClassName
{
background-color: #E21FDD;
}
</style>
border-color css
<style>
span { border-color: #E21FDD; }
span { border-color: rgb(226,31,221); }
td.TdClassName
{
border-color: #E21FDD;
}
.TagClassName
{
border-color: #E21FDD;
}
</style>