Shades of Medium Violet Red #E10D8C
Tints of Medium Violet Red #E10D8C
RGB
CMYK
RGB Variations
Color information
#E10D8C (or 0xE10D8C) is known color: Medium Violet Red. HEX triplet: E1, 0D and 8C. RGB value is (225,13,140). Sum of RGB (Red+Green+Blue) = 225+13+140=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10D8C is #1EF273. Grayscale: #5A5A5A. Windows color (decimal): -2028148 or 9178593. OLE color: 9178593.
HSL color Cylindrical-coordinate representation of color #E10D8C: hue angle of 324.06º 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 #E10D8C is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 140 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.12 |
| HSL | 324.06º | 0.89% | 0.47% | - |
| HSV(B) | 324.06º | 0.94% | 0.88% | - |
| XYZ | 35.93 | 18.19 | 26.43 | - |
| YUV | 90.87 | 155.74 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 140 | 0 | 0.94 | 0.38 | 0.12 | 324.06 | 0.89 | 0.47 |
| Hex | E1 | D | 8C | 0 | 5E | 26 | C | 144 | 59 | 2F |
| Octal | 341 | 15 | 214 | 0 | 136 | 46 | 14 | 504 | 131 | 57 |
| Binary | 11100001 | 1101 | 10001100 | 0 | 1011110 | 100110 | 1100 | 101000100 | 1011001 | 101111 |
Color Harmonies of #E10D8C
Complementary color
Monochromatic Colors of #E10D8C
Black with #E10D8C
Text Example
Text Example
White with #E10D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D8C; }
p { color: rgb(225,13,140); }
H1.HeaderClassName
{
color: #E10D8C;
}
.AnyTagClassName
{
color: #E10D8C;
}
</style>
background-color css
<style>
a { background-color: #E10D8C; }
a { background-color: rgb(225,13,140); }
div.DivClassName
{
background-color: #E10D8C;
}
.BgClassName
{
background-color: #E10D8C;
}
</style>
border-color css
<style>
span { border-color: #E10D8C; }
span { border-color: rgb(225,13,140); }
td.TdClassName
{
border-color: #E10D8C;
}
.TagClassName
{
border-color: #E10D8C;
}
</style>