Shades of Deep Magenta #E51CDC
Tints of Deep Magenta #E51CDC
RGB
CMYK
RGB Variations
Color information
#E51CDC (or 0xE51CDC) is known color: Deep Magenta. HEX triplet: E5, 1C and DC. RGB value is (229,28,220). Sum of RGB (Red+Green+Blue) = 229+28+220=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51CDC is #1AE323. Grayscale: #6D6D6D. Windows color (decimal): -1762084 or 14425317. OLE color: 14425317.
HSL color Cylindrical-coordinate representation of color #E51CDC: hue angle of 302.69º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51CDC is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 220 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.10 |
| HSL | 302.69º | 0.79% | 0.5% | - |
| HSV(B) | 302.69º | 0.88% | 0.9% | - |
| XYZ | 45.65 | 22.66 | 69.68 | - |
| YUV | 109.99 | 190.09 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 220 | 0 | 0.88 | 0.04 | 0.10 | 302.69 | 0.79 | 0.5 |
| Hex | E5 | 1C | DC | 0 | 58 | 4 | A | 12F | 4F | 32 |
| Octal | 345 | 34 | 334 | 0 | 130 | 4 | 12 | 457 | 117 | 62 |
| Binary | 11100101 | 11100 | 11011100 | 0 | 1011000 | 100 | 1010 | 100101111 | 1001111 | 110010 |
Color Harmonies of #E51CDC
Complementary color
Monochromatic Colors of #E51CDC
Black with #E51CDC
Text Example
Text Example
White with #E51CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CDC; }
p { color: rgb(229,28,220); }
H1.HeaderClassName
{
color: #E51CDC;
}
.AnyTagClassName
{
color: #E51CDC;
}
</style>
background-color css
<style>
a { background-color: #E51CDC; }
a { background-color: rgb(229,28,220); }
div.DivClassName
{
background-color: #E51CDC;
}
.BgClassName
{
background-color: #E51CDC;
}
</style>
border-color css
<style>
span { border-color: #E51CDC; }
span { border-color: rgb(229,28,220); }
td.TdClassName
{
border-color: #E51CDC;
}
.TagClassName
{
border-color: #E51CDC;
}
</style>