Shades of Medium Violet Red #E2107C
Tints of Medium Violet Red #E2107C
RGB
CMYK
RGB Variations
Color information
#E2107C (or 0xE2107C) is known color: Medium Violet Red. HEX triplet: E2, 10 and 7C. RGB value is (226,16,124). Sum of RGB (Red+Green+Blue) = 226+16+124=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2107C is #1DEF83. Grayscale: #5A5A5A. Windows color (decimal): -1961860 or 8130786. OLE color: 8130786.
HSL color Cylindrical-coordinate representation of color #E2107C: hue angle of 329.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2107C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.11 |
| HSL | 329.14º | 0.87% | 0.47% | - |
| HSV(B) | 329.14º | 0.93% | 0.89% | - |
| XYZ | 35.19 | 17.99 | 20.69 | - |
| YUV | 91.1 | 146.57 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 124 | 0 | 0.93 | 0.45 | 0.11 | 329.14 | 0.87 | 0.47 |
| Hex | E2 | 10 | 7C | 0 | 5D | 2D | B | 149 | 57 | 2F |
| Octal | 342 | 20 | 174 | 0 | 135 | 55 | 13 | 511 | 127 | 57 |
| Binary | 11100010 | 10000 | 1111100 | 0 | 1011101 | 101101 | 1011 | 101001001 | 1010111 | 101111 |
Color Harmonies of #E2107C
Complementary color
Monochromatic Colors of #E2107C
Black with #E2107C
Text Example
Text Example
White with #E2107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2107C; }
p { color: rgb(226,16,124); }
H1.HeaderClassName
{
color: #E2107C;
}
.AnyTagClassName
{
color: #E2107C;
}
</style>
background-color css
<style>
a { background-color: #E2107C; }
a { background-color: rgb(226,16,124); }
div.DivClassName
{
background-color: #E2107C;
}
.BgClassName
{
background-color: #E2107C;
}
</style>
border-color css
<style>
span { border-color: #E2107C; }
span { border-color: rgb(226,16,124); }
td.TdClassName
{
border-color: #E2107C;
}
.TagClassName
{
border-color: #E2107C;
}
</style>