Shades of Deep Magenta #E40DDA
Tints of Deep Magenta #E40DDA
RGB
CMYK
RGB Variations
Color information
#E40DDA (or 0xE40DDA) is known color: Deep Magenta. HEX triplet: E4, 0D and DA. RGB value is (228,13,218). Sum of RGB (Red+Green+Blue) = 228+13+218=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E40DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40DDA is #1BF225. Grayscale: #646464. Windows color (decimal): -1831462 or 14290404. OLE color: 14290404.
HSL color Cylindrical-coordinate representation of color #E40DDA: hue angle of 302.79º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40DDA is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 218 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.11 |
| HSL | 302.79º | 0.89% | 0.47% | - |
| HSV(B) | 302.79º | 0.94% | 0.89% | - |
| XYZ | 44.79 | 21.84 | 68.19 | - |
| YUV | 100.66 | 194.23 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 218 | 0 | 0.94 | 0.04 | 0.11 | 302.79 | 0.89 | 0.47 |
| Hex | E4 | D | DA | 0 | 5E | 4 | B | 12F | 59 | 2F |
| Octal | 344 | 15 | 332 | 0 | 136 | 4 | 13 | 457 | 131 | 57 |
| Binary | 11100100 | 1101 | 11011010 | 0 | 1011110 | 100 | 1011 | 100101111 | 1011001 | 101111 |
Color Harmonies of #E40DDA
Complementary color
Monochromatic Colors of #E40DDA
Black with #E40DDA
Text Example
Text Example
White with #E40DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DDA; }
p { color: rgb(228,13,218); }
H1.HeaderClassName
{
color: #E40DDA;
}
.AnyTagClassName
{
color: #E40DDA;
}
</style>
background-color css
<style>
a { background-color: #E40DDA; }
a { background-color: rgb(228,13,218); }
div.DivClassName
{
background-color: #E40DDA;
}
.BgClassName
{
background-color: #E40DDA;
}
</style>
border-color css
<style>
span { border-color: #E40DDA; }
span { border-color: rgb(228,13,218); }
td.TdClassName
{
border-color: #E40DDA;
}
.TagClassName
{
border-color: #E40DDA;
}
</style>