Shades of Medium Violet Red #E10F7F
Tints of Medium Violet Red #E10F7F
RGB
CMYK
RGB Variations
Color information
#E10F7F (or 0xE10F7F) is known color: Medium Violet Red. HEX triplet: E1, 0F and 7F. RGB value is (225,15,127). Sum of RGB (Red+Green+Blue) = 225+15+127=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10F7F is #1EF080. Grayscale: #5A5A5A. Windows color (decimal): -2027649 or 8327137. OLE color: 8327137.
HSL color Cylindrical-coordinate representation of color #E10F7F: hue angle of 328º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10F7F is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 127 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.12 |
| HSL | 328º | 0.88% | 0.47% | - |
| HSV(B) | 328º | 0.93% | 0.88% | - |
| XYZ | 35.05 | 17.88 | 21.68 | - |
| YUV | 90.56 | 148.57 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 127 | 0 | 0.93 | 0.44 | 0.12 | 328 | 0.88 | 0.47 |
| Hex | E1 | F | 7F | 0 | 5D | 2C | C | 148 | 58 | 2F |
| Octal | 341 | 17 | 177 | 0 | 135 | 54 | 14 | 510 | 130 | 57 |
| Binary | 11100001 | 1111 | 1111111 | 0 | 1011101 | 101100 | 1100 | 101001000 | 1011000 | 101111 |
Color Harmonies of #E10F7F
Complementary color
Monochromatic Colors of #E10F7F
Black with #E10F7F
Text Example
Text Example
White with #E10F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F7F; }
p { color: rgb(225,15,127); }
H1.HeaderClassName
{
color: #E10F7F;
}
.AnyTagClassName
{
color: #E10F7F;
}
</style>
background-color css
<style>
a { background-color: #E10F7F; }
a { background-color: rgb(225,15,127); }
div.DivClassName
{
background-color: #E10F7F;
}
.BgClassName
{
background-color: #E10F7F;
}
</style>
border-color css
<style>
span { border-color: #E10F7F; }
span { border-color: rgb(225,15,127); }
td.TdClassName
{
border-color: #E10F7F;
}
.TagClassName
{
border-color: #E10F7F;
}
</style>