Shades of Deep Magenta #E507DC
Tints of Deep Magenta #E507DC
RGB
CMYK
RGB Variations
Color information
#E507DC (or 0xE507DC) is known color: Deep Magenta. HEX triplet: E5, 07 and DC. RGB value is (229,7,220). Sum of RGB (Red+Green+Blue) = 229+7+220=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E507DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E507DC is #1AF823. Grayscale: #616161. Windows color (decimal): -1767460 or 14419941. OLE color: 14419941.
HSL color Cylindrical-coordinate representation of color #E507DC: hue angle of 302.43º 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 #E507DC is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 220 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.10 |
| HSL | 302.43º | 0.94% | 0.46% | - |
| HSV(B) | 302.43º | 0.97% | 0.9% | - |
| XYZ | 45.31 | 21.98 | 69.56 | - |
| YUV | 97.66 | 197.05 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 220 | 0 | 0.97 | 0.04 | 0.10 | 302.43 | 0.94 | 0.46 |
| Hex | E5 | 7 | DC | 0 | 61 | 4 | A | 12E | 5E | 2E |
| Octal | 345 | 7 | 334 | 0 | 141 | 4 | 12 | 456 | 136 | 56 |
| Binary | 11100101 | 111 | 11011100 | 0 | 1100001 | 100 | 1010 | 100101110 | 1011110 | 101110 |
Color Harmonies of #E507DC
Complementary color
Monochromatic Colors of #E507DC
Black with #E507DC
Text Example
Text Example
White with #E507DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507DC; }
p { color: rgb(229,7,220); }
H1.HeaderClassName
{
color: #E507DC;
}
.AnyTagClassName
{
color: #E507DC;
}
</style>
background-color css
<style>
a { background-color: #E507DC; }
a { background-color: rgb(229,7,220); }
div.DivClassName
{
background-color: #E507DC;
}
.BgClassName
{
background-color: #E507DC;
}
</style>
border-color css
<style>
span { border-color: #E507DC; }
span { border-color: rgb(229,7,220); }
td.TdClassName
{
border-color: #E507DC;
}
.TagClassName
{
border-color: #E507DC;
}
</style>