Shades of Deep Magenta #E51CDA
Tints of Deep Magenta #E51CDA
RGB
CMYK
RGB Variations
Color information
#E51CDA (or 0xE51CDA) is known color: Deep Magenta. HEX triplet: E5, 1C and DA. RGB value is (229,28,218). Sum of RGB (Red+Green+Blue) = 229+28+218=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51CDA is #1AE325. Grayscale: #6D6D6D. Windows color (decimal): -1762086 or 14294245. OLE color: 14294245.
HSL color Cylindrical-coordinate representation of color #E51CDA: hue angle of 303.28º 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 #E51CDA is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 218 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.10 |
| HSL | 303.28º | 0.79% | 0.5% | - |
| HSV(B) | 303.28º | 0.88% | 0.9% | - |
| XYZ | 45.38 | 22.55 | 68.29 | - |
| YUV | 109.76 | 189.09 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 218 | 0 | 0.88 | 0.05 | 0.10 | 303.28 | 0.79 | 0.5 |
| Hex | E5 | 1C | DA | 0 | 58 | 5 | A | 12F | 4F | 32 |
| Octal | 345 | 34 | 332 | 0 | 130 | 5 | 12 | 457 | 117 | 62 |
| Binary | 11100101 | 11100 | 11011010 | 0 | 1011000 | 101 | 1010 | 100101111 | 1001111 | 110010 |
Color Harmonies of #E51CDA
Complementary color
Monochromatic Colors of #E51CDA
Black with #E51CDA
Text Example
Text Example
White with #E51CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CDA; }
p { color: rgb(229,28,218); }
H1.HeaderClassName
{
color: #E51CDA;
}
.AnyTagClassName
{
color: #E51CDA;
}
</style>
background-color css
<style>
a { background-color: #E51CDA; }
a { background-color: rgb(229,28,218); }
div.DivClassName
{
background-color: #E51CDA;
}
.BgClassName
{
background-color: #E51CDA;
}
</style>
border-color css
<style>
span { border-color: #E51CDA; }
span { border-color: rgb(229,28,218); }
td.TdClassName
{
border-color: #E51CDA;
}
.TagClassName
{
border-color: #E51CDA;
}
</style>