Shades of Deep Magenta #E21ADA
Tints of Deep Magenta #E21ADA
RGB
CMYK
RGB Variations
Color information
#E21ADA (or 0xE21ADA) is known color: Deep Magenta. HEX triplet: E2, 1A and DA. RGB value is (226,26,218). Sum of RGB (Red+Green+Blue) = 226+26+218=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ADA is #1DE525. Grayscale: #6B6B6B. Windows color (decimal): -1959206 or 14293730. OLE color: 14293730.
HSL color Cylindrical-coordinate representation of color #E21ADA: hue angle of 302.4º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21ADA is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 218 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.11 |
| HSL | 302.4º | 0.79% | 0.49% | - |
| HSV(B) | 302.4º | 0.88% | 0.89% | - |
| XYZ | 44.39 | 21.97 | 68.23 | - |
| YUV | 107.69 | 190.26 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 218 | 0 | 0.88 | 0.04 | 0.11 | 302.4 | 0.79 | 0.49 |
| Hex | E2 | 1A | DA | 0 | 58 | 4 | B | 12E | 4F | 31 |
| Octal | 342 | 32 | 332 | 0 | 130 | 4 | 13 | 456 | 117 | 61 |
| Binary | 11100010 | 11010 | 11011010 | 0 | 1011000 | 100 | 1011 | 100101110 | 1001111 | 110001 |
Color Harmonies of #E21ADA
Complementary color
Monochromatic Colors of #E21ADA
Black with #E21ADA
Text Example
Text Example
White with #E21ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ADA; }
p { color: rgb(226,26,218); }
H1.HeaderClassName
{
color: #E21ADA;
}
.AnyTagClassName
{
color: #E21ADA;
}
</style>
background-color css
<style>
a { background-color: #E21ADA; }
a { background-color: rgb(226,26,218); }
div.DivClassName
{
background-color: #E21ADA;
}
.BgClassName
{
background-color: #E21ADA;
}
</style>
border-color css
<style>
span { border-color: #E21ADA; }
span { border-color: rgb(226,26,218); }
td.TdClassName
{
border-color: #E21ADA;
}
.TagClassName
{
border-color: #E21ADA;
}
</style>