Shades of Deep Magenta #E409CF
Tints of Deep Magenta #E409CF
RGB
CMYK
RGB Variations
Color information
#E409CF (or 0xE409CF) is known color: Deep Magenta. HEX triplet: E4, 09 and CF. RGB value is (228,9,207). Sum of RGB (Red+Green+Blue) = 228+9+207=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E409CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E409CF is #1BF630. Grayscale: #606060. Windows color (decimal): -1832497 or 13568484. OLE color: 13568484.
HSL color Cylindrical-coordinate representation of color #E409CF: hue angle of 305.75º 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 #E409CF is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.11 |
| HSL | 305.75º | 0.92% | 0.46% | - |
| HSV(B) | 305.75º | 0.96% | 0.89% | - |
| XYZ | 43.36 | 21.19 | 60.84 | - |
| YUV | 97.05 | 190.05 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 207 | 0 | 0.96 | 0.09 | 0.11 | 305.75 | 0.92 | 0.46 |
| Hex | E4 | 9 | CF | 0 | 60 | 9 | B | 132 | 5C | 2E |
| Octal | 344 | 11 | 317 | 0 | 140 | 11 | 13 | 462 | 134 | 56 |
| Binary | 11100100 | 1001 | 11001111 | 0 | 1100000 | 1001 | 1011 | 100110010 | 1011100 | 101110 |
Color Harmonies of #E409CF
Complementary color
Monochromatic Colors of #E409CF
Black with #E409CF
Text Example
Text Example
White with #E409CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409CF; }
p { color: rgb(228,9,207); }
H1.HeaderClassName
{
color: #E409CF;
}
.AnyTagClassName
{
color: #E409CF;
}
</style>
background-color css
<style>
a { background-color: #E409CF; }
a { background-color: rgb(228,9,207); }
div.DivClassName
{
background-color: #E409CF;
}
.BgClassName
{
background-color: #E409CF;
}
</style>
border-color css
<style>
span { border-color: #E409CF; }
span { border-color: rgb(228,9,207); }
td.TdClassName
{
border-color: #E409CF;
}
.TagClassName
{
border-color: #E409CF;
}
</style>