Shades of Medium Violet Red #E10D7E
Tints of Medium Violet Red #E10D7E
RGB
CMYK
RGB Variations
Color information
#E10D7E (or 0xE10D7E) is known color: Medium Violet Red. HEX triplet: E1, 0D and 7E. RGB value is (225,13,126). Sum of RGB (Red+Green+Blue) = 225+13+126=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D7E is #1EF281. Grayscale: #595959. Windows color (decimal): -2028162 or 8261089. OLE color: 8261089.
HSL color Cylindrical-coordinate representation of color #E10D7E: hue angle of 328.02º 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 #E10D7E is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 126 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.12 |
| HSL | 328.02º | 0.89% | 0.47% | - |
| HSV(B) | 328.02º | 0.94% | 0.88% | - |
| XYZ | 34.96 | 17.8 | 21.33 | - |
| YUV | 89.27 | 148.74 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 126 | 0 | 0.94 | 0.44 | 0.12 | 328.02 | 0.89 | 0.47 |
| Hex | E1 | D | 7E | 0 | 5E | 2C | C | 148 | 59 | 2F |
| Octal | 341 | 15 | 176 | 0 | 136 | 54 | 14 | 510 | 131 | 57 |
| Binary | 11100001 | 1101 | 1111110 | 0 | 1011110 | 101100 | 1100 | 101001000 | 1011001 | 101111 |
Color Harmonies of #E10D7E
Complementary color
Monochromatic Colors of #E10D7E
Black with #E10D7E
Text Example
Text Example
White with #E10D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D7E; }
p { color: rgb(225,13,126); }
H1.HeaderClassName
{
color: #E10D7E;
}
.AnyTagClassName
{
color: #E10D7E;
}
</style>
background-color css
<style>
a { background-color: #E10D7E; }
a { background-color: rgb(225,13,126); }
div.DivClassName
{
background-color: #E10D7E;
}
.BgClassName
{
background-color: #E10D7E;
}
</style>
border-color css
<style>
span { border-color: #E10D7E; }
span { border-color: rgb(225,13,126); }
td.TdClassName
{
border-color: #E10D7E;
}
.TagClassName
{
border-color: #E10D7E;
}
</style>