Shades of Deep Magenta #E501DC
Tints of Deep Magenta #E501DC
RGB
CMYK
RGB Variations
Color information
#E501DC (or 0xE501DC) is known color: Deep Magenta. HEX triplet: E5, 01 and DC. RGB value is (229,1,220). Sum of RGB (Red+Green+Blue) = 229+1+220=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E501DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501DC is #1AFE23. Grayscale: #5D5D5D. Windows color (decimal): -1768996 or 14418405. OLE color: 14418405.
HSL color Cylindrical-coordinate representation of color #E501DC: hue angle of 302.37º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501DC is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 220 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.10 |
| HSL | 302.37º | 0.99% | 0.45% | - |
| HSV(B) | 302.37º | 1% | 0.9% | - |
| XYZ | 45.24 | 21.85 | 69.54 | - |
| YUV | 94.14 | 199.04 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 220 | 0 | 1.00 | 0.04 | 0.10 | 302.37 | 0.99 | 0.45 |
| Hex | E5 | 1 | DC | 0 | 64 | 4 | A | 12E | 63 | 2D |
| Octal | 345 | 1 | 334 | 0 | 144 | 4 | 12 | 456 | 143 | 55 |
| Binary | 11100101 | 1 | 11011100 | 0 | 1100100 | 100 | 1010 | 100101110 | 1100011 | 101101 |
Color Harmonies of #E501DC
Complementary color
Monochromatic Colors of #E501DC
Black with #E501DC
Text Example
Text Example
White with #E501DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E501DC; }
p { color: rgb(229,1,220); }
H1.HeaderClassName
{
color: #E501DC;
}
.AnyTagClassName
{
color: #E501DC;
}
</style>
background-color css
<style>
a { background-color: #E501DC; }
a { background-color: rgb(229,1,220); }
div.DivClassName
{
background-color: #E501DC;
}
.BgClassName
{
background-color: #E501DC;
}
</style>
border-color css
<style>
span { border-color: #E501DC; }
span { border-color: rgb(229,1,220); }
td.TdClassName
{
border-color: #E501DC;
}
.TagClassName
{
border-color: #E501DC;
}
</style>