Shades of Medium Violet Red #E1148D
Tints of Medium Violet Red #E1148D
RGB
CMYK
RGB Variations
Color information
#E1148D (or 0xE1148D) is known color: Medium Violet Red. HEX triplet: E1, 14 and 8D. RGB value is (225,20,141). Sum of RGB (Red+Green+Blue) = 225+20+141=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1148D is #1EEB72. Grayscale: #5E5E5E. Windows color (decimal): -2026355 or 9245921. OLE color: 9245921.
HSL color Cylindrical-coordinate representation of color #E1148D: hue angle of 324.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1148D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 141 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.12 |
| HSL | 324.59º | 0.84% | 0.48% | - |
| HSV(B) | 324.59º | 0.91% | 0.88% | - |
| XYZ | 36.11 | 18.43 | 26.85 | - |
| YUV | 95.09 | 153.92 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 141 | 0 | 0.91 | 0.37 | 0.12 | 324.59 | 0.84 | 0.48 |
| Hex | E1 | 14 | 8D | 0 | 5B | 25 | C | 145 | 54 | 30 |
| Octal | 341 | 24 | 215 | 0 | 133 | 45 | 14 | 505 | 124 | 60 |
| Binary | 11100001 | 10100 | 10001101 | 0 | 1011011 | 100101 | 1100 | 101000101 | 1010100 | 110000 |
Color Harmonies of #E1148D
Complementary color
Monochromatic Colors of #E1148D
Black with #E1148D
Text Example
Text Example
White with #E1148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1148D; }
p { color: rgb(225,20,141); }
H1.HeaderClassName
{
color: #E1148D;
}
.AnyTagClassName
{
color: #E1148D;
}
</style>
background-color css
<style>
a { background-color: #E1148D; }
a { background-color: rgb(225,20,141); }
div.DivClassName
{
background-color: #E1148D;
}
.BgClassName
{
background-color: #E1148D;
}
</style>
border-color css
<style>
span { border-color: #E1148D; }
span { border-color: rgb(225,20,141); }
td.TdClassName
{
border-color: #E1148D;
}
.TagClassName
{
border-color: #E1148D;
}
</style>