Shades of Deep Magenta #E10BDA
Tints of Deep Magenta #E10BDA
RGB
CMYK
RGB Variations
Color information
#E10BDA (or 0xE10BDA) is known color: Deep Magenta. HEX triplet: E1, 0B and DA. RGB value is (225,11,218). Sum of RGB (Red+Green+Blue) = 225+11+218=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BDA is #1EF425. Grayscale: #616161. Windows color (decimal): -2028582 or 14289889. OLE color: 14289889.
HSL color Cylindrical-coordinate representation of color #E10BDA: hue angle of 301.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10BDA is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.12 |
| HSL | 301.96º | 0.91% | 0.46% | - |
| HSV(B) | 301.96º | 0.95% | 0.88% | - |
| XYZ | 43.83 | 21.31 | 68.13 | - |
| YUV | 98.58 | 195.4 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 218 | 0 | 0.95 | 0.03 | 0.12 | 301.96 | 0.91 | 0.46 |
| Hex | E1 | B | DA | 0 | 5F | 3 | C | 12E | 5B | 2E |
| Octal | 341 | 13 | 332 | 0 | 137 | 3 | 14 | 456 | 133 | 56 |
| Binary | 11100001 | 1011 | 11011010 | 0 | 1011111 | 11 | 1100 | 100101110 | 1011011 | 101110 |
Color Harmonies of #E10BDA
Complementary color
Monochromatic Colors of #E10BDA
Black with #E10BDA
Text Example
Text Example
White with #E10BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BDA; }
p { color: rgb(225,11,218); }
H1.HeaderClassName
{
color: #E10BDA;
}
.AnyTagClassName
{
color: #E10BDA;
}
</style>
background-color css
<style>
a { background-color: #E10BDA; }
a { background-color: rgb(225,11,218); }
div.DivClassName
{
background-color: #E10BDA;
}
.BgClassName
{
background-color: #E10BDA;
}
</style>
border-color css
<style>
span { border-color: #E10BDA; }
span { border-color: rgb(225,11,218); }
td.TdClassName
{
border-color: #E10BDA;
}
.TagClassName
{
border-color: #E10BDA;
}
</style>