Shades of Deep Magenta #E21ADD
Tints of Deep Magenta #E21ADD
RGB
CMYK
RGB Variations
Color information
#E21ADD (or 0xE21ADD) is known color: Deep Magenta. HEX triplet: E2, 1A and DD. RGB value is (226,26,221). Sum of RGB (Red+Green+Blue) = 226+26+221=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ADD is #1DE522. Grayscale: #6B6B6B. Windows color (decimal): -1959203 or 14490338. OLE color: 14490338.
HSL color Cylindrical-coordinate representation of color #E21ADD: hue angle of 301.5º 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 #E21ADD is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 221 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.11 |
| HSL | 301.5º | 0.79% | 0.49% | - |
| HSV(B) | 301.5º | 0.88% | 0.89% | - |
| XYZ | 44.78 | 22.13 | 70.32 | - |
| YUV | 108.03 | 191.76 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 221 | 0 | 0.88 | 0.02 | 0.11 | 301.5 | 0.79 | 0.49 |
| Hex | E2 | 1A | DD | 0 | 58 | 2 | B | 12E | 4F | 31 |
| Octal | 342 | 32 | 335 | 0 | 130 | 2 | 13 | 456 | 117 | 61 |
| Binary | 11100010 | 11010 | 11011101 | 0 | 1011000 | 10 | 1011 | 100101110 | 1001111 | 110001 |
Color Harmonies of #E21ADD
Complementary color
Monochromatic Colors of #E21ADD
Black with #E21ADD
Text Example
Text Example
White with #E21ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ADD; }
p { color: rgb(226,26,221); }
H1.HeaderClassName
{
color: #E21ADD;
}
.AnyTagClassName
{
color: #E21ADD;
}
</style>
background-color css
<style>
a { background-color: #E21ADD; }
a { background-color: rgb(226,26,221); }
div.DivClassName
{
background-color: #E21ADD;
}
.BgClassName
{
background-color: #E21ADD;
}
</style>
border-color css
<style>
span { border-color: #E21ADD; }
span { border-color: rgb(226,26,221); }
td.TdClassName
{
border-color: #E21ADD;
}
.TagClassName
{
border-color: #E21ADD;
}
</style>