Shades of Deep Magenta #E507DB
Tints of Deep Magenta #E507DB
RGB
CMYK
RGB Variations
Color information
#E507DB (or 0xE507DB) is known color: Deep Magenta. HEX triplet: E5, 07 and DB. RGB value is (229,7,219). Sum of RGB (Red+Green+Blue) = 229+7+219=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E507DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E507DB is #1AF824. Grayscale: #606060. Windows color (decimal): -1767461 or 14354405. OLE color: 14354405.
HSL color Cylindrical-coordinate representation of color #E507DB: hue angle of 302.7º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E507DB is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 219 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.10 |
| HSL | 302.7º | 0.94% | 0.46% | - |
| HSV(B) | 302.7º | 0.97% | 0.9% | - |
| XYZ | 45.18 | 21.92 | 68.87 | - |
| YUV | 97.55 | 196.55 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 219 | 0 | 0.97 | 0.04 | 0.10 | 302.7 | 0.94 | 0.46 |
| Hex | E5 | 7 | DB | 0 | 61 | 4 | A | 12F | 5E | 2E |
| Octal | 345 | 7 | 333 | 0 | 141 | 4 | 12 | 457 | 136 | 56 |
| Binary | 11100101 | 111 | 11011011 | 0 | 1100001 | 100 | 1010 | 100101111 | 1011110 | 101110 |
Color Harmonies of #E507DB
Complementary color
Monochromatic Colors of #E507DB
Black with #E507DB
Text Example
Text Example
White with #E507DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507DB; }
p { color: rgb(229,7,219); }
H1.HeaderClassName
{
color: #E507DB;
}
.AnyTagClassName
{
color: #E507DB;
}
</style>
background-color css
<style>
a { background-color: #E507DB; }
a { background-color: rgb(229,7,219); }
div.DivClassName
{
background-color: #E507DB;
}
.BgClassName
{
background-color: #E507DB;
}
</style>
border-color css
<style>
span { border-color: #E507DB; }
span { border-color: rgb(229,7,219); }
td.TdClassName
{
border-color: #E507DB;
}
.TagClassName
{
border-color: #E507DB;
}
</style>