Shades of Deep Magenta #E414DD
Tints of Deep Magenta #E414DD
RGB
CMYK
RGB Variations
Color information
#E414DD (or 0xE414DD) is known color: Deep Magenta. HEX triplet: E4, 14 and DD. RGB value is (228,20,221). Sum of RGB (Red+Green+Blue) = 228+20+221=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E414DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414DD is #1BEB22. Grayscale: #686868. Windows color (decimal): -1829667 or 14488804. OLE color: 14488804.
HSL color Cylindrical-coordinate representation of color #E414DD: hue angle of 302.02º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414DD is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 221 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.11 |
| HSL | 302.02º | 0.84% | 0.49% | - |
| HSV(B) | 302.02º | 0.91% | 0.89% | - |
| XYZ | 45.3 | 22.21 | 70.31 | - |
| YUV | 105.11 | 193.41 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 221 | 0 | 0.91 | 0.03 | 0.11 | 302.02 | 0.84 | 0.49 |
| Hex | E4 | 14 | DD | 0 | 5B | 3 | B | 12E | 54 | 31 |
| Octal | 344 | 24 | 335 | 0 | 133 | 3 | 13 | 456 | 124 | 61 |
| Binary | 11100100 | 10100 | 11011101 | 0 | 1011011 | 11 | 1011 | 100101110 | 1010100 | 110001 |
Color Harmonies of #E414DD
Complementary color
Monochromatic Colors of #E414DD
Black with #E414DD
Text Example
Text Example
White with #E414DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414DD; }
p { color: rgb(228,20,221); }
H1.HeaderClassName
{
color: #E414DD;
}
.AnyTagClassName
{
color: #E414DD;
}
</style>
background-color css
<style>
a { background-color: #E414DD; }
a { background-color: rgb(228,20,221); }
div.DivClassName
{
background-color: #E414DD;
}
.BgClassName
{
background-color: #E414DD;
}
</style>
border-color css
<style>
span { border-color: #E414DD; }
span { border-color: rgb(228,20,221); }
td.TdClassName
{
border-color: #E414DD;
}
.TagClassName
{
border-color: #E414DD;
}
</style>