Shades of Medium Violet Red #E1107E
Tints of Medium Violet Red #E1107E
RGB
CMYK
RGB Variations
Color information
#E1107E (or 0xE1107E) is known color: Medium Violet Red. HEX triplet: E1, 10 and 7E. RGB value is (225,16,126). Sum of RGB (Red+Green+Blue) = 225+16+126=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1107E is #1EEF81. Grayscale: #5A5A5A. Windows color (decimal): -2027394 or 8261857. OLE color: 8261857.
HSL color Cylindrical-coordinate representation of color #E1107E: hue angle of 328.42º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1107E is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 126 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.12 |
| HSL | 328.42º | 0.87% | 0.47% | - |
| HSV(B) | 328.42º | 0.93% | 0.88% | - |
| XYZ | 35 | 17.88 | 21.35 | - |
| YUV | 91.03 | 147.74 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 126 | 0 | 0.93 | 0.44 | 0.12 | 328.42 | 0.87 | 0.47 |
| Hex | E1 | 10 | 7E | 0 | 5D | 2C | C | 148 | 57 | 2F |
| Octal | 341 | 20 | 176 | 0 | 135 | 54 | 14 | 510 | 127 | 57 |
| Binary | 11100001 | 10000 | 1111110 | 0 | 1011101 | 101100 | 1100 | 101001000 | 1010111 | 101111 |
Color Harmonies of #E1107E
Complementary color
Monochromatic Colors of #E1107E
Black with #E1107E
Text Example
Text Example
White with #E1107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1107E; }
p { color: rgb(225,16,126); }
H1.HeaderClassName
{
color: #E1107E;
}
.AnyTagClassName
{
color: #E1107E;
}
</style>
background-color css
<style>
a { background-color: #E1107E; }
a { background-color: rgb(225,16,126); }
div.DivClassName
{
background-color: #E1107E;
}
.BgClassName
{
background-color: #E1107E;
}
</style>
border-color css
<style>
span { border-color: #E1107E; }
span { border-color: rgb(225,16,126); }
td.TdClassName
{
border-color: #E1107E;
}
.TagClassName
{
border-color: #E1107E;
}
</style>