Shades of Deep Magenta #E20ADC
Tints of Deep Magenta #E20ADC
RGB
CMYK
RGB Variations
Color information
#E20ADC (or 0xE20ADC) is known color: Deep Magenta. HEX triplet: E2, 0A and DC. RGB value is (226,10,220). Sum of RGB (Red+Green+Blue) = 226+10+220=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E20ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20ADC is #1DF523. Grayscale: #616161. Windows color (decimal): -1963300 or 14420706. OLE color: 14420706.
HSL color Cylindrical-coordinate representation of color #E20ADC: hue angle of 301.67º 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 #E20ADC is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 220 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.11 |
| HSL | 301.67º | 0.92% | 0.46% | - |
| HSV(B) | 301.67º | 0.96% | 0.89% | - |
| XYZ | 44.39 | 21.55 | 69.53 | - |
| YUV | 98.52 | 196.56 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 220 | 0 | 0.96 | 0.03 | 0.11 | 301.67 | 0.92 | 0.46 |
| Hex | E2 | A | DC | 0 | 60 | 3 | B | 12E | 5C | 2E |
| Octal | 342 | 12 | 334 | 0 | 140 | 3 | 13 | 456 | 134 | 56 |
| Binary | 11100010 | 1010 | 11011100 | 0 | 1100000 | 11 | 1011 | 100101110 | 1011100 | 101110 |
Color Harmonies of #E20ADC
Complementary color
Monochromatic Colors of #E20ADC
Black with #E20ADC
Text Example
Text Example
White with #E20ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20ADC; }
p { color: rgb(226,10,220); }
H1.HeaderClassName
{
color: #E20ADC;
}
.AnyTagClassName
{
color: #E20ADC;
}
</style>
background-color css
<style>
a { background-color: #E20ADC; }
a { background-color: rgb(226,10,220); }
div.DivClassName
{
background-color: #E20ADC;
}
.BgClassName
{
background-color: #E20ADC;
}
</style>
border-color css
<style>
span { border-color: #E20ADC; }
span { border-color: rgb(226,10,220); }
td.TdClassName
{
border-color: #E20ADC;
}
.TagClassName
{
border-color: #E20ADC;
}
</style>