Shades of Deep Magenta #E409CE
Tints of Deep Magenta #E409CE
RGB
CMYK
RGB Variations
Color information
#E409CE (or 0xE409CE) is known color: Deep Magenta. HEX triplet: E4, 09 and CE. RGB value is (228,9,206). Sum of RGB (Red+Green+Blue) = 228+9+206=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E409CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E409CE is #1BF631. Grayscale: #606060. Windows color (decimal): -1832498 or 13502948. OLE color: 13502948.
HSL color Cylindrical-coordinate representation of color #E409CE: hue angle of 306.03º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E409CE is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 206 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.11 |
| HSL | 306.03º | 0.92% | 0.46% | - |
| HSV(B) | 306.03º | 0.96% | 0.89% | - |
| XYZ | 43.23 | 21.15 | 60.2 | - |
| YUV | 96.94 | 189.55 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 206 | 0 | 0.96 | 0.10 | 0.11 | 306.03 | 0.92 | 0.46 |
| Hex | E4 | 9 | CE | 0 | 60 | A | B | 132 | 5C | 2E |
| Octal | 344 | 11 | 316 | 0 | 140 | 12 | 13 | 462 | 134 | 56 |
| Binary | 11100100 | 1001 | 11001110 | 0 | 1100000 | 1010 | 1011 | 100110010 | 1011100 | 101110 |
Color Harmonies of #E409CE
Complementary color
Monochromatic Colors of #E409CE
Black with #E409CE
Text Example
Text Example
White with #E409CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409CE; }
p { color: rgb(228,9,206); }
H1.HeaderClassName
{
color: #E409CE;
}
.AnyTagClassName
{
color: #E409CE;
}
</style>
background-color css
<style>
a { background-color: #E409CE; }
a { background-color: rgb(228,9,206); }
div.DivClassName
{
background-color: #E409CE;
}
.BgClassName
{
background-color: #E409CE;
}
</style>
border-color css
<style>
span { border-color: #E409CE; }
span { border-color: rgb(228,9,206); }
td.TdClassName
{
border-color: #E409CE;
}
.TagClassName
{
border-color: #E409CE;
}
</style>