Shades of Deep Magenta #E10BD8
Tints of Deep Magenta #E10BD8
RGB
CMYK
RGB Variations
Color information
#E10BD8 (or 0xE10BD8) is known color: Deep Magenta. HEX triplet: E1, 0B and D8. RGB value is (225,11,216). Sum of RGB (Red+Green+Blue) = 225+11+216=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BD8 is #1EF427. Grayscale: #616161. Windows color (decimal): -2028584 or 14158817. OLE color: 14158817.
HSL color Cylindrical-coordinate representation of color #E10BD8: hue angle of 302.52º 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 #E10BD8 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 216 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.12 |
| HSL | 302.52º | 0.91% | 0.46% | - |
| HSV(B) | 302.52º | 0.95% | 0.88% | - |
| XYZ | 43.57 | 21.2 | 66.76 | - |
| YUV | 98.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 216 | 0 | 0.95 | 0.04 | 0.12 | 302.52 | 0.91 | 0.46 |
| Hex | E1 | B | D8 | 0 | 5F | 4 | C | 12F | 5B | 2E |
| Octal | 341 | 13 | 330 | 0 | 137 | 4 | 14 | 457 | 133 | 56 |
| Binary | 11100001 | 1011 | 11011000 | 0 | 1011111 | 100 | 1100 | 100101111 | 1011011 | 101110 |
Color Harmonies of #E10BD8
Complementary color
Monochromatic Colors of #E10BD8
Black with #E10BD8
Text Example
Text Example
White with #E10BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BD8; }
p { color: rgb(225,11,216); }
H1.HeaderClassName
{
color: #E10BD8;
}
.AnyTagClassName
{
color: #E10BD8;
}
</style>
background-color css
<style>
a { background-color: #E10BD8; }
a { background-color: rgb(225,11,216); }
div.DivClassName
{
background-color: #E10BD8;
}
.BgClassName
{
background-color: #E10BD8;
}
</style>
border-color css
<style>
span { border-color: #E10BD8; }
span { border-color: rgb(225,11,216); }
td.TdClassName
{
border-color: #E10BD8;
}
.TagClassName
{
border-color: #E10BD8;
}
</style>