Shades of Medium Violet Red #E5107E
Tints of Medium Violet Red #E5107E
RGB
CMYK
RGB Variations
Color information
#E5107E (or 0xE5107E) is known color: Medium Violet Red. HEX triplet: E5, 10 and 7E. RGB value is (229,16,126). Sum of RGB (Red+Green+Blue) = 229+16+126=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5107E is #1AEF81. Grayscale: #5C5C5C. Windows color (decimal): -1765250 or 8261861. OLE color: 8261861.
HSL color Cylindrical-coordinate representation of color #E5107E: hue angle of 329.01º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5107E is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 126 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.10 |
| HSL | 329.01º | 0.87% | 0.48% | - |
| HSV(B) | 329.01º | 0.93% | 0.9% | - |
| XYZ | 36.26 | 18.53 | 21.4 | - |
| YUV | 92.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 126 | 0 | 0.93 | 0.45 | 0.10 | 329.01 | 0.87 | 0.48 |
| Hex | E5 | 10 | 7E | 0 | 5D | 2D | A | 149 | 57 | 30 |
| Octal | 345 | 20 | 176 | 0 | 135 | 55 | 12 | 511 | 127 | 60 |
| Binary | 11100101 | 10000 | 1111110 | 0 | 1011101 | 101101 | 1010 | 101001001 | 1010111 | 110000 |
Color Harmonies of #E5107E
Complementary color
Monochromatic Colors of #E5107E
Black with #E5107E
Text Example
Text Example
White with #E5107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5107E; }
p { color: rgb(229,16,126); }
H1.HeaderClassName
{
color: #E5107E;
}
.AnyTagClassName
{
color: #E5107E;
}
</style>
background-color css
<style>
a { background-color: #E5107E; }
a { background-color: rgb(229,16,126); }
div.DivClassName
{
background-color: #E5107E;
}
.BgClassName
{
background-color: #E5107E;
}
</style>
border-color css
<style>
span { border-color: #E5107E; }
span { border-color: rgb(229,16,126); }
td.TdClassName
{
border-color: #E5107E;
}
.TagClassName
{
border-color: #E5107E;
}
</style>