Shades of Deep Magenta #E200DB
Tints of Deep Magenta #E200DB
RGB
CMYK
RGB Variations
Color information
#E200DB (or 0xE200DB) is known color: Deep Magenta. HEX triplet: E2, 00 and DB. RGB value is (226,0,219). Sum of RGB (Red+Green+Blue) = 226+0+219=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E200DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200DB is #1DFF24. Grayscale: #5B5B5B. Windows color (decimal): -1965861 or 14352610. OLE color: 14352610.
HSL color Cylindrical-coordinate representation of color #E200DB: hue angle of 301.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200DB is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.03 | 0.11 |
| HSL | 301.86º | 1% | 0.44% | - |
| HSV(B) | 301.86º | 1% | 0.89% | - |
| XYZ | 44.15 | 21.28 | 68.8 | - |
| YUV | 92.54 | 199.37 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 219 | 0 | 1 | 0.03 | 0.11 | 301.86 | 1 | 0.44 |
| Hex | E2 | 0 | DB | 0 | 64 | 3 | B | 12E | 64 | 2C |
| Octal | 342 | 0 | 333 | 0 | 144 | 3 | 13 | 456 | 144 | 54 |
| Binary | 11100010 | 0 | 11011011 | 0 | 1100100 | 11 | 1011 | 100101110 | 1100100 | 101100 |
Color Harmonies of #E200DB
Complementary color
Monochromatic Colors of #E200DB
Black with #E200DB
Text Example
Text Example
White with #E200DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200DB; }
p { color: rgb(226,0,219); }
H1.HeaderClassName
{
color: #E200DB;
}
.AnyTagClassName
{
color: #E200DB;
}
</style>
background-color css
<style>
a { background-color: #E200DB; }
a { background-color: rgb(226,0,219); }
div.DivClassName
{
background-color: #E200DB;
}
.BgClassName
{
background-color: #E200DB;
}
</style>
border-color css
<style>
span { border-color: #E200DB; }
span { border-color: rgb(226,0,219); }
td.TdClassName
{
border-color: #E200DB;
}
.TagClassName
{
border-color: #E200DB;
}
</style>