Shades of Medium Violet Red #E10D89
Tints of Medium Violet Red #E10D89
RGB
CMYK
RGB Variations
Color information
#E10D89 (or 0xE10D89) is known color: Medium Violet Red. HEX triplet: E1, 0D and 89. RGB value is (225,13,137). Sum of RGB (Red+Green+Blue) = 225+13+137=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10D89 is #1EF276. Grayscale: #5A5A5A. Windows color (decimal): -2028151 or 8981985. OLE color: 8981985.
HSL color Cylindrical-coordinate representation of color #E10D89: hue angle of 324.91º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D89 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 137 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.12 |
| HSL | 324.91º | 0.89% | 0.47% | - |
| HSV(B) | 324.91º | 0.94% | 0.88% | - |
| XYZ | 35.71 | 18.1 | 25.28 | - |
| YUV | 90.52 | 154.24 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 137 | 0 | 0.94 | 0.39 | 0.12 | 324.91 | 0.89 | 0.47 |
| Hex | E1 | D | 89 | 0 | 5E | 27 | C | 145 | 59 | 2F |
| Octal | 341 | 15 | 211 | 0 | 136 | 47 | 14 | 505 | 131 | 57 |
| Binary | 11100001 | 1101 | 10001001 | 0 | 1011110 | 100111 | 1100 | 101000101 | 1011001 | 101111 |
Color Harmonies of #E10D89
Complementary color
Monochromatic Colors of #E10D89
Black with #E10D89
Text Example
Text Example
White with #E10D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D89; }
p { color: rgb(225,13,137); }
H1.HeaderClassName
{
color: #E10D89;
}
.AnyTagClassName
{
color: #E10D89;
}
</style>
background-color css
<style>
a { background-color: #E10D89; }
a { background-color: rgb(225,13,137); }
div.DivClassName
{
background-color: #E10D89;
}
.BgClassName
{
background-color: #E10D89;
}
</style>
border-color css
<style>
span { border-color: #E10D89; }
span { border-color: rgb(225,13,137); }
td.TdClassName
{
border-color: #E10D89;
}
.TagClassName
{
border-color: #E10D89;
}
</style>