Shades of Deep Magenta #E40DCE
Tints of Deep Magenta #E40DCE
RGB
CMYK
RGB Variations
Color information
#E40DCE (or 0xE40DCE) is known color: Deep Magenta. HEX triplet: E4, 0D and CE. RGB value is (228,13,206). Sum of RGB (Red+Green+Blue) = 228+13+206=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E40DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40DCE is #1BF231. Grayscale: #626262. Windows color (decimal): -1831474 or 13503972. OLE color: 13503972.
HSL color Cylindrical-coordinate representation of color #E40DCE: hue angle of 306.14º degrees, saturation: 0.89, 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 #E40DCE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 206 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.11 |
| HSL | 306.14º | 0.89% | 0.47% | - |
| HSV(B) | 306.14º | 0.94% | 0.89% | - |
| XYZ | 43.28 | 21.24 | 60.21 | - |
| YUV | 99.29 | 188.23 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 206 | 0 | 0.94 | 0.10 | 0.11 | 306.14 | 0.89 | 0.47 |
| Hex | E4 | D | CE | 0 | 5E | A | B | 132 | 59 | 2F |
| Octal | 344 | 15 | 316 | 0 | 136 | 12 | 13 | 462 | 131 | 57 |
| Binary | 11100100 | 1101 | 11001110 | 0 | 1011110 | 1010 | 1011 | 100110010 | 1011001 | 101111 |
Color Harmonies of #E40DCE
Complementary color
Monochromatic Colors of #E40DCE
Black with #E40DCE
Text Example
Text Example
White with #E40DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DCE; }
p { color: rgb(228,13,206); }
H1.HeaderClassName
{
color: #E40DCE;
}
.AnyTagClassName
{
color: #E40DCE;
}
</style>
background-color css
<style>
a { background-color: #E40DCE; }
a { background-color: rgb(228,13,206); }
div.DivClassName
{
background-color: #E40DCE;
}
.BgClassName
{
background-color: #E40DCE;
}
</style>
border-color css
<style>
span { border-color: #E40DCE; }
span { border-color: rgb(228,13,206); }
td.TdClassName
{
border-color: #E40DCE;
}
.TagClassName
{
border-color: #E40DCE;
}
</style>