Shades of Deep Magenta #E21AD7
Tints of Deep Magenta #E21AD7
RGB
CMYK
RGB Variations
Color information
#E21AD7 (or 0xE21AD7) is known color: Deep Magenta. HEX triplet: E2, 1A and D7. RGB value is (226,26,215). Sum of RGB (Red+Green+Blue) = 226+26+215=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E21AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21AD7 is #1DE528. Grayscale: #6A6A6A. Windows color (decimal): -1959209 or 14097122. OLE color: 14097122.
HSL color Cylindrical-coordinate representation of color #E21AD7: hue angle of 303.3º 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 #E21AD7 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 215 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.11 |
| HSL | 303.3º | 0.79% | 0.49% | - |
| HSV(B) | 303.3º | 0.88% | 0.89% | - |
| XYZ | 44 | 21.81 | 66.18 | - |
| YUV | 107.35 | 188.76 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 215 | 0 | 0.88 | 0.05 | 0.11 | 303.3 | 0.79 | 0.49 |
| Hex | E2 | 1A | D7 | 0 | 58 | 5 | B | 12F | 4F | 31 |
| Octal | 342 | 32 | 327 | 0 | 130 | 5 | 13 | 457 | 117 | 61 |
| Binary | 11100010 | 11010 | 11010111 | 0 | 1011000 | 101 | 1011 | 100101111 | 1001111 | 110001 |
Color Harmonies of #E21AD7
Complementary color
Monochromatic Colors of #E21AD7
Black with #E21AD7
Text Example
Text Example
White with #E21AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21AD7; }
p { color: rgb(226,26,215); }
H1.HeaderClassName
{
color: #E21AD7;
}
.AnyTagClassName
{
color: #E21AD7;
}
</style>
background-color css
<style>
a { background-color: #E21AD7; }
a { background-color: rgb(226,26,215); }
div.DivClassName
{
background-color: #E21AD7;
}
.BgClassName
{
background-color: #E21AD7;
}
</style>
border-color css
<style>
span { border-color: #E21AD7; }
span { border-color: rgb(226,26,215); }
td.TdClassName
{
border-color: #E21AD7;
}
.TagClassName
{
border-color: #E21AD7;
}
</style>