Shades of Deep Magenta #E206D8
Tints of Deep Magenta #E206D8
RGB
CMYK
RGB Variations
Color information
#E206D8 (or 0xE206D8) is known color: Deep Magenta. HEX triplet: E2, 06 and D8. RGB value is (226,6,216). Sum of RGB (Red+Green+Blue) = 226+6+216=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E206D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206D8 is #1DF927. Grayscale: #5F5F5F. Windows color (decimal): -1964328 or 14157538. OLE color: 14157538.
HSL color Cylindrical-coordinate representation of color #E206D8: hue angle of 302.73º 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 #E206D8 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 216 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.11 |
| HSL | 302.73º | 0.95% | 0.45% | - |
| HSV(B) | 302.73º | 0.97% | 0.89% | - |
| XYZ | 43.82 | 21.26 | 66.76 | - |
| YUV | 95.72 | 195.89 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 216 | 0 | 0.97 | 0.04 | 0.11 | 302.73 | 0.95 | 0.45 |
| Hex | E2 | 6 | D8 | 0 | 61 | 4 | B | 12F | 5F | 2D |
| Octal | 342 | 6 | 330 | 0 | 141 | 4 | 13 | 457 | 137 | 55 |
| Binary | 11100010 | 110 | 11011000 | 0 | 1100001 | 100 | 1011 | 100101111 | 1011111 | 101101 |
Color Harmonies of #E206D8
Complementary color
Monochromatic Colors of #E206D8
Black with #E206D8
Text Example
Text Example
White with #E206D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206D8; }
p { color: rgb(226,6,216); }
H1.HeaderClassName
{
color: #E206D8;
}
.AnyTagClassName
{
color: #E206D8;
}
</style>
background-color css
<style>
a { background-color: #E206D8; }
a { background-color: rgb(226,6,216); }
div.DivClassName
{
background-color: #E206D8;
}
.BgClassName
{
background-color: #E206D8;
}
</style>
border-color css
<style>
span { border-color: #E206D8; }
span { border-color: rgb(226,6,216); }
td.TdClassName
{
border-color: #E206D8;
}
.TagClassName
{
border-color: #E206D8;
}
</style>