Shades of Deep Magenta #E41DDA
Tints of Deep Magenta #E41DDA
RGB
CMYK
RGB Variations
Color information
#E41DDA (or 0xE41DDA) is known color: Deep Magenta. HEX triplet: E4, 1D and DA. RGB value is (228,29,218). Sum of RGB (Red+Green+Blue) = 228+29+218=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DDA is #1BE225. Grayscale: #6D6D6D. Windows color (decimal): -1827366 or 14294500. OLE color: 14294500.
HSL color Cylindrical-coordinate representation of color #E41DDA: hue angle of 303.02º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41DDA is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 218 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.11 |
| HSL | 303.02º | 0.79% | 0.5% | - |
| HSV(B) | 303.02º | 0.87% | 0.89% | - |
| XYZ | 45.09 | 22.43 | 68.28 | - |
| YUV | 110.05 | 188.93 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 218 | 0 | 0.87 | 0.04 | 0.11 | 303.02 | 0.79 | 0.5 |
| Hex | E4 | 1D | DA | 0 | 57 | 4 | B | 12F | 4F | 32 |
| Octal | 344 | 35 | 332 | 0 | 127 | 4 | 13 | 457 | 117 | 62 |
| Binary | 11100100 | 11101 | 11011010 | 0 | 1010111 | 100 | 1011 | 100101111 | 1001111 | 110010 |
Color Harmonies of #E41DDA
Complementary color
Monochromatic Colors of #E41DDA
Black with #E41DDA
Text Example
Text Example
White with #E41DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41DDA; }
p { color: rgb(228,29,218); }
H1.HeaderClassName
{
color: #E41DDA;
}
.AnyTagClassName
{
color: #E41DDA;
}
</style>
background-color css
<style>
a { background-color: #E41DDA; }
a { background-color: rgb(228,29,218); }
div.DivClassName
{
background-color: #E41DDA;
}
.BgClassName
{
background-color: #E41DDA;
}
</style>
border-color css
<style>
span { border-color: #E41DDA; }
span { border-color: rgb(228,29,218); }
td.TdClassName
{
border-color: #E41DDA;
}
.TagClassName
{
border-color: #E41DDA;
}
</style>