Shades of Deep Magenta #E502DA
Tints of Deep Magenta #E502DA
RGB
CMYK
RGB Variations
Color information
#E502DA (or 0xE502DA) is known color: Deep Magenta. HEX triplet: E5, 02 and DA. RGB value is (229,2,218). Sum of RGB (Red+Green+Blue) = 229+2+218=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E502DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502DA is #1AFD25. Grayscale: #5D5D5D. Windows color (decimal): -1768742 or 14287589. OLE color: 14287589.
HSL color Cylindrical-coordinate representation of color #E502DA: hue angle of 302.91º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E502DA is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 218 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.10 |
| HSL | 302.91º | 0.98% | 0.45% | - |
| HSV(B) | 302.91º | 0.99% | 0.9% | - |
| XYZ | 44.99 | 21.76 | 68.16 | - |
| YUV | 94.5 | 197.71 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 218 | 0 | 0.99 | 0.05 | 0.10 | 302.91 | 0.98 | 0.45 |
| Hex | E5 | 2 | DA | 0 | 63 | 5 | A | 12F | 62 | 2D |
| Octal | 345 | 2 | 332 | 0 | 143 | 5 | 12 | 457 | 142 | 55 |
| Binary | 11100101 | 10 | 11011010 | 0 | 1100011 | 101 | 1010 | 100101111 | 1100010 | 101101 |
Color Harmonies of #E502DA
Complementary color
Monochromatic Colors of #E502DA
Black with #E502DA
Text Example
Text Example
White with #E502DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502DA; }
p { color: rgb(229,2,218); }
H1.HeaderClassName
{
color: #E502DA;
}
.AnyTagClassName
{
color: #E502DA;
}
</style>
background-color css
<style>
a { background-color: #E502DA; }
a { background-color: rgb(229,2,218); }
div.DivClassName
{
background-color: #E502DA;
}
.BgClassName
{
background-color: #E502DA;
}
</style>
border-color css
<style>
span { border-color: #E502DA; }
span { border-color: rgb(229,2,218); }
td.TdClassName
{
border-color: #E502DA;
}
.TagClassName
{
border-color: #E502DA;
}
</style>