Shades of Deep Magenta #E413DD
Tints of Deep Magenta #E413DD
RGB
CMYK
RGB Variations
Color information
#E413DD (or 0xE413DD) is known color: Deep Magenta. HEX triplet: E4, 13 and DD. RGB value is (228,19,221). Sum of RGB (Red+Green+Blue) = 228+19+221=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E413DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E413DD is #1BEC22. Grayscale: #676767. Windows color (decimal): -1829923 or 14488548. OLE color: 14488548.
HSL color Cylindrical-coordinate representation of color #E413DD: hue angle of 302.01º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413DD is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 221 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.11 |
| HSL | 302.01º | 0.85% | 0.48% | - |
| HSV(B) | 302.01º | 0.92% | 0.89% | - |
| XYZ | 45.28 | 22.18 | 70.3 | - |
| YUV | 104.52 | 193.74 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 221 | 0 | 0.92 | 0.03 | 0.11 | 302.01 | 0.85 | 0.48 |
| Hex | E4 | 13 | DD | 0 | 5C | 3 | B | 12E | 55 | 30 |
| Octal | 344 | 23 | 335 | 0 | 134 | 3 | 13 | 456 | 125 | 60 |
| Binary | 11100100 | 10011 | 11011101 | 0 | 1011100 | 11 | 1011 | 100101110 | 1010101 | 110000 |
Color Harmonies of #E413DD
Complementary color
Monochromatic Colors of #E413DD
Black with #E413DD
Text Example
Text Example
White with #E413DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E413DD; }
p { color: rgb(228,19,221); }
H1.HeaderClassName
{
color: #E413DD;
}
.AnyTagClassName
{
color: #E413DD;
}
</style>
background-color css
<style>
a { background-color: #E413DD; }
a { background-color: rgb(228,19,221); }
div.DivClassName
{
background-color: #E413DD;
}
.BgClassName
{
background-color: #E413DD;
}
</style>
border-color css
<style>
span { border-color: #E413DD; }
span { border-color: rgb(228,19,221); }
td.TdClassName
{
border-color: #E413DD;
}
.TagClassName
{
border-color: #E413DD;
}
</style>