Shades of Medium Violet Red #E5147F
Tints of Medium Violet Red #E5147F
RGB
CMYK
RGB Variations
Color information
#E5147F (or 0xE5147F) is known color: Medium Violet Red. HEX triplet: E5, 14 and 7F. RGB value is (229,20,127). Sum of RGB (Red+Green+Blue) = 229+20+127=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5147F is #1AEB80. Grayscale: #5E5E5E. Windows color (decimal): -1764225 or 8328421. OLE color: 8328421.
HSL color Cylindrical-coordinate representation of color #E5147F: hue angle of 329.28º 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 #E5147F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 127 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.10 |
| HSL | 329.28º | 0.84% | 0.49% | - |
| HSV(B) | 329.28º | 0.91% | 0.9% | - |
| XYZ | 36.39 | 18.69 | 21.77 | - |
| YUV | 94.69 | 146.24 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 127 | 0 | 0.91 | 0.45 | 0.10 | 329.28 | 0.84 | 0.49 |
| Hex | E5 | 14 | 7F | 0 | 5B | 2D | A | 149 | 54 | 31 |
| Octal | 345 | 24 | 177 | 0 | 133 | 55 | 12 | 511 | 124 | 61 |
| Binary | 11100101 | 10100 | 1111111 | 0 | 1011011 | 101101 | 1010 | 101001001 | 1010100 | 110001 |
Color Harmonies of #E5147F
Complementary color
Monochromatic Colors of #E5147F
Black with #E5147F
Text Example
Text Example
White with #E5147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5147F; }
p { color: rgb(229,20,127); }
H1.HeaderClassName
{
color: #E5147F;
}
.AnyTagClassName
{
color: #E5147F;
}
</style>
background-color css
<style>
a { background-color: #E5147F; }
a { background-color: rgb(229,20,127); }
div.DivClassName
{
background-color: #E5147F;
}
.BgClassName
{
background-color: #E5147F;
}
</style>
border-color css
<style>
span { border-color: #E5147F; }
span { border-color: rgb(229,20,127); }
td.TdClassName
{
border-color: #E5147F;
}
.TagClassName
{
border-color: #E5147F;
}
</style>