Shades of Medium Violet Red #E1137D
Tints of Medium Violet Red #E1137D
RGB
CMYK
RGB Variations
Color information
#E1137D (or 0xE1137D) is known color: Medium Violet Red. HEX triplet: E1, 13 and 7D. RGB value is (225,19,125). Sum of RGB (Red+Green+Blue) = 225+19+125=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1137D is #1EEC82. Grayscale: #5C5C5C. Windows color (decimal): -2026627 or 8197089. OLE color: 8197089.
HSL color Cylindrical-coordinate representation of color #E1137D: hue angle of 329.13º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1137D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 125 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.12 |
| HSL | 329.13º | 0.84% | 0.48% | - |
| HSV(B) | 329.13º | 0.92% | 0.88% | - |
| XYZ | 34.99 | 17.95 | 21.02 | - |
| YUV | 92.68 | 146.25 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 125 | 0 | 0.92 | 0.44 | 0.12 | 329.13 | 0.84 | 0.48 |
| Hex | E1 | 13 | 7D | 0 | 5C | 2C | C | 149 | 54 | 30 |
| Octal | 341 | 23 | 175 | 0 | 134 | 54 | 14 | 511 | 124 | 60 |
| Binary | 11100001 | 10011 | 1111101 | 0 | 1011100 | 101100 | 1100 | 101001001 | 1010100 | 110000 |
Color Harmonies of #E1137D
Complementary color
Monochromatic Colors of #E1137D
Black with #E1137D
Text Example
Text Example
White with #E1137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1137D; }
p { color: rgb(225,19,125); }
H1.HeaderClassName
{
color: #E1137D;
}
.AnyTagClassName
{
color: #E1137D;
}
</style>
background-color css
<style>
a { background-color: #E1137D; }
a { background-color: rgb(225,19,125); }
div.DivClassName
{
background-color: #E1137D;
}
.BgClassName
{
background-color: #E1137D;
}
</style>
border-color css
<style>
span { border-color: #E1137D; }
span { border-color: rgb(225,19,125); }
td.TdClassName
{
border-color: #E1137D;
}
.TagClassName
{
border-color: #E1137D;
}
</style>