Shades of Deep Magenta #E507DA
Tints of Deep Magenta #E507DA
RGB
CMYK
RGB Variations
Color information
#E507DA (or 0xE507DA) is known color: Deep Magenta. HEX triplet: E5, 07 and DA. RGB value is (229,7,218). Sum of RGB (Red+Green+Blue) = 229+7+218=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E507DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E507DA is #1AF825. Grayscale: #606060. Windows color (decimal): -1767462 or 14288869. OLE color: 14288869.
HSL color Cylindrical-coordinate representation of color #E507DA: hue angle of 302.97º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E507DA is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 218 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.10 |
| HSL | 302.97º | 0.94% | 0.46% | - |
| HSV(B) | 302.97º | 0.97% | 0.9% | - |
| XYZ | 45.04 | 21.87 | 68.18 | - |
| YUV | 97.43 | 196.05 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 218 | 0 | 0.97 | 0.05 | 0.10 | 302.97 | 0.94 | 0.46 |
| Hex | E5 | 7 | DA | 0 | 61 | 5 | A | 12F | 5E | 2E |
| Octal | 345 | 7 | 332 | 0 | 141 | 5 | 12 | 457 | 136 | 56 |
| Binary | 11100101 | 111 | 11011010 | 0 | 1100001 | 101 | 1010 | 100101111 | 1011110 | 101110 |
Color Harmonies of #E507DA
Complementary color
Monochromatic Colors of #E507DA
Black with #E507DA
Text Example
Text Example
White with #E507DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507DA; }
p { color: rgb(229,7,218); }
H1.HeaderClassName
{
color: #E507DA;
}
.AnyTagClassName
{
color: #E507DA;
}
</style>
background-color css
<style>
a { background-color: #E507DA; }
a { background-color: rgb(229,7,218); }
div.DivClassName
{
background-color: #E507DA;
}
.BgClassName
{
background-color: #E507DA;
}
</style>
border-color css
<style>
span { border-color: #E507DA; }
span { border-color: rgb(229,7,218); }
td.TdClassName
{
border-color: #E507DA;
}
.TagClassName
{
border-color: #E507DA;
}
</style>