Shades of Deep Magenta #E10ACB
Tints of Deep Magenta #E10ACB
RGB
CMYK
RGB Variations
Color information
#E10ACB (or 0xE10ACB) is known color: Deep Magenta. HEX triplet: E1, 0A and CB. RGB value is (225,10,203). Sum of RGB (Red+Green+Blue) = 225+10+203=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ACB is #1EF534. Grayscale: #5F5F5F. Windows color (decimal): -2028853 or 13306593. OLE color: 13306593.
HSL color Cylindrical-coordinate representation of color #E10ACB: hue angle of 306.14º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10ACB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 203 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.12 |
| HSL | 306.14º | 0.91% | 0.46% | - |
| HSV(B) | 306.14º | 0.96% | 0.88% | - |
| XYZ | 41.94 | 20.54 | 58.25 | - |
| YUV | 96.29 | 188.23 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 203 | 0 | 0.96 | 0.10 | 0.12 | 306.14 | 0.91 | 0.46 |
| Hex | E1 | A | CB | 0 | 60 | A | C | 132 | 5B | 2E |
| Octal | 341 | 12 | 313 | 0 | 140 | 12 | 14 | 462 | 133 | 56 |
| Binary | 11100001 | 1010 | 11001011 | 0 | 1100000 | 1010 | 1100 | 100110010 | 1011011 | 101110 |
Color Harmonies of #E10ACB
Complementary color
Monochromatic Colors of #E10ACB
Black with #E10ACB
Text Example
Text Example
White with #E10ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ACB; }
p { color: rgb(225,10,203); }
H1.HeaderClassName
{
color: #E10ACB;
}
.AnyTagClassName
{
color: #E10ACB;
}
</style>
background-color css
<style>
a { background-color: #E10ACB; }
a { background-color: rgb(225,10,203); }
div.DivClassName
{
background-color: #E10ACB;
}
.BgClassName
{
background-color: #E10ACB;
}
</style>
border-color css
<style>
span { border-color: #E10ACB; }
span { border-color: rgb(225,10,203); }
td.TdClassName
{
border-color: #E10ACB;
}
.TagClassName
{
border-color: #E10ACB;
}
</style>