Shades of Deep Magenta #E00ADC
Tints of Deep Magenta #E00ADC
RGB
CMYK
RGB Variations
Color information
#E00ADC (or 0xE00ADC) is known color: Deep Magenta. HEX triplet: E0, 0A and DC. RGB value is (224,10,220). Sum of RGB (Red+Green+Blue) = 224+10+220=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ADC is #1FF523. Grayscale: #616161. Windows color (decimal): -2094372 or 14420704. OLE color: 14420704.
HSL color Cylindrical-coordinate representation of color #E00ADC: hue angle of 301.12º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00ADC is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 220 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.12 |
| HSL | 301.12º | 0.91% | 0.46% | - |
| HSV(B) | 301.12º | 0.96% | 0.88% | - |
| XYZ | 43.77 | 21.23 | 69.5 | - |
| YUV | 97.93 | 196.9 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 220 | 0 | 0.96 | 0.02 | 0.12 | 301.12 | 0.91 | 0.46 |
| Hex | E0 | A | DC | 0 | 60 | 2 | C | 12D | 5B | 2E |
| Octal | 340 | 12 | 334 | 0 | 140 | 2 | 14 | 455 | 133 | 56 |
| Binary | 11100000 | 1010 | 11011100 | 0 | 1100000 | 10 | 1100 | 100101101 | 1011011 | 101110 |
Color Harmonies of #E00ADC
Complementary color
Monochromatic Colors of #E00ADC
Black with #E00ADC
Text Example
Text Example
White with #E00ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00ADC; }
p { color: rgb(224,10,220); }
H1.HeaderClassName
{
color: #E00ADC;
}
.AnyTagClassName
{
color: #E00ADC;
}
</style>
background-color css
<style>
a { background-color: #E00ADC; }
a { background-color: rgb(224,10,220); }
div.DivClassName
{
background-color: #E00ADC;
}
.BgClassName
{
background-color: #E00ADC;
}
</style>
border-color css
<style>
span { border-color: #E00ADC; }
span { border-color: rgb(224,10,220); }
td.TdClassName
{
border-color: #E00ADC;
}
.TagClassName
{
border-color: #E00ADC;
}
</style>