Shades of Deep Magenta #E208DB
Tints of Deep Magenta #E208DB
RGB
CMYK
RGB Variations
Color information
#E208DB (or 0xE208DB) is known color: Deep Magenta. HEX triplet: E2, 08 and DB. RGB value is (226,8,219). Sum of RGB (Red+Green+Blue) = 226+8+219=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E208DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E208DB is #1DF724. Grayscale: #606060. Windows color (decimal): -1963813 or 14354658. OLE color: 14354658.
HSL color Cylindrical-coordinate representation of color #E208DB: hue angle of 301.93º degrees, saturation: 0.93, 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 #E208DB is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 219 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.11 |
| HSL | 301.93º | 0.93% | 0.46% | - |
| HSV(B) | 301.93º | 0.96% | 0.89% | - |
| XYZ | 44.24 | 21.46 | 68.83 | - |
| YUV | 97.24 | 196.72 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 219 | 0 | 0.96 | 0.03 | 0.11 | 301.93 | 0.93 | 0.46 |
| Hex | E2 | 8 | DB | 0 | 60 | 3 | B | 12E | 5D | 2E |
| Octal | 342 | 10 | 333 | 0 | 140 | 3 | 13 | 456 | 135 | 56 |
| Binary | 11100010 | 1000 | 11011011 | 0 | 1100000 | 11 | 1011 | 100101110 | 1011101 | 101110 |
Color Harmonies of #E208DB
Complementary color
Monochromatic Colors of #E208DB
Black with #E208DB
Text Example
Text Example
White with #E208DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E208DB; }
p { color: rgb(226,8,219); }
H1.HeaderClassName
{
color: #E208DB;
}
.AnyTagClassName
{
color: #E208DB;
}
</style>
background-color css
<style>
a { background-color: #E208DB; }
a { background-color: rgb(226,8,219); }
div.DivClassName
{
background-color: #E208DB;
}
.BgClassName
{
background-color: #E208DB;
}
</style>
border-color css
<style>
span { border-color: #E208DB; }
span { border-color: rgb(226,8,219); }
td.TdClassName
{
border-color: #E208DB;
}
.TagClassName
{
border-color: #E208DB;
}
</style>