Shades of Deep Magenta #E21EDF
Tints of Deep Magenta #E21EDF
RGB
CMYK
RGB Variations
Color information
#E21EDF (or 0xE21EDF) is known color: Deep Magenta. HEX triplet: E2, 1E and DF. RGB value is (226,30,223). Sum of RGB (Red+Green+Blue) = 226+30+223=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21EDF is #1DE120. Grayscale: #6E6E6E. Windows color (decimal): -1958177 or 14622434. OLE color: 14622434.
HSL color Cylindrical-coordinate representation of color #E21EDF: hue angle of 300.92º 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 #E21EDF is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 223 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.11 |
| HSL | 300.92º | 0.77% | 0.5% | - |
| HSV(B) | 300.92º | 0.87% | 0.89% | - |
| XYZ | 45.15 | 22.43 | 71.76 | - |
| YUV | 110.61 | 191.43 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 223 | 0 | 0.87 | 0.01 | 0.11 | 300.92 | 0.77 | 0.5 |
| Hex | E2 | 1E | DF | 0 | 57 | 1 | B | 12D | 4D | 32 |
| Octal | 342 | 36 | 337 | 0 | 127 | 1 | 13 | 455 | 115 | 62 |
| Binary | 11100010 | 11110 | 11011111 | 0 | 1010111 | 1 | 1011 | 100101101 | 1001101 | 110010 |
Color Harmonies of #E21EDF
Complementary color
Monochromatic Colors of #E21EDF
Black with #E21EDF
Text Example
Text Example
White with #E21EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21EDF; }
p { color: rgb(226,30,223); }
H1.HeaderClassName
{
color: #E21EDF;
}
.AnyTagClassName
{
color: #E21EDF;
}
</style>
background-color css
<style>
a { background-color: #E21EDF; }
a { background-color: rgb(226,30,223); }
div.DivClassName
{
background-color: #E21EDF;
}
.BgClassName
{
background-color: #E21EDF;
}
</style>
border-color css
<style>
span { border-color: #E21EDF; }
span { border-color: rgb(226,30,223); }
td.TdClassName
{
border-color: #E21EDF;
}
.TagClassName
{
border-color: #E21EDF;
}
</style>