Shades of Medium Violet Red #E1138D
Tints of Medium Violet Red #E1138D
RGB
CMYK
RGB Variations
Color information
#E1138D (or 0xE1138D) is known color: Medium Violet Red. HEX triplet: E1, 13 and 8D. RGB value is (225,19,141). Sum of RGB (Red+Green+Blue) = 225+19+141=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1138D is #1EEC72. Grayscale: #5E5E5E. Windows color (decimal): -2026611 or 9245665. OLE color: 9245665.
HSL color Cylindrical-coordinate representation of color #E1138D: hue angle of 324.47º 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 #E1138D is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 141 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.12 |
| HSL | 324.47º | 0.84% | 0.48% | - |
| HSV(B) | 324.47º | 0.92% | 0.88% | - |
| XYZ | 36.09 | 18.4 | 26.85 | - |
| YUV | 94.5 | 154.25 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 141 | 0 | 0.92 | 0.37 | 0.12 | 324.47 | 0.84 | 0.48 |
| Hex | E1 | 13 | 8D | 0 | 5C | 25 | C | 144 | 54 | 30 |
| Octal | 341 | 23 | 215 | 0 | 134 | 45 | 14 | 504 | 124 | 60 |
| Binary | 11100001 | 10011 | 10001101 | 0 | 1011100 | 100101 | 1100 | 101000100 | 1010100 | 110000 |
Color Harmonies of #E1138D
Complementary color
Monochromatic Colors of #E1138D
Black with #E1138D
Text Example
Text Example
White with #E1138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1138D; }
p { color: rgb(225,19,141); }
H1.HeaderClassName
{
color: #E1138D;
}
.AnyTagClassName
{
color: #E1138D;
}
</style>
background-color css
<style>
a { background-color: #E1138D; }
a { background-color: rgb(225,19,141); }
div.DivClassName
{
background-color: #E1138D;
}
.BgClassName
{
background-color: #E1138D;
}
</style>
border-color css
<style>
span { border-color: #E1138D; }
span { border-color: rgb(225,19,141); }
td.TdClassName
{
border-color: #E1138D;
}
.TagClassName
{
border-color: #E1138D;
}
</style>