Shades of Deep Magenta #E007DB
Tints of Deep Magenta #E007DB
RGB
CMYK
RGB Variations
Color information
#E007DB (or 0xE007DB) is known color: Deep Magenta. HEX triplet: E0, 07 and DB. RGB value is (224,7,219). Sum of RGB (Red+Green+Blue) = 224+7+219=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E007DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007DB is #1FF824. Grayscale: #5F5F5F. Windows color (decimal): -2095141 or 14354400. OLE color: 14354400.
HSL color Cylindrical-coordinate representation of color #E007DB: hue angle of 301.38º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E007DB is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 219 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.12 |
| HSL | 301.38º | 0.94% | 0.45% | - |
| HSV(B) | 301.38º | 0.97% | 0.88% | - |
| XYZ | 43.6 | 21.11 | 68.8 | - |
| YUV | 96.05 | 197.39 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 219 | 0 | 0.97 | 0.02 | 0.12 | 301.38 | 0.94 | 0.45 |
| Hex | E0 | 7 | DB | 0 | 61 | 2 | C | 12D | 5E | 2D |
| Octal | 340 | 7 | 333 | 0 | 141 | 2 | 14 | 455 | 136 | 55 |
| Binary | 11100000 | 111 | 11011011 | 0 | 1100001 | 10 | 1100 | 100101101 | 1011110 | 101101 |
Color Harmonies of #E007DB
Complementary color
Monochromatic Colors of #E007DB
Black with #E007DB
Text Example
Text Example
White with #E007DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E007DB; }
p { color: rgb(224,7,219); }
H1.HeaderClassName
{
color: #E007DB;
}
.AnyTagClassName
{
color: #E007DB;
}
</style>
background-color css
<style>
a { background-color: #E007DB; }
a { background-color: rgb(224,7,219); }
div.DivClassName
{
background-color: #E007DB;
}
.BgClassName
{
background-color: #E007DB;
}
</style>
border-color css
<style>
span { border-color: #E007DB; }
span { border-color: rgb(224,7,219); }
td.TdClassName
{
border-color: #E007DB;
}
.TagClassName
{
border-color: #E007DB;
}
</style>