Shades of Deep Magenta #E40FCD
Tints of Deep Magenta #E40FCD
RGB
CMYK
RGB Variations
Color information
#E40FCD (or 0xE40FCD) is known color: Deep Magenta. HEX triplet: E4, 0F and CD. RGB value is (228,15,205). Sum of RGB (Red+Green+Blue) = 228+15+205=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FCD is #1BF032. Grayscale: #636363. Windows color (decimal): -1830963 or 13438948. OLE color: 13438948.
HSL color Cylindrical-coordinate representation of color #E40FCD: hue angle of 306.48º 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 #E40FCD is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 205 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.11 |
| HSL | 306.48º | 0.88% | 0.48% | - |
| HSV(B) | 306.48º | 0.93% | 0.89% | - |
| XYZ | 43.19 | 21.24 | 59.58 | - |
| YUV | 100.35 | 187.07 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 205 | 0 | 0.93 | 0.10 | 0.11 | 306.48 | 0.88 | 0.48 |
| Hex | E4 | F | CD | 0 | 5D | A | B | 132 | 58 | 30 |
| Octal | 344 | 17 | 315 | 0 | 135 | 12 | 13 | 462 | 130 | 60 |
| Binary | 11100100 | 1111 | 11001101 | 0 | 1011101 | 1010 | 1011 | 100110010 | 1011000 | 110000 |
Color Harmonies of #E40FCD
Complementary color
Monochromatic Colors of #E40FCD
Black with #E40FCD
Text Example
Text Example
White with #E40FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FCD; }
p { color: rgb(228,15,205); }
H1.HeaderClassName
{
color: #E40FCD;
}
.AnyTagClassName
{
color: #E40FCD;
}
</style>
background-color css
<style>
a { background-color: #E40FCD; }
a { background-color: rgb(228,15,205); }
div.DivClassName
{
background-color: #E40FCD;
}
.BgClassName
{
background-color: #E40FCD;
}
</style>
border-color css
<style>
span { border-color: #E40FCD; }
span { border-color: rgb(228,15,205); }
td.TdClassName
{
border-color: #E40FCD;
}
.TagClassName
{
border-color: #E40FCD;
}
</style>