Shades of Deep Magenta #E407DF
Tints of Deep Magenta #E407DF
RGB
CMYK
RGB Variations
Color information
#E407DF (or 0xE407DF) is known color: Deep Magenta. HEX triplet: E4, 07 and DF. RGB value is (228,7,223). Sum of RGB (Red+Green+Blue) = 228+7+223=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E407DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E407DF is #1BF820. Grayscale: #616161. Windows color (decimal): -1832993 or 14616548. OLE color: 14616548.
HSL color Cylindrical-coordinate representation of color #E407DF: hue angle of 301.36º 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 #E407DF is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.11 |
| HSL | 301.36º | 0.94% | 0.46% | - |
| HSV(B) | 301.36º | 0.97% | 0.89% | - |
| XYZ | 45.39 | 21.97 | 71.66 | - |
| YUV | 97.7 | 198.72 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 223 | 0 | 0.97 | 0.02 | 0.11 | 301.36 | 0.94 | 0.46 |
| Hex | E4 | 7 | DF | 0 | 61 | 2 | B | 12D | 5E | 2E |
| Octal | 344 | 7 | 337 | 0 | 141 | 2 | 13 | 455 | 136 | 56 |
| Binary | 11100100 | 111 | 11011111 | 0 | 1100001 | 10 | 1011 | 100101101 | 1011110 | 101110 |
Color Harmonies of #E407DF
Complementary color
Monochromatic Colors of #E407DF
Black with #E407DF
Text Example
Text Example
White with #E407DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407DF; }
p { color: rgb(228,7,223); }
H1.HeaderClassName
{
color: #E407DF;
}
.AnyTagClassName
{
color: #E407DF;
}
</style>
background-color css
<style>
a { background-color: #E407DF; }
a { background-color: rgb(228,7,223); }
div.DivClassName
{
background-color: #E407DF;
}
.BgClassName
{
background-color: #E407DF;
}
</style>
border-color css
<style>
span { border-color: #E407DF; }
span { border-color: rgb(228,7,223); }
td.TdClassName
{
border-color: #E407DF;
}
.TagClassName
{
border-color: #E407DF;
}
</style>