Shades of Deep Magenta #E409CD
Tints of Deep Magenta #E409CD
RGB
CMYK
RGB Variations
Color information
#E409CD (or 0xE409CD) is known color: Deep Magenta. HEX triplet: E4, 09 and CD. RGB value is (228,9,205). Sum of RGB (Red+Green+Blue) = 228+9+205=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E409CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E409CD is #1BF632. Grayscale: #606060. Windows color (decimal): -1832499 or 13437412. OLE color: 13437412.
HSL color Cylindrical-coordinate representation of color #E409CD: hue angle of 306.3º 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 #E409CD is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 205 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.11 |
| HSL | 306.3º | 0.92% | 0.46% | - |
| HSV(B) | 306.3º | 0.96% | 0.89% | - |
| XYZ | 43.11 | 21.1 | 59.56 | - |
| YUV | 96.83 | 189.05 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 205 | 0 | 0.96 | 0.10 | 0.11 | 306.3 | 0.92 | 0.46 |
| Hex | E4 | 9 | CD | 0 | 60 | A | B | 132 | 5C | 2E |
| Octal | 344 | 11 | 315 | 0 | 140 | 12 | 13 | 462 | 134 | 56 |
| Binary | 11100100 | 1001 | 11001101 | 0 | 1100000 | 1010 | 1011 | 100110010 | 1011100 | 101110 |
Color Harmonies of #E409CD
Complementary color
Monochromatic Colors of #E409CD
Black with #E409CD
Text Example
Text Example
White with #E409CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409CD; }
p { color: rgb(228,9,205); }
H1.HeaderClassName
{
color: #E409CD;
}
.AnyTagClassName
{
color: #E409CD;
}
</style>
background-color css
<style>
a { background-color: #E409CD; }
a { background-color: rgb(228,9,205); }
div.DivClassName
{
background-color: #E409CD;
}
.BgClassName
{
background-color: #E409CD;
}
</style>
border-color css
<style>
span { border-color: #E409CD; }
span { border-color: rgb(228,9,205); }
td.TdClassName
{
border-color: #E409CD;
}
.TagClassName
{
border-color: #E409CD;
}
</style>