Shades of Medium Violet Red #E1117B
Tints of Medium Violet Red #E1117B
RGB
CMYK
RGB Variations
Color information
#E1117B (or 0xE1117B) is known color: Medium Violet Red. HEX triplet: E1, 11 and 7B. RGB value is (225,17,123). Sum of RGB (Red+Green+Blue) = 225+17+123=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1117B is #1EEE84. Grayscale: #5B5B5B. Windows color (decimal): -2027141 or 8065505. OLE color: 8065505.
HSL color Cylindrical-coordinate representation of color #E1117B: hue angle of 329.42º degrees, saturation: 0.86, 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 #E1117B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 123 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.12 |
| HSL | 329.42º | 0.86% | 0.47% | - |
| HSV(B) | 329.42º | 0.92% | 0.88% | - |
| XYZ | 34.83 | 17.84 | 20.35 | - |
| YUV | 91.28 | 145.91 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 123 | 0 | 0.92 | 0.45 | 0.12 | 329.42 | 0.86 | 0.47 |
| Hex | E1 | 11 | 7B | 0 | 5C | 2D | C | 149 | 56 | 2F |
| Octal | 341 | 21 | 173 | 0 | 134 | 55 | 14 | 511 | 126 | 57 |
| Binary | 11100001 | 10001 | 1111011 | 0 | 1011100 | 101101 | 1100 | 101001001 | 1010110 | 101111 |
Color Harmonies of #E1117B
Complementary color
Monochromatic Colors of #E1117B
Black with #E1117B
Text Example
Text Example
White with #E1117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1117B; }
p { color: rgb(225,17,123); }
H1.HeaderClassName
{
color: #E1117B;
}
.AnyTagClassName
{
color: #E1117B;
}
</style>
background-color css
<style>
a { background-color: #E1117B; }
a { background-color: rgb(225,17,123); }
div.DivClassName
{
background-color: #E1117B;
}
.BgClassName
{
background-color: #E1117B;
}
</style>
border-color css
<style>
span { border-color: #E1117B; }
span { border-color: rgb(225,17,123); }
td.TdClassName
{
border-color: #E1117B;
}
.TagClassName
{
border-color: #E1117B;
}
</style>