Shades of Deep Magenta #E209D0
Tints of Deep Magenta #E209D0
RGB
CMYK
RGB Variations
Color information
#E209D0 (or 0xE209D0) is known color: Deep Magenta. HEX triplet: E2, 09 and D0. RGB value is (226,9,208). Sum of RGB (Red+Green+Blue) = 226+9+208=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E209D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E209D0 is #1DF62F. Grayscale: #5F5F5F. Windows color (decimal): -1963568 or 13634018. OLE color: 13634018.
HSL color Cylindrical-coordinate representation of color #E209D0: hue angle of 304.98º 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 #E209D0 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 208 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.11 |
| HSL | 304.98º | 0.92% | 0.46% | - |
| HSV(B) | 304.98º | 0.96% | 0.89% | - |
| XYZ | 42.85 | 20.92 | 61.45 | - |
| YUV | 96.57 | 190.89 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 208 | 0 | 0.96 | 0.08 | 0.11 | 304.98 | 0.92 | 0.46 |
| Hex | E2 | 9 | D0 | 0 | 60 | 8 | B | 131 | 5C | 2E |
| Octal | 342 | 11 | 320 | 0 | 140 | 10 | 13 | 461 | 134 | 56 |
| Binary | 11100010 | 1001 | 11010000 | 0 | 1100000 | 1000 | 1011 | 100110001 | 1011100 | 101110 |
Color Harmonies of #E209D0
Complementary color
Monochromatic Colors of #E209D0
Black with #E209D0
Text Example
Text Example
White with #E209D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E209D0; }
p { color: rgb(226,9,208); }
H1.HeaderClassName
{
color: #E209D0;
}
.AnyTagClassName
{
color: #E209D0;
}
</style>
background-color css
<style>
a { background-color: #E209D0; }
a { background-color: rgb(226,9,208); }
div.DivClassName
{
background-color: #E209D0;
}
.BgClassName
{
background-color: #E209D0;
}
</style>
border-color css
<style>
span { border-color: #E209D0; }
span { border-color: rgb(226,9,208); }
td.TdClassName
{
border-color: #E209D0;
}
.TagClassName
{
border-color: #E209D0;
}
</style>