Shades of Deep Magenta #E401D2
Tints of Deep Magenta #E401D2
RGB
CMYK
RGB Variations
Color information
#E401D2 (or 0xE401D2) is known color: Deep Magenta. HEX triplet: E4, 01 and D2. RGB value is (228,1,210). Sum of RGB (Red+Green+Blue) = 228+1+210=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E401D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401D2 is #1BFE2D. Grayscale: #5C5C5C. Windows color (decimal): -1834542 or 13763044. OLE color: 13763044.
HSL color Cylindrical-coordinate representation of color #E401D2: hue angle of 304.76º 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 #E401D2 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 210 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.11 |
| HSL | 304.76º | 0.99% | 0.45% | - |
| HSV(B) | 304.76º | 1% | 0.89% | - |
| XYZ | 43.64 | 21.17 | 62.76 | - |
| YUV | 92.7 | 194.21 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 210 | 0 | 1.00 | 0.08 | 0.11 | 304.76 | 0.99 | 0.45 |
| Hex | E4 | 1 | D2 | 0 | 64 | 8 | B | 131 | 63 | 2D |
| Octal | 344 | 1 | 322 | 0 | 144 | 10 | 13 | 461 | 143 | 55 |
| Binary | 11100100 | 1 | 11010010 | 0 | 1100100 | 1000 | 1011 | 100110001 | 1100011 | 101101 |
Color Harmonies of #E401D2
Complementary color
Monochromatic Colors of #E401D2
Black with #E401D2
Text Example
Text Example
White with #E401D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E401D2; }
p { color: rgb(228,1,210); }
H1.HeaderClassName
{
color: #E401D2;
}
.AnyTagClassName
{
color: #E401D2;
}
</style>
background-color css
<style>
a { background-color: #E401D2; }
a { background-color: rgb(228,1,210); }
div.DivClassName
{
background-color: #E401D2;
}
.BgClassName
{
background-color: #E401D2;
}
</style>
border-color css
<style>
span { border-color: #E401D2; }
span { border-color: rgb(228,1,210); }
td.TdClassName
{
border-color: #E401D2;
}
.TagClassName
{
border-color: #E401D2;
}
</style>