Shades of Deep Magenta #E41ADA
Tints of Deep Magenta #E41ADA
RGB
CMYK
RGB Variations
Color information
#E41ADA (or 0xE41ADA) is known color: Deep Magenta. HEX triplet: E4, 1A and DA. RGB value is (228,26,218). Sum of RGB (Red+Green+Blue) = 228+26+218=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E41ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41ADA is #1BE525. Grayscale: #6B6B6B. Windows color (decimal): -1828134 or 14293732. OLE color: 14293732.
HSL color Cylindrical-coordinate representation of color #E41ADA: hue angle of 302.97º 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 #E41ADA is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 218 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.11 |
| HSL | 302.97º | 0.8% | 0.5% | - |
| HSV(B) | 302.97º | 0.89% | 0.89% | - |
| XYZ | 45.02 | 22.29 | 68.26 | - |
| YUV | 108.29 | 189.92 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 218 | 0 | 0.89 | 0.04 | 0.11 | 302.97 | 0.8 | 0.5 |
| Hex | E4 | 1A | DA | 0 | 59 | 4 | B | 12F | 50 | 32 |
| Octal | 344 | 32 | 332 | 0 | 131 | 4 | 13 | 457 | 120 | 62 |
| Binary | 11100100 | 11010 | 11011010 | 0 | 1011001 | 100 | 1011 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E41ADA
Complementary color
Monochromatic Colors of #E41ADA
Black with #E41ADA
Text Example
Text Example
White with #E41ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41ADA; }
p { color: rgb(228,26,218); }
H1.HeaderClassName
{
color: #E41ADA;
}
.AnyTagClassName
{
color: #E41ADA;
}
</style>
background-color css
<style>
a { background-color: #E41ADA; }
a { background-color: rgb(228,26,218); }
div.DivClassName
{
background-color: #E41ADA;
}
.BgClassName
{
background-color: #E41ADA;
}
</style>
border-color css
<style>
span { border-color: #E41ADA; }
span { border-color: rgb(228,26,218); }
td.TdClassName
{
border-color: #E41ADA;
}
.TagClassName
{
border-color: #E41ADA;
}
</style>