Shades of Deep Magenta #E21ED4
Tints of Deep Magenta #E21ED4
RGB
CMYK
RGB Variations
Color information
#E21ED4 (or 0xE21ED4) is known color: Deep Magenta. HEX triplet: E2, 1E and D4. RGB value is (226,30,212). Sum of RGB (Red+Green+Blue) = 226+30+212=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ED4 is #1DE12B. Grayscale: #6C6C6C. Windows color (decimal): -1958188 or 13901538. OLE color: 13901538.
HSL color Cylindrical-coordinate representation of color #E21ED4: hue angle of 304.29º 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 #E21ED4 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 212 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.11 |
| HSL | 304.29º | 0.77% | 0.5% | - |
| HSV(B) | 304.29º | 0.87% | 0.89% | - |
| XYZ | 43.71 | 21.85 | 64.2 | - |
| YUV | 109.35 | 185.93 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 212 | 0 | 0.87 | 0.06 | 0.11 | 304.29 | 0.77 | 0.5 |
| Hex | E2 | 1E | D4 | 0 | 57 | 6 | B | 130 | 4D | 32 |
| Octal | 342 | 36 | 324 | 0 | 127 | 6 | 13 | 460 | 115 | 62 |
| Binary | 11100010 | 11110 | 11010100 | 0 | 1010111 | 110 | 1011 | 100110000 | 1001101 | 110010 |
Color Harmonies of #E21ED4
Complementary color
Monochromatic Colors of #E21ED4
Black with #E21ED4
Text Example
Text Example
White with #E21ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ED4; }
p { color: rgb(226,30,212); }
H1.HeaderClassName
{
color: #E21ED4;
}
.AnyTagClassName
{
color: #E21ED4;
}
</style>
background-color css
<style>
a { background-color: #E21ED4; }
a { background-color: rgb(226,30,212); }
div.DivClassName
{
background-color: #E21ED4;
}
.BgClassName
{
background-color: #E21ED4;
}
</style>
border-color css
<style>
span { border-color: #E21ED4; }
span { border-color: rgb(226,30,212); }
td.TdClassName
{
border-color: #E21ED4;
}
.TagClassName
{
border-color: #E21ED4;
}
</style>