Shades of Deep Magenta #E401DF
Tints of Deep Magenta #E401DF
RGB
CMYK
RGB Variations
Color information
#E401DF (or 0xE401DF) is known color: Deep Magenta. HEX triplet: E4, 01 and DF. RGB value is (228,1,223). Sum of RGB (Red+Green+Blue) = 228+1+223=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E401DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401DF is #1BFE20. Grayscale: #5D5D5D. Windows color (decimal): -1834529 or 14615012. OLE color: 14615012.
HSL color Cylindrical-coordinate representation of color #E401DF: hue angle of 301.32º 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 #E401DF is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.11 |
| HSL | 301.32º | 0.99% | 0.45% | - |
| HSV(B) | 301.32º | 1% | 0.89% | - |
| XYZ | 45.33 | 21.84 | 71.64 | - |
| YUV | 94.18 | 200.71 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 223 | 0 | 1.00 | 0.02 | 0.11 | 301.32 | 0.99 | 0.45 |
| Hex | E4 | 1 | DF | 0 | 64 | 2 | B | 12D | 63 | 2D |
| Octal | 344 | 1 | 337 | 0 | 144 | 2 | 13 | 455 | 143 | 55 |
| Binary | 11100100 | 1 | 11011111 | 0 | 1100100 | 10 | 1011 | 100101101 | 1100011 | 101101 |
Color Harmonies of #E401DF
Complementary color
Monochromatic Colors of #E401DF
Black with #E401DF
Text Example
Text Example
White with #E401DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E401DF; }
p { color: rgb(228,1,223); }
H1.HeaderClassName
{
color: #E401DF;
}
.AnyTagClassName
{
color: #E401DF;
}
</style>
background-color css
<style>
a { background-color: #E401DF; }
a { background-color: rgb(228,1,223); }
div.DivClassName
{
background-color: #E401DF;
}
.BgClassName
{
background-color: #E401DF;
}
</style>
border-color css
<style>
span { border-color: #E401DF; }
span { border-color: rgb(228,1,223); }
td.TdClassName
{
border-color: #E401DF;
}
.TagClassName
{
border-color: #E401DF;
}
</style>