Shades of Medium Violet Red #E5127F
Tints of Medium Violet Red #E5127F
RGB
CMYK
RGB Variations
Color information
#E5127F (or 0xE5127F) is known color: Medium Violet Red. HEX triplet: E5, 12 and 7F. RGB value is (229,18,127). Sum of RGB (Red+Green+Blue) = 229+18+127=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5127F is #1AED80. Grayscale: #5D5D5D. Windows color (decimal): -1764737 or 8327909. OLE color: 8327909.
HSL color Cylindrical-coordinate representation of color #E5127F: hue angle of 329º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5127F is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 127 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.10 |
| HSL | 329º | 0.85% | 0.48% | - |
| HSV(B) | 329º | 0.92% | 0.9% | - |
| XYZ | 36.36 | 18.62 | 21.76 | - |
| YUV | 93.52 | 146.9 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 127 | 0 | 0.92 | 0.45 | 0.10 | 329 | 0.85 | 0.48 |
| Hex | E5 | 12 | 7F | 0 | 5C | 2D | A | 149 | 55 | 30 |
| Octal | 345 | 22 | 177 | 0 | 134 | 55 | 12 | 511 | 125 | 60 |
| Binary | 11100101 | 10010 | 1111111 | 0 | 1011100 | 101101 | 1010 | 101001001 | 1010101 | 110000 |
Color Harmonies of #E5127F
Complementary color
Monochromatic Colors of #E5127F
Black with #E5127F
Text Example
Text Example
White with #E5127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5127F; }
p { color: rgb(229,18,127); }
H1.HeaderClassName
{
color: #E5127F;
}
.AnyTagClassName
{
color: #E5127F;
}
</style>
background-color css
<style>
a { background-color: #E5127F; }
a { background-color: rgb(229,18,127); }
div.DivClassName
{
background-color: #E5127F;
}
.BgClassName
{
background-color: #E5127F;
}
</style>
border-color css
<style>
span { border-color: #E5127F; }
span { border-color: rgb(229,18,127); }
td.TdClassName
{
border-color: #E5127F;
}
.TagClassName
{
border-color: #E5127F;
}
</style>