Shades of Deep Magenta #E402DF
Tints of Deep Magenta #E402DF
RGB
CMYK
RGB Variations
Color information
#E402DF (or 0xE402DF) is known color: Deep Magenta. HEX triplet: E4, 02 and DF. RGB value is (228,2,223). Sum of RGB (Red+Green+Blue) = 228+2+223=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E402DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E402DF is #1BFD20. Grayscale: #5E5E5E. Windows color (decimal): -1834273 or 14615268. OLE color: 14615268.
HSL color Cylindrical-coordinate representation of color #E402DF: hue angle of 301.33º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E402DF is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.11 |
| HSL | 301.33º | 0.98% | 0.45% | - |
| HSV(B) | 301.33º | 0.99% | 0.89% | - |
| XYZ | 45.34 | 21.87 | 71.64 | - |
| YUV | 94.77 | 200.37 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 223 | 0 | 0.99 | 0.02 | 0.11 | 301.33 | 0.98 | 0.45 |
| Hex | E4 | 2 | DF | 0 | 63 | 2 | B | 12D | 62 | 2D |
| Octal | 344 | 2 | 337 | 0 | 143 | 2 | 13 | 455 | 142 | 55 |
| Binary | 11100100 | 10 | 11011111 | 0 | 1100011 | 10 | 1011 | 100101101 | 1100010 | 101101 |
Color Harmonies of #E402DF
Complementary color
Monochromatic Colors of #E402DF
Black with #E402DF
Text Example
Text Example
White with #E402DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E402DF; }
p { color: rgb(228,2,223); }
H1.HeaderClassName
{
color: #E402DF;
}
.AnyTagClassName
{
color: #E402DF;
}
</style>
background-color css
<style>
a { background-color: #E402DF; }
a { background-color: rgb(228,2,223); }
div.DivClassName
{
background-color: #E402DF;
}
.BgClassName
{
background-color: #E402DF;
}
</style>
border-color css
<style>
span { border-color: #E402DF; }
span { border-color: rgb(228,2,223); }
td.TdClassName
{
border-color: #E402DF;
}
.TagClassName
{
border-color: #E402DF;
}
</style>