Shades of Deep Magenta #E401DC
Tints of Deep Magenta #E401DC
RGB
CMYK
RGB Variations
Color information
#E401DC (or 0xE401DC) is known color: Deep Magenta. HEX triplet: E4, 01 and DC. RGB value is (228,1,220). Sum of RGB (Red+Green+Blue) = 228+1+220=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E401DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401DC is #1BFE23. Grayscale: #5D5D5D. Windows color (decimal): -1834532 or 14418404. OLE color: 14418404.
HSL color Cylindrical-coordinate representation of color #E401DC: hue angle of 302.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E401DC is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 220 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.11 |
| HSL | 302.11º | 0.99% | 0.45% | - |
| HSV(B) | 302.11º | 1% | 0.89% | - |
| XYZ | 44.92 | 21.68 | 69.53 | - |
| YUV | 93.84 | 199.21 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 220 | 0 | 1.00 | 0.04 | 0.11 | 302.11 | 0.99 | 0.45 |
| Hex | E4 | 1 | DC | 0 | 64 | 4 | B | 12E | 63 | 2D |
| Octal | 344 | 1 | 334 | 0 | 144 | 4 | 13 | 456 | 143 | 55 |
| Binary | 11100100 | 1 | 11011100 | 0 | 1100100 | 100 | 1011 | 100101110 | 1100011 | 101101 |
Color Harmonies of #E401DC
Complementary color
Monochromatic Colors of #E401DC
Black with #E401DC
Text Example
Text Example
White with #E401DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E401DC; }
p { color: rgb(228,1,220); }
H1.HeaderClassName
{
color: #E401DC;
}
.AnyTagClassName
{
color: #E401DC;
}
</style>
background-color css
<style>
a { background-color: #E401DC; }
a { background-color: rgb(228,1,220); }
div.DivClassName
{
background-color: #E401DC;
}
.BgClassName
{
background-color: #E401DC;
}
</style>
border-color css
<style>
span { border-color: #E401DC; }
span { border-color: rgb(228,1,220); }
td.TdClassName
{
border-color: #E401DC;
}
.TagClassName
{
border-color: #E401DC;
}
</style>