Shades of Deep Magenta #E206D9
Tints of Deep Magenta #E206D9
RGB
CMYK
RGB Variations
Color information
#E206D9 (or 0xE206D9) is known color: Deep Magenta. HEX triplet: E2, 06 and D9. RGB value is (226,6,217). Sum of RGB (Red+Green+Blue) = 226+6+217=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E206D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206D9 is #1DF926. Grayscale: #5F5F5F. Windows color (decimal): -1964327 or 14223074. OLE color: 14223074.
HSL color Cylindrical-coordinate representation of color #E206D9: hue angle of 302.45º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E206D9 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 217 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.11 |
| HSL | 302.45º | 0.95% | 0.45% | - |
| HSV(B) | 302.45º | 0.97% | 0.89% | - |
| XYZ | 43.95 | 21.31 | 67.44 | - |
| YUV | 95.83 | 196.39 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 217 | 0 | 0.97 | 0.04 | 0.11 | 302.45 | 0.95 | 0.45 |
| Hex | E2 | 6 | D9 | 0 | 61 | 4 | B | 12E | 5F | 2D |
| Octal | 342 | 6 | 331 | 0 | 141 | 4 | 13 | 456 | 137 | 55 |
| Binary | 11100010 | 110 | 11011001 | 0 | 1100001 | 100 | 1011 | 100101110 | 1011111 | 101101 |
Color Harmonies of #E206D9
Complementary color
Monochromatic Colors of #E206D9
Black with #E206D9
Text Example
Text Example
White with #E206D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206D9; }
p { color: rgb(226,6,217); }
H1.HeaderClassName
{
color: #E206D9;
}
.AnyTagClassName
{
color: #E206D9;
}
</style>
background-color css
<style>
a { background-color: #E206D9; }
a { background-color: rgb(226,6,217); }
div.DivClassName
{
background-color: #E206D9;
}
.BgClassName
{
background-color: #E206D9;
}
</style>
border-color css
<style>
span { border-color: #E206D9; }
span { border-color: rgb(226,6,217); }
td.TdClassName
{
border-color: #E206D9;
}
.TagClassName
{
border-color: #E206D9;
}
</style>