Shades of Deep Magenta #E401D6
Tints of Deep Magenta #E401D6
RGB
CMYK
RGB Variations
Color information
#E401D6 (or 0xE401D6) is known color: Deep Magenta. HEX triplet: E4, 01 and D6. RGB value is (228,1,214). Sum of RGB (Red+Green+Blue) = 228+1+214=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E401D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401D6 is #1BFE29. Grayscale: #5C5C5C. Windows color (decimal): -1834538 or 14025188. OLE color: 14025188.
HSL color Cylindrical-coordinate representation of color #E401D6: hue angle of 303.7º 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 #E401D6 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 214 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.11 |
| HSL | 303.7º | 0.99% | 0.45% | - |
| HSV(B) | 303.7º | 1% | 0.89% | - |
| XYZ | 44.14 | 21.37 | 65.42 | - |
| YUV | 93.16 | 196.21 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 214 | 0 | 1.00 | 0.06 | 0.11 | 303.7 | 0.99 | 0.45 |
| Hex | E4 | 1 | D6 | 0 | 64 | 6 | B | 130 | 63 | 2D |
| Octal | 344 | 1 | 326 | 0 | 144 | 6 | 13 | 460 | 143 | 55 |
| Binary | 11100100 | 1 | 11010110 | 0 | 1100100 | 110 | 1011 | 100110000 | 1100011 | 101101 |
Color Harmonies of #E401D6
Complementary color
Monochromatic Colors of #E401D6
Black with #E401D6
Text Example
Text Example
White with #E401D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E401D6; }
p { color: rgb(228,1,214); }
H1.HeaderClassName
{
color: #E401D6;
}
.AnyTagClassName
{
color: #E401D6;
}
</style>
background-color css
<style>
a { background-color: #E401D6; }
a { background-color: rgb(228,1,214); }
div.DivClassName
{
background-color: #E401D6;
}
.BgClassName
{
background-color: #E401D6;
}
</style>
border-color css
<style>
span { border-color: #E401D6; }
span { border-color: rgb(228,1,214); }
td.TdClassName
{
border-color: #E401D6;
}
.TagClassName
{
border-color: #E401D6;
}
</style>