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