Shades of Deep Magenta #E513DA
Tints of Deep Magenta #E513DA
RGB
CMYK
RGB Variations
Color information
#E513DA (or 0xE513DA) is known color: Deep Magenta. HEX triplet: E5, 13 and DA. RGB value is (229,19,218). Sum of RGB (Red+Green+Blue) = 229+19+218=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E513DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513DA is #1AEC25. Grayscale: #676767. Windows color (decimal): -1764390 or 14291941. OLE color: 14291941.
HSL color Cylindrical-coordinate representation of color #E513DA: hue angle of 303.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E513DA is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 218 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.10 |
| HSL | 303.14º | 0.85% | 0.49% | - |
| HSV(B) | 303.14º | 0.92% | 0.9% | - |
| XYZ | 45.2 | 22.19 | 68.23 | - |
| YUV | 104.48 | 192.07 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 218 | 0 | 0.92 | 0.05 | 0.10 | 303.14 | 0.85 | 0.49 |
| Hex | E5 | 13 | DA | 0 | 5C | 5 | A | 12F | 55 | 31 |
| Octal | 345 | 23 | 332 | 0 | 134 | 5 | 12 | 457 | 125 | 61 |
| Binary | 11100101 | 10011 | 11011010 | 0 | 1011100 | 101 | 1010 | 100101111 | 1010101 | 110001 |
Color Harmonies of #E513DA
Complementary color
Monochromatic Colors of #E513DA
Black with #E513DA
Text Example
Text Example
White with #E513DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E513DA; }
p { color: rgb(229,19,218); }
H1.HeaderClassName
{
color: #E513DA;
}
.AnyTagClassName
{
color: #E513DA;
}
</style>
background-color css
<style>
a { background-color: #E513DA; }
a { background-color: rgb(229,19,218); }
div.DivClassName
{
background-color: #E513DA;
}
.BgClassName
{
background-color: #E513DA;
}
</style>
border-color css
<style>
span { border-color: #E513DA; }
span { border-color: rgb(229,19,218); }
td.TdClassName
{
border-color: #E513DA;
}
.TagClassName
{
border-color: #E513DA;
}
</style>