Shades of Medium Violet Red #E1147F
Tints of Medium Violet Red #E1147F
RGB
CMYK
RGB Variations
Color information
#E1147F (or 0xE1147F) is known color: Medium Violet Red. HEX triplet: E1, 14 and 7F. RGB value is (225,20,127). Sum of RGB (Red+Green+Blue) = 225+20+127=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1147F is #1EEB80. Grayscale: #5D5D5D. Windows color (decimal): -2026369 or 8328417. OLE color: 8328417.
HSL color Cylindrical-coordinate representation of color #E1147F: hue angle of 328.68º 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 #E1147F is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 127 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.12 |
| HSL | 328.68º | 0.84% | 0.48% | - |
| HSV(B) | 328.68º | 0.91% | 0.88% | - |
| XYZ | 35.13 | 18.04 | 21.71 | - |
| YUV | 93.49 | 146.92 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 127 | 0 | 0.91 | 0.44 | 0.12 | 328.68 | 0.84 | 0.48 |
| Hex | E1 | 14 | 7F | 0 | 5B | 2C | C | 149 | 54 | 30 |
| Octal | 341 | 24 | 177 | 0 | 133 | 54 | 14 | 511 | 124 | 60 |
| Binary | 11100001 | 10100 | 1111111 | 0 | 1011011 | 101100 | 1100 | 101001001 | 1010100 | 110000 |
Color Harmonies of #E1147F
Complementary color
Monochromatic Colors of #E1147F
Black with #E1147F
Text Example
Text Example
White with #E1147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1147F; }
p { color: rgb(225,20,127); }
H1.HeaderClassName
{
color: #E1147F;
}
.AnyTagClassName
{
color: #E1147F;
}
</style>
background-color css
<style>
a { background-color: #E1147F; }
a { background-color: rgb(225,20,127); }
div.DivClassName
{
background-color: #E1147F;
}
.BgClassName
{
background-color: #E1147F;
}
</style>
border-color css
<style>
span { border-color: #E1147F; }
span { border-color: rgb(225,20,127); }
td.TdClassName
{
border-color: #E1147F;
}
.TagClassName
{
border-color: #E1147F;
}
</style>