Shades of Medium Violet Red #E0127C
Tints of Medium Violet Red #E0127C
RGB
CMYK
RGB Variations
Color information
#E0127C (or 0xE0127C) is known color: Medium Violet Red. HEX triplet: E0, 12 and 7C. RGB value is (224,18,124). Sum of RGB (Red+Green+Blue) = 224+18+124=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0127C is #1FED83. Grayscale: #5B5B5B. Windows color (decimal): -2092420 or 8131296. OLE color: 8131296.
HSL color Cylindrical-coordinate representation of color #E0127C: hue angle of 329.13º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0127C is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 124 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.12 |
| HSL | 329.13º | 0.85% | 0.47% | - |
| HSV(B) | 329.13º | 0.92% | 0.88% | - |
| XYZ | 34.59 | 17.74 | 20.67 | - |
| YUV | 91.68 | 146.25 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 124 | 0 | 0.92 | 0.45 | 0.12 | 329.13 | 0.85 | 0.47 |
| Hex | E0 | 12 | 7C | 0 | 5C | 2D | C | 149 | 55 | 2F |
| Octal | 340 | 22 | 174 | 0 | 134 | 55 | 14 | 511 | 125 | 57 |
| Binary | 11100000 | 10010 | 1111100 | 0 | 1011100 | 101101 | 1100 | 101001001 | 1010101 | 101111 |
Color Harmonies of #E0127C
Complementary color
Monochromatic Colors of #E0127C
Black with #E0127C
Text Example
Text Example
White with #E0127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0127C; }
p { color: rgb(224,18,124); }
H1.HeaderClassName
{
color: #E0127C;
}
.AnyTagClassName
{
color: #E0127C;
}
</style>
background-color css
<style>
a { background-color: #E0127C; }
a { background-color: rgb(224,18,124); }
div.DivClassName
{
background-color: #E0127C;
}
.BgClassName
{
background-color: #E0127C;
}
</style>
border-color css
<style>
span { border-color: #E0127C; }
span { border-color: rgb(224,18,124); }
td.TdClassName
{
border-color: #E0127C;
}
.TagClassName
{
border-color: #E0127C;
}
</style>