Shades of Deep Magenta #E01ADC
Tints of Deep Magenta #E01ADC
RGB
CMYK
RGB Variations
Color information
#E01ADC (or 0xE01ADC) is known color: Deep Magenta. HEX triplet: E0, 1A and DC. RGB value is (224,26,220). Sum of RGB (Red+Green+Blue) = 224+26+220=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ADC is #1FE523. Grayscale: #6A6A6A. Windows color (decimal): -2090276 or 14424800. OLE color: 14424800.
HSL color Cylindrical-coordinate representation of color #E01ADC: hue angle of 301.21º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01ADC is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 220 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.12 |
| HSL | 301.21º | 0.79% | 0.49% | - |
| HSV(B) | 301.21º | 0.88% | 0.88% | - |
| XYZ | 44.03 | 21.75 | 69.59 | - |
| YUV | 107.32 | 191.6 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 220 | 0 | 0.88 | 0.02 | 0.12 | 301.21 | 0.79 | 0.49 |
| Hex | E0 | 1A | DC | 0 | 58 | 2 | C | 12D | 4F | 31 |
| Octal | 340 | 32 | 334 | 0 | 130 | 2 | 14 | 455 | 117 | 61 |
| Binary | 11100000 | 11010 | 11011100 | 0 | 1011000 | 10 | 1100 | 100101101 | 1001111 | 110001 |
Color Harmonies of #E01ADC
Complementary color
Monochromatic Colors of #E01ADC
Black with #E01ADC
Text Example
Text Example
White with #E01ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ADC; }
p { color: rgb(224,26,220); }
H1.HeaderClassName
{
color: #E01ADC;
}
.AnyTagClassName
{
color: #E01ADC;
}
</style>
background-color css
<style>
a { background-color: #E01ADC; }
a { background-color: rgb(224,26,220); }
div.DivClassName
{
background-color: #E01ADC;
}
.BgClassName
{
background-color: #E01ADC;
}
</style>
border-color css
<style>
span { border-color: #E01ADC; }
span { border-color: rgb(224,26,220); }
td.TdClassName
{
border-color: #E01ADC;
}
.TagClassName
{
border-color: #E01ADC;
}
</style>