Shades of Medium Violet Red #E5147E
Tints of Medium Violet Red #E5147E
RGB
CMYK
RGB Variations
Color information
#E5147E (or 0xE5147E) is known color: Medium Violet Red. HEX triplet: E5, 14 and 7E. RGB value is (229,20,126). Sum of RGB (Red+Green+Blue) = 229+20+126=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5147E is #1AEB81. Grayscale: #5E5E5E. Windows color (decimal): -1764226 or 8262885. OLE color: 8262885.
HSL color Cylindrical-coordinate representation of color #E5147E: hue angle of 329.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5147E is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 126 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.10 |
| HSL | 329.57º | 0.84% | 0.49% | - |
| HSV(B) | 329.57º | 0.91% | 0.9% | - |
| XYZ | 36.33 | 18.66 | 21.43 | - |
| YUV | 94.58 | 145.74 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 126 | 0 | 0.91 | 0.45 | 0.10 | 329.57 | 0.84 | 0.49 |
| Hex | E5 | 14 | 7E | 0 | 5B | 2D | A | 14A | 54 | 31 |
| Octal | 345 | 24 | 176 | 0 | 133 | 55 | 12 | 512 | 124 | 61 |
| Binary | 11100101 | 10100 | 1111110 | 0 | 1011011 | 101101 | 1010 | 101001010 | 1010100 | 110001 |
Color Harmonies of #E5147E
Complementary color
Monochromatic Colors of #E5147E
Black with #E5147E
Text Example
Text Example
White with #E5147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5147E; }
p { color: rgb(229,20,126); }
H1.HeaderClassName
{
color: #E5147E;
}
.AnyTagClassName
{
color: #E5147E;
}
</style>
background-color css
<style>
a { background-color: #E5147E; }
a { background-color: rgb(229,20,126); }
div.DivClassName
{
background-color: #E5147E;
}
.BgClassName
{
background-color: #E5147E;
}
</style>
border-color css
<style>
span { border-color: #E5147E; }
span { border-color: rgb(229,20,126); }
td.TdClassName
{
border-color: #E5147E;
}
.TagClassName
{
border-color: #E5147E;
}
</style>