Shades of Deep Magenta #E418DC
Tints of Deep Magenta #E418DC
RGB
CMYK
RGB Variations
Color information
#E418DC (or 0xE418DC) is known color: Deep Magenta. HEX triplet: E4, 18 and DC. RGB value is (228,24,220). Sum of RGB (Red+Green+Blue) = 228+24+220=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E418DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E418DC is #1BE723. Grayscale: #6A6A6A. Windows color (decimal): -1828644 or 14424292. OLE color: 14424292.
HSL color Cylindrical-coordinate representation of color #E418DC: hue angle of 302.35º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E418DC is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 220 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.11 |
| HSL | 302.35º | 0.81% | 0.49% | - |
| HSV(B) | 302.35º | 0.89% | 0.89% | - |
| XYZ | 45.24 | 22.31 | 69.63 | - |
| YUV | 107.34 | 191.59 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 220 | 0 | 0.89 | 0.04 | 0.11 | 302.35 | 0.81 | 0.49 |
| Hex | E4 | 18 | DC | 0 | 59 | 4 | B | 12E | 51 | 31 |
| Octal | 344 | 30 | 334 | 0 | 131 | 4 | 13 | 456 | 121 | 61 |
| Binary | 11100100 | 11000 | 11011100 | 0 | 1011001 | 100 | 1011 | 100101110 | 1010001 | 110001 |
Color Harmonies of #E418DC
Complementary color
Monochromatic Colors of #E418DC
Black with #E418DC
Text Example
Text Example
White with #E418DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E418DC; }
p { color: rgb(228,24,220); }
H1.HeaderClassName
{
color: #E418DC;
}
.AnyTagClassName
{
color: #E418DC;
}
</style>
background-color css
<style>
a { background-color: #E418DC; }
a { background-color: rgb(228,24,220); }
div.DivClassName
{
background-color: #E418DC;
}
.BgClassName
{
background-color: #E418DC;
}
</style>
border-color css
<style>
span { border-color: #E418DC; }
span { border-color: rgb(228,24,220); }
td.TdClassName
{
border-color: #E418DC;
}
.TagClassName
{
border-color: #E418DC;
}
</style>