Shades of Deep Magenta #E41ADC
Tints of Deep Magenta #E41ADC
RGB
CMYK
RGB Variations
Color information
#E41ADC (or 0xE41ADC) is known color: Deep Magenta. HEX triplet: E4, 1A and DC. RGB value is (228,26,220). Sum of RGB (Red+Green+Blue) = 228+26+220=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E41ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41ADC is #1BE523. Grayscale: #6B6B6B. Windows color (decimal): -1828132 or 14424804. OLE color: 14424804.
HSL color Cylindrical-coordinate representation of color #E41ADC: hue angle of 302.38º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41ADC is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 220 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.11 |
| HSL | 302.38º | 0.8% | 0.5% | - |
| HSV(B) | 302.38º | 0.89% | 0.89% | - |
| XYZ | 45.28 | 22.4 | 69.65 | - |
| YUV | 108.51 | 190.92 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 220 | 0 | 0.89 | 0.04 | 0.11 | 302.38 | 0.8 | 0.5 |
| Hex | E4 | 1A | DC | 0 | 59 | 4 | B | 12E | 50 | 32 |
| Octal | 344 | 32 | 334 | 0 | 131 | 4 | 13 | 456 | 120 | 62 |
| Binary | 11100100 | 11010 | 11011100 | 0 | 1011001 | 100 | 1011 | 100101110 | 1010000 | 110010 |
Color Harmonies of #E41ADC
Complementary color
Monochromatic Colors of #E41ADC
Black with #E41ADC
Text Example
Text Example
White with #E41ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41ADC; }
p { color: rgb(228,26,220); }
H1.HeaderClassName
{
color: #E41ADC;
}
.AnyTagClassName
{
color: #E41ADC;
}
</style>
background-color css
<style>
a { background-color: #E41ADC; }
a { background-color: rgb(228,26,220); }
div.DivClassName
{
background-color: #E41ADC;
}
.BgClassName
{
background-color: #E41ADC;
}
</style>
border-color css
<style>
span { border-color: #E41ADC; }
span { border-color: rgb(228,26,220); }
td.TdClassName
{
border-color: #E41ADC;
}
.TagClassName
{
border-color: #E41ADC;
}
</style>