Shades of Deep Magenta #E203DB
Tints of Deep Magenta #E203DB
RGB
CMYK
RGB Variations
Color information
#E203DB (or 0xE203DB) is known color: Deep Magenta. HEX triplet: E2, 03 and DB. RGB value is (226,3,219). Sum of RGB (Red+Green+Blue) = 226+3+219=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E203DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E203DB is #1DFC24. Grayscale: #5D5D5D. Windows color (decimal): -1965093 or 14353378. OLE color: 14353378.
HSL color Cylindrical-coordinate representation of color #E203DB: hue angle of 301.88º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E203DB is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.11 |
| HSL | 301.88º | 0.97% | 0.45% | - |
| HSV(B) | 301.88º | 0.99% | 0.89% | - |
| XYZ | 44.18 | 21.35 | 68.81 | - |
| YUV | 94.3 | 198.38 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 219 | 0 | 0.99 | 0.03 | 0.11 | 301.88 | 0.97 | 0.45 |
| Hex | E2 | 3 | DB | 0 | 63 | 3 | B | 12E | 61 | 2D |
| Octal | 342 | 3 | 333 | 0 | 143 | 3 | 13 | 456 | 141 | 55 |
| Binary | 11100010 | 11 | 11011011 | 0 | 1100011 | 11 | 1011 | 100101110 | 1100001 | 101101 |
Color Harmonies of #E203DB
Complementary color
Monochromatic Colors of #E203DB
Black with #E203DB
Text Example
Text Example
White with #E203DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203DB; }
p { color: rgb(226,3,219); }
H1.HeaderClassName
{
color: #E203DB;
}
.AnyTagClassName
{
color: #E203DB;
}
</style>
background-color css
<style>
a { background-color: #E203DB; }
a { background-color: rgb(226,3,219); }
div.DivClassName
{
background-color: #E203DB;
}
.BgClassName
{
background-color: #E203DB;
}
</style>
border-color css
<style>
span { border-color: #E203DB; }
span { border-color: rgb(226,3,219); }
td.TdClassName
{
border-color: #E203DB;
}
.TagClassName
{
border-color: #E203DB;
}
</style>