Shades of Deep Magenta #E41DD9
Tints of Deep Magenta #E41DD9
RGB
CMYK
RGB Variations
Color information
#E41DD9 (or 0xE41DD9) is known color: Deep Magenta. HEX triplet: E4, 1D and D9. RGB value is (228,29,217). Sum of RGB (Red+Green+Blue) = 228+29+217=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DD9 is #1BE226. Grayscale: #6D6D6D. Windows color (decimal): -1827367 or 14228964. OLE color: 14228964.
HSL color Cylindrical-coordinate representation of color #E41DD9: hue angle of 303.32º 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 #E41DD9 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 217 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.11 |
| HSL | 303.32º | 0.79% | 0.5% | - |
| HSV(B) | 303.32º | 0.87% | 0.89% | - |
| XYZ | 44.96 | 22.38 | 67.6 | - |
| YUV | 109.93 | 188.43 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 217 | 0 | 0.87 | 0.05 | 0.11 | 303.32 | 0.79 | 0.5 |
| Hex | E4 | 1D | D9 | 0 | 57 | 5 | B | 12F | 4F | 32 |
| Octal | 344 | 35 | 331 | 0 | 127 | 5 | 13 | 457 | 117 | 62 |
| Binary | 11100100 | 11101 | 11011001 | 0 | 1010111 | 101 | 1011 | 100101111 | 1001111 | 110010 |
Color Harmonies of #E41DD9
Complementary color
Monochromatic Colors of #E41DD9
Black with #E41DD9
Text Example
Text Example
White with #E41DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41DD9; }
p { color: rgb(228,29,217); }
H1.HeaderClassName
{
color: #E41DD9;
}
.AnyTagClassName
{
color: #E41DD9;
}
</style>
background-color css
<style>
a { background-color: #E41DD9; }
a { background-color: rgb(228,29,217); }
div.DivClassName
{
background-color: #E41DD9;
}
.BgClassName
{
background-color: #E41DD9;
}
</style>
border-color css
<style>
span { border-color: #E41DD9; }
span { border-color: rgb(228,29,217); }
td.TdClassName
{
border-color: #E41DD9;
}
.TagClassName
{
border-color: #E41DD9;
}
</style>