Shades of Deep Magenta #E006DB
Tints of Deep Magenta #E006DB
RGB
CMYK
RGB Variations
Color information
#E006DB (or 0xE006DB) is known color: Deep Magenta. HEX triplet: E0, 06 and DB. RGB value is (224,6,219). Sum of RGB (Red+Green+Blue) = 224+6+219=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E006DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006DB is #1FF924. Grayscale: #5E5E5E. Windows color (decimal): -2095397 or 14354144. OLE color: 14354144.
HSL color Cylindrical-coordinate representation of color #E006DB: hue angle of 301.38º degrees, saturation: 0.95, 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 #E006DB is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 219 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.12 |
| HSL | 301.38º | 0.95% | 0.45% | - |
| HSV(B) | 301.38º | 0.97% | 0.88% | - |
| XYZ | 43.59 | 21.09 | 68.79 | - |
| YUV | 95.46 | 197.72 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 219 | 0 | 0.97 | 0.02 | 0.12 | 301.38 | 0.95 | 0.45 |
| Hex | E0 | 6 | DB | 0 | 61 | 2 | C | 12D | 5F | 2D |
| Octal | 340 | 6 | 333 | 0 | 141 | 2 | 14 | 455 | 137 | 55 |
| Binary | 11100000 | 110 | 11011011 | 0 | 1100001 | 10 | 1100 | 100101101 | 1011111 | 101101 |
Color Harmonies of #E006DB
Complementary color
Monochromatic Colors of #E006DB
Black with #E006DB
Text Example
Text Example
White with #E006DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E006DB; }
p { color: rgb(224,6,219); }
H1.HeaderClassName
{
color: #E006DB;
}
.AnyTagClassName
{
color: #E006DB;
}
</style>
background-color css
<style>
a { background-color: #E006DB; }
a { background-color: rgb(224,6,219); }
div.DivClassName
{
background-color: #E006DB;
}
.BgClassName
{
background-color: #E006DB;
}
</style>
border-color css
<style>
span { border-color: #E006DB; }
span { border-color: rgb(224,6,219); }
td.TdClassName
{
border-color: #E006DB;
}
.TagClassName
{
border-color: #E006DB;
}
</style>