Shades of Deep Magenta #E409CC
Tints of Deep Magenta #E409CC
RGB
CMYK
RGB Variations
Color information
#E409CC (or 0xE409CC) is known color: Deep Magenta. HEX triplet: E4, 09 and CC. RGB value is (228,9,204). Sum of RGB (Red+Green+Blue) = 228+9+204=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E409CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E409CC is #1BF633. Grayscale: #606060. Windows color (decimal): -1832500 or 13371876. OLE color: 13371876.
HSL color Cylindrical-coordinate representation of color #E409CC: hue angle of 306.58º 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 #E409CC is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 204 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.11 |
| HSL | 306.58º | 0.92% | 0.46% | - |
| HSV(B) | 306.58º | 0.96% | 0.89% | - |
| XYZ | 42.99 | 21.05 | 58.92 | - |
| YUV | 96.71 | 188.55 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 204 | 0 | 0.96 | 0.11 | 0.11 | 306.58 | 0.92 | 0.46 |
| Hex | E4 | 9 | CC | 0 | 60 | B | B | 133 | 5C | 2E |
| Octal | 344 | 11 | 314 | 0 | 140 | 13 | 13 | 463 | 134 | 56 |
| Binary | 11100100 | 1001 | 11001100 | 0 | 1100000 | 1011 | 1011 | 100110011 | 1011100 | 101110 |
Color Harmonies of #E409CC
Complementary color
Monochromatic Colors of #E409CC
Black with #E409CC
Text Example
Text Example
White with #E409CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409CC; }
p { color: rgb(228,9,204); }
H1.HeaderClassName
{
color: #E409CC;
}
.AnyTagClassName
{
color: #E409CC;
}
</style>
background-color css
<style>
a { background-color: #E409CC; }
a { background-color: rgb(228,9,204); }
div.DivClassName
{
background-color: #E409CC;
}
.BgClassName
{
background-color: #E409CC;
}
</style>
border-color css
<style>
span { border-color: #E409CC; }
span { border-color: rgb(228,9,204); }
td.TdClassName
{
border-color: #E409CC;
}
.TagClassName
{
border-color: #E409CC;
}
</style>