Shades of Deep Magenta #E404CE
Tints of Deep Magenta #E404CE
RGB
CMYK
RGB Variations
Color information
#E404CE (or 0xE404CE) is known color: Deep Magenta. HEX triplet: E4, 04 and CE. RGB value is (228,4,206). Sum of RGB (Red+Green+Blue) = 228+4+206=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E404CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404CE is #1BFB31. Grayscale: #5D5D5D. Windows color (decimal): -1833778 or 13501668. OLE color: 13501668.
HSL color Cylindrical-coordinate representation of color #E404CE: hue angle of 305.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404CE is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.11 |
| HSL | 305.89º | 0.97% | 0.45% | - |
| HSV(B) | 305.89º | 0.98% | 0.89% | - |
| XYZ | 43.18 | 21.04 | 60.18 | - |
| YUV | 94 | 191.21 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 206 | 0 | 0.98 | 0.10 | 0.11 | 305.89 | 0.97 | 0.45 |
| Hex | E4 | 4 | CE | 0 | 62 | A | B | 132 | 61 | 2D |
| Octal | 344 | 4 | 316 | 0 | 142 | 12 | 13 | 462 | 141 | 55 |
| Binary | 11100100 | 100 | 11001110 | 0 | 1100010 | 1010 | 1011 | 100110010 | 1100001 | 101101 |
Color Harmonies of #E404CE
Complementary color
Monochromatic Colors of #E404CE
Black with #E404CE
Text Example
Text Example
White with #E404CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404CE; }
p { color: rgb(228,4,206); }
H1.HeaderClassName
{
color: #E404CE;
}
.AnyTagClassName
{
color: #E404CE;
}
</style>
background-color css
<style>
a { background-color: #E404CE; }
a { background-color: rgb(228,4,206); }
div.DivClassName
{
background-color: #E404CE;
}
.BgClassName
{
background-color: #E404CE;
}
</style>
border-color css
<style>
span { border-color: #E404CE; }
span { border-color: rgb(228,4,206); }
td.TdClassName
{
border-color: #E404CE;
}
.TagClassName
{
border-color: #E404CE;
}
</style>