Shades of Deep Magenta #E501DD
Tints of Deep Magenta #E501DD
RGB
CMYK
RGB Variations
Color information
#E501DD (or 0xE501DD) is known color: Deep Magenta. HEX triplet: E5, 01 and DD. RGB value is (229,1,221). Sum of RGB (Red+Green+Blue) = 229+1+221=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E501DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501DD is #1AFE22. Grayscale: #5D5D5D. Windows color (decimal): -1768995 or 14483941. OLE color: 14483941.
HSL color Cylindrical-coordinate representation of color #E501DD: hue angle of 302.11º 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 #E501DD is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 221 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.10 |
| HSL | 302.11º | 0.99% | 0.45% | - |
| HSV(B) | 302.11º | 1% | 0.9% | - |
| XYZ | 45.38 | 21.9 | 70.24 | - |
| YUV | 94.25 | 199.54 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 221 | 0 | 1.00 | 0.03 | 0.10 | 302.11 | 0.99 | 0.45 |
| Hex | E5 | 1 | DD | 0 | 64 | 3 | A | 12E | 63 | 2D |
| Octal | 345 | 1 | 335 | 0 | 144 | 3 | 12 | 456 | 143 | 55 |
| Binary | 11100101 | 1 | 11011101 | 0 | 1100100 | 11 | 1010 | 100101110 | 1100011 | 101101 |
Color Harmonies of #E501DD
Complementary color
Monochromatic Colors of #E501DD
Black with #E501DD
Text Example
Text Example
White with #E501DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E501DD; }
p { color: rgb(229,1,221); }
H1.HeaderClassName
{
color: #E501DD;
}
.AnyTagClassName
{
color: #E501DD;
}
</style>
background-color css
<style>
a { background-color: #E501DD; }
a { background-color: rgb(229,1,221); }
div.DivClassName
{
background-color: #E501DD;
}
.BgClassName
{
background-color: #E501DD;
}
</style>
border-color css
<style>
span { border-color: #E501DD; }
span { border-color: rgb(229,1,221); }
td.TdClassName
{
border-color: #E501DD;
}
.TagClassName
{
border-color: #E501DD;
}
</style>