Shades of Deep Magenta #E40EDF
Tints of Deep Magenta #E40EDF
RGB
CMYK
RGB Variations
Color information
#E40EDF (or 0xE40EDF) is known color: Deep Magenta. HEX triplet: E4, 0E and DF. RGB value is (228,14,223). Sum of RGB (Red+Green+Blue) = 228+14+223=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E40EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40EDF is #1BF120. Grayscale: #656565. Windows color (decimal): -1831201 or 14618340. OLE color: 14618340.
HSL color Cylindrical-coordinate representation of color #E40EDF: hue angle of 301.4º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EDF is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 223 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.11 |
| HSL | 301.4º | 0.88% | 0.47% | - |
| HSV(B) | 301.4º | 0.94% | 0.89% | - |
| XYZ | 45.47 | 22.14 | 71.69 | - |
| YUV | 101.81 | 196.4 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 223 | 0 | 0.94 | 0.02 | 0.11 | 301.4 | 0.88 | 0.47 |
| Hex | E4 | E | DF | 0 | 5E | 2 | B | 12D | 58 | 2F |
| Octal | 344 | 16 | 337 | 0 | 136 | 2 | 13 | 455 | 130 | 57 |
| Binary | 11100100 | 1110 | 11011111 | 0 | 1011110 | 10 | 1011 | 100101101 | 1011000 | 101111 |
Color Harmonies of #E40EDF
Complementary color
Monochromatic Colors of #E40EDF
Black with #E40EDF
Text Example
Text Example
White with #E40EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40EDF; }
p { color: rgb(228,14,223); }
H1.HeaderClassName
{
color: #E40EDF;
}
.AnyTagClassName
{
color: #E40EDF;
}
</style>
background-color css
<style>
a { background-color: #E40EDF; }
a { background-color: rgb(228,14,223); }
div.DivClassName
{
background-color: #E40EDF;
}
.BgClassName
{
background-color: #E40EDF;
}
</style>
border-color css
<style>
span { border-color: #E40EDF; }
span { border-color: rgb(228,14,223); }
td.TdClassName
{
border-color: #E40EDF;
}
.TagClassName
{
border-color: #E40EDF;
}
</style>