Shades of Medium Violet Red #E1147E
Tints of Medium Violet Red #E1147E
RGB
CMYK
RGB Variations
Color information
#E1147E (or 0xE1147E) is known color: Medium Violet Red. HEX triplet: E1, 14 and 7E. RGB value is (225,20,126). Sum of RGB (Red+Green+Blue) = 225+20+126=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1147E is #1EEB81. Grayscale: #5D5D5D. Windows color (decimal): -2026370 or 8262881. OLE color: 8262881.
HSL color Cylindrical-coordinate representation of color #E1147E: hue angle of 328.98º 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 #E1147E is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 126 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.12 |
| HSL | 328.98º | 0.84% | 0.48% | - |
| HSV(B) | 328.98º | 0.91% | 0.88% | - |
| XYZ | 35.07 | 18.01 | 21.37 | - |
| YUV | 93.38 | 146.42 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 126 | 0 | 0.91 | 0.44 | 0.12 | 328.98 | 0.84 | 0.48 |
| Hex | E1 | 14 | 7E | 0 | 5B | 2C | C | 149 | 54 | 30 |
| Octal | 341 | 24 | 176 | 0 | 133 | 54 | 14 | 511 | 124 | 60 |
| Binary | 11100001 | 10100 | 1111110 | 0 | 1011011 | 101100 | 1100 | 101001001 | 1010100 | 110000 |
Color Harmonies of #E1147E
Complementary color
Monochromatic Colors of #E1147E
Black with #E1147E
Text Example
Text Example
White with #E1147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1147E; }
p { color: rgb(225,20,126); }
H1.HeaderClassName
{
color: #E1147E;
}
.AnyTagClassName
{
color: #E1147E;
}
</style>
background-color css
<style>
a { background-color: #E1147E; }
a { background-color: rgb(225,20,126); }
div.DivClassName
{
background-color: #E1147E;
}
.BgClassName
{
background-color: #E1147E;
}
</style>
border-color css
<style>
span { border-color: #E1147E; }
span { border-color: rgb(225,20,126); }
td.TdClassName
{
border-color: #E1147E;
}
.TagClassName
{
border-color: #E1147E;
}
</style>