Shades of Deep Magenta #E401D9
Tints of Deep Magenta #E401D9
RGB
CMYK
RGB Variations
Color information
#E401D9 (or 0xE401D9) is known color: Deep Magenta. HEX triplet: E4, 01 and D9. RGB value is (228,1,217). Sum of RGB (Red+Green+Blue) = 228+1+217=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E401D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401D9 is #1BFE26. Grayscale: #5C5C5C. Windows color (decimal): -1834535 or 14221796. OLE color: 14221796.
HSL color Cylindrical-coordinate representation of color #E401D9: hue angle of 302.91º 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 #E401D9 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 217 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.11 |
| HSL | 302.91º | 0.99% | 0.45% | - |
| HSV(B) | 302.91º | 1% | 0.89% | - |
| XYZ | 44.53 | 21.53 | 67.45 | - |
| YUV | 93.5 | 197.71 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 217 | 0 | 1.00 | 0.05 | 0.11 | 302.91 | 0.99 | 0.45 |
| Hex | E4 | 1 | D9 | 0 | 64 | 5 | B | 12F | 63 | 2D |
| Octal | 344 | 1 | 331 | 0 | 144 | 5 | 13 | 457 | 143 | 55 |
| Binary | 11100100 | 1 | 11011001 | 0 | 1100100 | 101 | 1011 | 100101111 | 1100011 | 101101 |
Color Harmonies of #E401D9
Complementary color
Monochromatic Colors of #E401D9
Black with #E401D9
Text Example
Text Example
White with #E401D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E401D9; }
p { color: rgb(228,1,217); }
H1.HeaderClassName
{
color: #E401D9;
}
.AnyTagClassName
{
color: #E401D9;
}
</style>
background-color css
<style>
a { background-color: #E401D9; }
a { background-color: rgb(228,1,217); }
div.DivClassName
{
background-color: #E401D9;
}
.BgClassName
{
background-color: #E401D9;
}
</style>
border-color css
<style>
span { border-color: #E401D9; }
span { border-color: rgb(228,1,217); }
td.TdClassName
{
border-color: #E401D9;
}
.TagClassName
{
border-color: #E401D9;
}
</style>