Shades of Deep Magenta #E204DB
Tints of Deep Magenta #E204DB
RGB
CMYK
RGB Variations
Color information
#E204DB (or 0xE204DB) is known color: Deep Magenta. HEX triplet: E2, 04 and DB. RGB value is (226,4,219). Sum of RGB (Red+Green+Blue) = 226+4+219=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E204DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E204DB is #1DFB24. Grayscale: #5E5E5E. Windows color (decimal): -1964837 or 14353634. OLE color: 14353634.
HSL color Cylindrical-coordinate representation of color #E204DB: hue angle of 301.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E204DB is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.11 |
| HSL | 301.89º | 0.97% | 0.45% | - |
| HSV(B) | 301.89º | 0.98% | 0.89% | - |
| XYZ | 44.19 | 21.37 | 68.81 | - |
| YUV | 94.89 | 198.05 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 219 | 0 | 0.98 | 0.03 | 0.11 | 301.89 | 0.97 | 0.45 |
| Hex | E2 | 4 | DB | 0 | 62 | 3 | B | 12E | 61 | 2D |
| Octal | 342 | 4 | 333 | 0 | 142 | 3 | 13 | 456 | 141 | 55 |
| Binary | 11100010 | 100 | 11011011 | 0 | 1100010 | 11 | 1011 | 100101110 | 1100001 | 101101 |
Color Harmonies of #E204DB
Complementary color
Monochromatic Colors of #E204DB
Black with #E204DB
Text Example
Text Example
White with #E204DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E204DB; }
p { color: rgb(226,4,219); }
H1.HeaderClassName
{
color: #E204DB;
}
.AnyTagClassName
{
color: #E204DB;
}
</style>
background-color css
<style>
a { background-color: #E204DB; }
a { background-color: rgb(226,4,219); }
div.DivClassName
{
background-color: #E204DB;
}
.BgClassName
{
background-color: #E204DB;
}
</style>
border-color css
<style>
span { border-color: #E204DB; }
span { border-color: rgb(226,4,219); }
td.TdClassName
{
border-color: #E204DB;
}
.TagClassName
{
border-color: #E204DB;
}
</style>