Shades of Deep Magenta #E21ED5
Tints of Deep Magenta #E21ED5
RGB
CMYK
RGB Variations
Color information
#E21ED5 (or 0xE21ED5) is known color: Deep Magenta. HEX triplet: E2, 1E and D5. RGB value is (226,30,213). Sum of RGB (Red+Green+Blue) = 226+30+213=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ED5 is #1DE12A. Grayscale: #6C6C6C. Windows color (decimal): -1958187 or 13967074. OLE color: 13967074.
HSL color Cylindrical-coordinate representation of color #E21ED5: hue angle of 303.98º 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 #E21ED5 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 213 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.11 |
| HSL | 303.98º | 0.77% | 0.5% | - |
| HSV(B) | 303.98º | 0.87% | 0.89% | - |
| XYZ | 43.84 | 21.9 | 64.87 | - |
| YUV | 109.47 | 186.43 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 213 | 0 | 0.87 | 0.06 | 0.11 | 303.98 | 0.77 | 0.5 |
| Hex | E2 | 1E | D5 | 0 | 57 | 6 | B | 130 | 4D | 32 |
| Octal | 342 | 36 | 325 | 0 | 127 | 6 | 13 | 460 | 115 | 62 |
| Binary | 11100010 | 11110 | 11010101 | 0 | 1010111 | 110 | 1011 | 100110000 | 1001101 | 110010 |
Color Harmonies of #E21ED5
Complementary color
Monochromatic Colors of #E21ED5
Black with #E21ED5
Text Example
Text Example
White with #E21ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ED5; }
p { color: rgb(226,30,213); }
H1.HeaderClassName
{
color: #E21ED5;
}
.AnyTagClassName
{
color: #E21ED5;
}
</style>
background-color css
<style>
a { background-color: #E21ED5; }
a { background-color: rgb(226,30,213); }
div.DivClassName
{
background-color: #E21ED5;
}
.BgClassName
{
background-color: #E21ED5;
}
</style>
border-color css
<style>
span { border-color: #E21ED5; }
span { border-color: rgb(226,30,213); }
td.TdClassName
{
border-color: #E21ED5;
}
.TagClassName
{
border-color: #E21ED5;
}
</style>