Shades of Deep Magenta #E206DB
Tints of Deep Magenta #E206DB
RGB
CMYK
RGB Variations
Color information
#E206DB (or 0xE206DB) is known color: Deep Magenta. HEX triplet: E2, 06 and DB. RGB value is (226,6,219). Sum of RGB (Red+Green+Blue) = 226+6+219=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E206DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206DB is #1DF924. Grayscale: #5F5F5F. Windows color (decimal): -1964325 or 14354146. OLE color: 14354146.
HSL color Cylindrical-coordinate representation of color #E206DB: hue angle of 301.91º 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 #E206DB is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 219 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.11 |
| HSL | 301.91º | 0.95% | 0.45% | - |
| HSV(B) | 301.91º | 0.97% | 0.89% | - |
| XYZ | 44.22 | 21.41 | 68.82 | - |
| YUV | 96.06 | 197.39 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 219 | 0 | 0.97 | 0.03 | 0.11 | 301.91 | 0.95 | 0.45 |
| Hex | E2 | 6 | DB | 0 | 61 | 3 | B | 12E | 5F | 2D |
| Octal | 342 | 6 | 333 | 0 | 141 | 3 | 13 | 456 | 137 | 55 |
| Binary | 11100010 | 110 | 11011011 | 0 | 1100001 | 11 | 1011 | 100101110 | 1011111 | 101101 |
Color Harmonies of #E206DB
Complementary color
Monochromatic Colors of #E206DB
Black with #E206DB
Text Example
Text Example
White with #E206DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206DB; }
p { color: rgb(226,6,219); }
H1.HeaderClassName
{
color: #E206DB;
}
.AnyTagClassName
{
color: #E206DB;
}
</style>
background-color css
<style>
a { background-color: #E206DB; }
a { background-color: rgb(226,6,219); }
div.DivClassName
{
background-color: #E206DB;
}
.BgClassName
{
background-color: #E206DB;
}
</style>
border-color css
<style>
span { border-color: #E206DB; }
span { border-color: rgb(226,6,219); }
td.TdClassName
{
border-color: #E206DB;
}
.TagClassName
{
border-color: #E206DB;
}
</style>