Shades of Medium Violet Red #E1138B
Tints of Medium Violet Red #E1138B
RGB
CMYK
RGB Variations
Color information
#E1138B (or 0xE1138B) is known color: Medium Violet Red. HEX triplet: E1, 13 and 8B. RGB value is (225,19,139). Sum of RGB (Red+Green+Blue) = 225+19+139=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1138B is #1EEC74. Grayscale: #5E5E5E. Windows color (decimal): -2026613 or 9114593. OLE color: 9114593.
HSL color Cylindrical-coordinate representation of color #E1138B: hue angle of 325.05º 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 #E1138B is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 139 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.12 |
| HSL | 325.05º | 0.84% | 0.48% | - |
| HSV(B) | 325.05º | 0.92% | 0.88% | - |
| XYZ | 35.94 | 18.34 | 26.07 | - |
| YUV | 94.27 | 153.25 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 139 | 0 | 0.92 | 0.38 | 0.12 | 325.05 | 0.84 | 0.48 |
| Hex | E1 | 13 | 8B | 0 | 5C | 26 | C | 145 | 54 | 30 |
| Octal | 341 | 23 | 213 | 0 | 134 | 46 | 14 | 505 | 124 | 60 |
| Binary | 11100001 | 10011 | 10001011 | 0 | 1011100 | 100110 | 1100 | 101000101 | 1010100 | 110000 |
Color Harmonies of #E1138B
Complementary color
Monochromatic Colors of #E1138B
Black with #E1138B
Text Example
Text Example
White with #E1138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1138B; }
p { color: rgb(225,19,139); }
H1.HeaderClassName
{
color: #E1138B;
}
.AnyTagClassName
{
color: #E1138B;
}
</style>
background-color css
<style>
a { background-color: #E1138B; }
a { background-color: rgb(225,19,139); }
div.DivClassName
{
background-color: #E1138B;
}
.BgClassName
{
background-color: #E1138B;
}
</style>
border-color css
<style>
span { border-color: #E1138B; }
span { border-color: rgb(225,19,139); }
td.TdClassName
{
border-color: #E1138B;
}
.TagClassName
{
border-color: #E1138B;
}
</style>