Shades of Deep Magenta #E40FDC
Tints of Deep Magenta #E40FDC
RGB
CMYK
RGB Variations
Color information
#E40FDC (or 0xE40FDC) is known color: Deep Magenta. HEX triplet: E4, 0F and DC. RGB value is (228,15,220). Sum of RGB (Red+Green+Blue) = 228+15+220=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FDC is #1BF023. Grayscale: #656565. Windows color (decimal): -1830948 or 14421988. OLE color: 14421988.
HSL color Cylindrical-coordinate representation of color #E40FDC: hue angle of 302.25º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40FDC is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 220 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.11 |
| HSL | 302.25º | 0.88% | 0.48% | - |
| HSV(B) | 302.25º | 0.93% | 0.89% | - |
| XYZ | 45.08 | 22 | 69.58 | - |
| YUV | 102.06 | 194.57 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 220 | 0 | 0.93 | 0.04 | 0.11 | 302.25 | 0.88 | 0.48 |
| Hex | E4 | F | DC | 0 | 5D | 4 | B | 12E | 58 | 30 |
| Octal | 344 | 17 | 334 | 0 | 135 | 4 | 13 | 456 | 130 | 60 |
| Binary | 11100100 | 1111 | 11011100 | 0 | 1011101 | 100 | 1011 | 100101110 | 1011000 | 110000 |
Color Harmonies of #E40FDC
Complementary color
Monochromatic Colors of #E40FDC
Black with #E40FDC
Text Example
Text Example
White with #E40FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FDC; }
p { color: rgb(228,15,220); }
H1.HeaderClassName
{
color: #E40FDC;
}
.AnyTagClassName
{
color: #E40FDC;
}
</style>
background-color css
<style>
a { background-color: #E40FDC; }
a { background-color: rgb(228,15,220); }
div.DivClassName
{
background-color: #E40FDC;
}
.BgClassName
{
background-color: #E40FDC;
}
</style>
border-color css
<style>
span { border-color: #E40FDC; }
span { border-color: rgb(228,15,220); }
td.TdClassName
{
border-color: #E40FDC;
}
.TagClassName
{
border-color: #E40FDC;
}
</style>