Shades of Deep Magenta #E407DD
Tints of Deep Magenta #E407DD
RGB
CMYK
RGB Variations
Color information
#E407DD (or 0xE407DD) is known color: Deep Magenta. HEX triplet: E4, 07 and DD. RGB value is (228,7,221). Sum of RGB (Red+Green+Blue) = 228+7+221=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E407DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E407DD is #1BF822. Grayscale: #606060. Windows color (decimal): -1832995 or 14485476. OLE color: 14485476.
HSL color Cylindrical-coordinate representation of color #E407DD: hue angle of 301.9º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407DD is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 221 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.11 |
| HSL | 301.9º | 0.94% | 0.46% | - |
| HSV(B) | 301.9º | 0.97% | 0.89% | - |
| XYZ | 45.12 | 21.87 | 70.25 | - |
| YUV | 97.48 | 197.72 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 221 | 0 | 0.97 | 0.03 | 0.11 | 301.9 | 0.94 | 0.46 |
| Hex | E4 | 7 | DD | 0 | 61 | 3 | B | 12E | 5E | 2E |
| Octal | 344 | 7 | 335 | 0 | 141 | 3 | 13 | 456 | 136 | 56 |
| Binary | 11100100 | 111 | 11011101 | 0 | 1100001 | 11 | 1011 | 100101110 | 1011110 | 101110 |
Color Harmonies of #E407DD
Complementary color
Monochromatic Colors of #E407DD
Black with #E407DD
Text Example
Text Example
White with #E407DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407DD; }
p { color: rgb(228,7,221); }
H1.HeaderClassName
{
color: #E407DD;
}
.AnyTagClassName
{
color: #E407DD;
}
</style>
background-color css
<style>
a { background-color: #E407DD; }
a { background-color: rgb(228,7,221); }
div.DivClassName
{
background-color: #E407DD;
}
.BgClassName
{
background-color: #E407DD;
}
</style>
border-color css
<style>
span { border-color: #E407DD; }
span { border-color: rgb(228,7,221); }
td.TdClassName
{
border-color: #E407DD;
}
.TagClassName
{
border-color: #E407DD;
}
</style>