Shades of Deep Magenta #E209C6
Tints of Deep Magenta #E209C6
RGB
CMYK
RGB Variations
Color information
#E209C6 (or 0xE209C6) is known color: Deep Magenta. HEX triplet: E2, 09 and C6. RGB value is (226,9,198). Sum of RGB (Red+Green+Blue) = 226+9+198=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E209C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E209C6 is #1DF639. Grayscale: #5E5E5E. Windows color (decimal): -1963578 or 12978658. OLE color: 12978658.
HSL color Cylindrical-coordinate representation of color #E209C6: hue angle of 307.74º 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 #E209C6 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 198 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.11 |
| HSL | 307.74º | 0.92% | 0.46% | - |
| HSV(B) | 307.74º | 0.96% | 0.89% | - |
| XYZ | 41.65 | 20.44 | 55.18 | - |
| YUV | 95.43 | 185.89 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 198 | 0 | 0.96 | 0.12 | 0.11 | 307.74 | 0.92 | 0.46 |
| Hex | E2 | 9 | C6 | 0 | 60 | C | B | 134 | 5C | 2E |
| Octal | 342 | 11 | 306 | 0 | 140 | 14 | 13 | 464 | 134 | 56 |
| Binary | 11100010 | 1001 | 11000110 | 0 | 1100000 | 1100 | 1011 | 100110100 | 1011100 | 101110 |
Color Harmonies of #E209C6
Complementary color
Monochromatic Colors of #E209C6
Black with #E209C6
Text Example
Text Example
White with #E209C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E209C6; }
p { color: rgb(226,9,198); }
H1.HeaderClassName
{
color: #E209C6;
}
.AnyTagClassName
{
color: #E209C6;
}
</style>
background-color css
<style>
a { background-color: #E209C6; }
a { background-color: rgb(226,9,198); }
div.DivClassName
{
background-color: #E209C6;
}
.BgClassName
{
background-color: #E209C6;
}
</style>
border-color css
<style>
span { border-color: #E209C6; }
span { border-color: rgb(226,9,198); }
td.TdClassName
{
border-color: #E209C6;
}
.TagClassName
{
border-color: #E209C6;
}
</style>