Shades of Deep Magenta #E50BDA
Tints of Deep Magenta #E50BDA
RGB
CMYK
RGB Variations
Color information
#E50BDA (or 0xE50BDA) is known color: Deep Magenta. HEX triplet: E5, 0B and DA. RGB value is (229,11,218). Sum of RGB (Red+Green+Blue) = 229+11+218=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BDA is #1AF425. Grayscale: #636363. Windows color (decimal): -1766438 or 14289893. OLE color: 14289893.
HSL color Cylindrical-coordinate representation of color #E50BDA: hue angle of 303.03º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50BDA is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.10 |
| HSL | 303.03º | 0.91% | 0.47% | - |
| HSV(B) | 303.03º | 0.95% | 0.9% | - |
| XYZ | 45.09 | 21.96 | 68.19 | - |
| YUV | 99.78 | 194.72 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 218 | 0 | 0.95 | 0.05 | 0.10 | 303.03 | 0.91 | 0.47 |
| Hex | E5 | B | DA | 0 | 5F | 5 | A | 12F | 5B | 2F |
| Octal | 345 | 13 | 332 | 0 | 137 | 5 | 12 | 457 | 133 | 57 |
| Binary | 11100101 | 1011 | 11011010 | 0 | 1011111 | 101 | 1010 | 100101111 | 1011011 | 101111 |
Color Harmonies of #E50BDA
Complementary color
Monochromatic Colors of #E50BDA
Black with #E50BDA
Text Example
Text Example
White with #E50BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50BDA; }
p { color: rgb(229,11,218); }
H1.HeaderClassName
{
color: #E50BDA;
}
.AnyTagClassName
{
color: #E50BDA;
}
</style>
background-color css
<style>
a { background-color: #E50BDA; }
a { background-color: rgb(229,11,218); }
div.DivClassName
{
background-color: #E50BDA;
}
.BgClassName
{
background-color: #E50BDA;
}
</style>
border-color css
<style>
span { border-color: #E50BDA; }
span { border-color: rgb(229,11,218); }
td.TdClassName
{
border-color: #E50BDA;
}
.TagClassName
{
border-color: #E50BDA;
}
</style>