Shades of Medium Violet Red #E5127E
Tints of Medium Violet Red #E5127E
RGB
CMYK
RGB Variations
Color information
#E5127E (or 0xE5127E) is known color: Medium Violet Red. HEX triplet: E5, 12 and 7E. RGB value is (229,18,126). Sum of RGB (Red+Green+Blue) = 229+18+126=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5127E is #1AED81. Grayscale: #5D5D5D. Windows color (decimal): -1764738 or 8262373. OLE color: 8262373.
HSL color Cylindrical-coordinate representation of color #E5127E: hue angle of 329.29º 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 #E5127E is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 126 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.10 |
| HSL | 329.29º | 0.85% | 0.48% | - |
| HSV(B) | 329.29º | 0.92% | 0.9% | - |
| XYZ | 36.3 | 18.6 | 21.42 | - |
| YUV | 93.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 126 | 0 | 0.92 | 0.45 | 0.10 | 329.29 | 0.85 | 0.48 |
| Hex | E5 | 12 | 7E | 0 | 5C | 2D | A | 149 | 55 | 30 |
| Octal | 345 | 22 | 176 | 0 | 134 | 55 | 12 | 511 | 125 | 60 |
| Binary | 11100101 | 10010 | 1111110 | 0 | 1011100 | 101101 | 1010 | 101001001 | 1010101 | 110000 |
Color Harmonies of #E5127E
Complementary color
Monochromatic Colors of #E5127E
Black with #E5127E
Text Example
Text Example
White with #E5127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5127E; }
p { color: rgb(229,18,126); }
H1.HeaderClassName
{
color: #E5127E;
}
.AnyTagClassName
{
color: #E5127E;
}
</style>
background-color css
<style>
a { background-color: #E5127E; }
a { background-color: rgb(229,18,126); }
div.DivClassName
{
background-color: #E5127E;
}
.BgClassName
{
background-color: #E5127E;
}
</style>
border-color css
<style>
span { border-color: #E5127E; }
span { border-color: rgb(229,18,126); }
td.TdClassName
{
border-color: #E5127E;
}
.TagClassName
{
border-color: #E5127E;
}
</style>