Shades of Deep Magenta #E505DC
Tints of Deep Magenta #E505DC
RGB
CMYK
RGB Variations
Color information
#E505DC (or 0xE505DC) is known color: Deep Magenta. HEX triplet: E5, 05 and DC. RGB value is (229,5,220). Sum of RGB (Red+Green+Blue) = 229+5+220=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E505DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505DC is #1AFA23. Grayscale: #5F5F5F. Windows color (decimal): -1767972 or 14419429. OLE color: 14419429.
HSL color Cylindrical-coordinate representation of color #E505DC: hue angle of 302.41º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505DC is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 220 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.10 |
| HSL | 302.41º | 0.96% | 0.46% | - |
| HSV(B) | 302.41º | 0.98% | 0.9% | - |
| XYZ | 45.29 | 21.93 | 69.56 | - |
| YUV | 96.49 | 197.71 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 220 | 0 | 0.98 | 0.04 | 0.10 | 302.41 | 0.96 | 0.46 |
| Hex | E5 | 5 | DC | 0 | 62 | 4 | A | 12E | 60 | 2E |
| Octal | 345 | 5 | 334 | 0 | 142 | 4 | 12 | 456 | 140 | 56 |
| Binary | 11100101 | 101 | 11011100 | 0 | 1100010 | 100 | 1010 | 100101110 | 1100000 | 101110 |
Color Harmonies of #E505DC
Complementary color
Monochromatic Colors of #E505DC
Black with #E505DC
Text Example
Text Example
White with #E505DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505DC; }
p { color: rgb(229,5,220); }
H1.HeaderClassName
{
color: #E505DC;
}
.AnyTagClassName
{
color: #E505DC;
}
</style>
background-color css
<style>
a { background-color: #E505DC; }
a { background-color: rgb(229,5,220); }
div.DivClassName
{
background-color: #E505DC;
}
.BgClassName
{
background-color: #E505DC;
}
</style>
border-color css
<style>
span { border-color: #E505DC; }
span { border-color: rgb(229,5,220); }
td.TdClassName
{
border-color: #E505DC;
}
.TagClassName
{
border-color: #E505DC;
}
</style>