Shades of Deep Magenta #E409C9
Tints of Deep Magenta #E409C9
RGB
CMYK
RGB Variations
Color information
#E409C9 (or 0xE409C9) is known color: Deep Magenta. HEX triplet: E4, 09 and C9. RGB value is (228,9,201). Sum of RGB (Red+Green+Blue) = 228+9+201=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E409C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E409C9 is #1BF636. Grayscale: #5F5F5F. Windows color (decimal): -1832503 or 13175268. OLE color: 13175268.
HSL color Cylindrical-coordinate representation of color #E409C9: hue angle of 307.4º 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 #E409C9 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 201 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.11 |
| HSL | 307.4º | 0.92% | 0.46% | - |
| HSV(B) | 307.4º | 0.96% | 0.89% | - |
| XYZ | 42.64 | 20.91 | 57.05 | - |
| YUV | 96.37 | 187.05 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 201 | 0 | 0.96 | 0.12 | 0.11 | 307.4 | 0.92 | 0.46 |
| Hex | E4 | 9 | C9 | 0 | 60 | C | B | 133 | 5C | 2E |
| Octal | 344 | 11 | 311 | 0 | 140 | 14 | 13 | 463 | 134 | 56 |
| Binary | 11100100 | 1001 | 11001001 | 0 | 1100000 | 1100 | 1011 | 100110011 | 1011100 | 101110 |
Color Harmonies of #E409C9
Complementary color
Monochromatic Colors of #E409C9
Black with #E409C9
Text Example
Text Example
White with #E409C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409C9; }
p { color: rgb(228,9,201); }
H1.HeaderClassName
{
color: #E409C9;
}
.AnyTagClassName
{
color: #E409C9;
}
</style>
background-color css
<style>
a { background-color: #E409C9; }
a { background-color: rgb(228,9,201); }
div.DivClassName
{
background-color: #E409C9;
}
.BgClassName
{
background-color: #E409C9;
}
</style>
border-color css
<style>
span { border-color: #E409C9; }
span { border-color: rgb(228,9,201); }
td.TdClassName
{
border-color: #E409C9;
}
.TagClassName
{
border-color: #E409C9;
}
</style>