Shades of Deep Magenta #E00DDB
Tints of Deep Magenta #E00DDB
RGB
CMYK
RGB Variations
Color information
#E00DDB (or 0xE00DDB) is known color: Deep Magenta. HEX triplet: E0, 0D and DB. RGB value is (224,13,219). Sum of RGB (Red+Green+Blue) = 224+13+219=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 13 (5.47% from 255 or 2.85% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DDB is #1FF224. Grayscale: #626262. Windows color (decimal): -2093605 or 14355936. OLE color: 14355936.
HSL color Cylindrical-coordinate representation of color #E00DDB: hue angle of 301.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00DDB is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 219 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.12 |
| HSL | 301.42º | 0.89% | 0.46% | - |
| HSV(B) | 301.42º | 0.94% | 0.88% | - |
| XYZ | 43.67 | 21.25 | 68.82 | - |
| YUV | 99.57 | 195.4 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 219 | 0 | 0.94 | 0.02 | 0.12 | 301.42 | 0.89 | 0.46 |
| Hex | E0 | D | DB | 0 | 5E | 2 | C | 12D | 59 | 2E |
| Octal | 340 | 15 | 333 | 0 | 136 | 2 | 14 | 455 | 131 | 56 |
| Binary | 11100000 | 1101 | 11011011 | 0 | 1011110 | 10 | 1100 | 100101101 | 1011001 | 101110 |
Color Harmonies of #E00DDB
Complementary color
Monochromatic Colors of #E00DDB
Black with #E00DDB
Text Example
Text Example
White with #E00DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DDB; }
p { color: rgb(224,13,219); }
H1.HeaderClassName
{
color: #E00DDB;
}
.AnyTagClassName
{
color: #E00DDB;
}
</style>
background-color css
<style>
a { background-color: #E00DDB; }
a { background-color: rgb(224,13,219); }
div.DivClassName
{
background-color: #E00DDB;
}
.BgClassName
{
background-color: #E00DDB;
}
</style>
border-color css
<style>
span { border-color: #E00DDB; }
span { border-color: rgb(224,13,219); }
td.TdClassName
{
border-color: #E00DDB;
}
.TagClassName
{
border-color: #E00DDB;
}
</style>