Shades of Medium Violet Red #E1148E
Tints of Medium Violet Red #E1148E
RGB
CMYK
RGB Variations
Color information
#E1148E (or 0xE1148E) is known color: Medium Violet Red. HEX triplet: E1, 14 and 8E. RGB value is (225,20,142). Sum of RGB (Red+Green+Blue) = 225+20+142=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1148E is #1EEB71. Grayscale: #5E5E5E. Windows color (decimal): -2026354 or 9311457. OLE color: 9311457.
HSL color Cylindrical-coordinate representation of color #E1148E: hue angle of 324.29º 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 #E1148E is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 142 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.12 |
| HSL | 324.29º | 0.84% | 0.48% | - |
| HSV(B) | 324.29º | 0.91% | 0.88% | - |
| XYZ | 36.18 | 18.46 | 27.25 | - |
| YUV | 95.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 142 | 0 | 0.91 | 0.37 | 0.12 | 324.29 | 0.84 | 0.48 |
| Hex | E1 | 14 | 8E | 0 | 5B | 25 | C | 144 | 54 | 30 |
| Octal | 341 | 24 | 216 | 0 | 133 | 45 | 14 | 504 | 124 | 60 |
| Binary | 11100001 | 10100 | 10001110 | 0 | 1011011 | 100101 | 1100 | 101000100 | 1010100 | 110000 |
Color Harmonies of #E1148E
Complementary color
Monochromatic Colors of #E1148E
Black with #E1148E
Text Example
Text Example
White with #E1148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1148E; }
p { color: rgb(225,20,142); }
H1.HeaderClassName
{
color: #E1148E;
}
.AnyTagClassName
{
color: #E1148E;
}
</style>
background-color css
<style>
a { background-color: #E1148E; }
a { background-color: rgb(225,20,142); }
div.DivClassName
{
background-color: #E1148E;
}
.BgClassName
{
background-color: #E1148E;
}
</style>
border-color css
<style>
span { border-color: #E1148E; }
span { border-color: rgb(225,20,142); }
td.TdClassName
{
border-color: #E1148E;
}
.TagClassName
{
border-color: #E1148E;
}
</style>