Shades of Deep Magenta #E20AD6
Tints of Deep Magenta #E20AD6
RGB
CMYK
RGB Variations
Color information
#E20AD6 (or 0xE20AD6) is known color: Deep Magenta. HEX triplet: E2, 0A and D6. RGB value is (226,10,214). Sum of RGB (Red+Green+Blue) = 226+10+214=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E20AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20AD6 is #1DF529. Grayscale: #616161. Windows color (decimal): -1963306 or 14027490. OLE color: 14027490.
HSL color Cylindrical-coordinate representation of color #E20AD6: hue angle of 303.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20AD6 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 214 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.11 |
| HSL | 303.33º | 0.92% | 0.46% | - |
| HSV(B) | 303.33º | 0.96% | 0.89% | - |
| XYZ | 43.61 | 21.24 | 65.42 | - |
| YUV | 97.84 | 193.56 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 214 | 0 | 0.96 | 0.05 | 0.11 | 303.33 | 0.92 | 0.46 |
| Hex | E2 | A | D6 | 0 | 60 | 5 | B | 12F | 5C | 2E |
| Octal | 342 | 12 | 326 | 0 | 140 | 5 | 13 | 457 | 134 | 56 |
| Binary | 11100010 | 1010 | 11010110 | 0 | 1100000 | 101 | 1011 | 100101111 | 1011100 | 101110 |
Color Harmonies of #E20AD6
Complementary color
Monochromatic Colors of #E20AD6
Black with #E20AD6
Text Example
Text Example
White with #E20AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20AD6; }
p { color: rgb(226,10,214); }
H1.HeaderClassName
{
color: #E20AD6;
}
.AnyTagClassName
{
color: #E20AD6;
}
</style>
background-color css
<style>
a { background-color: #E20AD6; }
a { background-color: rgb(226,10,214); }
div.DivClassName
{
background-color: #E20AD6;
}
.BgClassName
{
background-color: #E20AD6;
}
</style>
border-color css
<style>
span { border-color: #E20AD6; }
span { border-color: rgb(226,10,214); }
td.TdClassName
{
border-color: #E20AD6;
}
.TagClassName
{
border-color: #E20AD6;
}
</style>