Shades of Deep Magenta #E003DB
Tints of Deep Magenta #E003DB
RGB
CMYK
RGB Variations
Color information
#E003DB (or 0xE003DB) is known color: Deep Magenta. HEX triplet: E0, 03 and DB. RGB value is (224,3,219). Sum of RGB (Red+Green+Blue) = 224+3+219=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E003DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003DB is #1FFC24. Grayscale: #5D5D5D. Windows color (decimal): -2096165 or 14353376. OLE color: 14353376.
HSL color Cylindrical-coordinate representation of color #E003DB: hue angle of 301.36º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003DB is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.12 |
| HSL | 301.36º | 0.97% | 0.45% | - |
| HSV(B) | 301.36º | 0.99% | 0.88% | - |
| XYZ | 43.56 | 21.03 | 68.78 | - |
| YUV | 93.7 | 198.72 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 219 | 0 | 0.99 | 0.02 | 0.12 | 301.36 | 0.97 | 0.45 |
| Hex | E0 | 3 | DB | 0 | 63 | 2 | C | 12D | 61 | 2D |
| Octal | 340 | 3 | 333 | 0 | 143 | 2 | 14 | 455 | 141 | 55 |
| Binary | 11100000 | 11 | 11011011 | 0 | 1100011 | 10 | 1100 | 100101101 | 1100001 | 101101 |
Color Harmonies of #E003DB
Complementary color
Monochromatic Colors of #E003DB
Black with #E003DB
Text Example
Text Example
White with #E003DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003DB; }
p { color: rgb(224,3,219); }
H1.HeaderClassName
{
color: #E003DB;
}
.AnyTagClassName
{
color: #E003DB;
}
</style>
background-color css
<style>
a { background-color: #E003DB; }
a { background-color: rgb(224,3,219); }
div.DivClassName
{
background-color: #E003DB;
}
.BgClassName
{
background-color: #E003DB;
}
</style>
border-color css
<style>
span { border-color: #E003DB; }
span { border-color: rgb(224,3,219); }
td.TdClassName
{
border-color: #E003DB;
}
.TagClassName
{
border-color: #E003DB;
}
</style>