Shades of Deep Magenta #E40FCE
Tints of Deep Magenta #E40FCE
RGB
CMYK
RGB Variations
Color information
#E40FCE (or 0xE40FCE) is known color: Deep Magenta. HEX triplet: E4, 0F and CE. RGB value is (228,15,206). Sum of RGB (Red+Green+Blue) = 228+15+206=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FCE is #1BF031. Grayscale: #636363. Windows color (decimal): -1830962 or 13504484. OLE color: 13504484.
HSL color Cylindrical-coordinate representation of color #E40FCE: hue angle of 306.2º 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 #E40FCE is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 206 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.11 |
| HSL | 306.2º | 0.88% | 0.48% | - |
| HSV(B) | 306.2º | 0.93% | 0.89% | - |
| XYZ | 43.31 | 21.29 | 60.22 | - |
| YUV | 100.46 | 187.57 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 206 | 0 | 0.93 | 0.10 | 0.11 | 306.2 | 0.88 | 0.48 |
| Hex | E4 | F | CE | 0 | 5D | A | B | 132 | 58 | 30 |
| Octal | 344 | 17 | 316 | 0 | 135 | 12 | 13 | 462 | 130 | 60 |
| Binary | 11100100 | 1111 | 11001110 | 0 | 1011101 | 1010 | 1011 | 100110010 | 1011000 | 110000 |
Color Harmonies of #E40FCE
Complementary color
Monochromatic Colors of #E40FCE
Black with #E40FCE
Text Example
Text Example
White with #E40FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FCE; }
p { color: rgb(228,15,206); }
H1.HeaderClassName
{
color: #E40FCE;
}
.AnyTagClassName
{
color: #E40FCE;
}
</style>
background-color css
<style>
a { background-color: #E40FCE; }
a { background-color: rgb(228,15,206); }
div.DivClassName
{
background-color: #E40FCE;
}
.BgClassName
{
background-color: #E40FCE;
}
</style>
border-color css
<style>
span { border-color: #E40FCE; }
span { border-color: rgb(228,15,206); }
td.TdClassName
{
border-color: #E40FCE;
}
.TagClassName
{
border-color: #E40FCE;
}
</style>