Shades of Medium Violet Red #E0117E
Tints of Medium Violet Red #E0117E
RGB
CMYK
RGB Variations
Color information
#E0117E (or 0xE0117E) is known color: Medium Violet Red. HEX triplet: E0, 11 and 7E. RGB value is (224,17,126). Sum of RGB (Red+Green+Blue) = 224+17+126=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E0117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0117E is #1FEE81. Grayscale: #5B5B5B. Windows color (decimal): -2092674 or 8262112. OLE color: 8262112.
HSL color Cylindrical-coordinate representation of color #E0117E: hue angle of 328.41º 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 #E0117E is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 126 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.12 |
| HSL | 328.41º | 0.86% | 0.47% | - |
| HSV(B) | 328.41º | 0.92% | 0.88% | - |
| XYZ | 34.71 | 17.75 | 21.34 | - |
| YUV | 91.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 126 | 0 | 0.92 | 0.44 | 0.12 | 328.41 | 0.86 | 0.47 |
| Hex | E0 | 11 | 7E | 0 | 5C | 2C | C | 148 | 56 | 2F |
| Octal | 340 | 21 | 176 | 0 | 134 | 54 | 14 | 510 | 126 | 57 |
| Binary | 11100000 | 10001 | 1111110 | 0 | 1011100 | 101100 | 1100 | 101001000 | 1010110 | 101111 |
Color Harmonies of #E0117E
Complementary color
Monochromatic Colors of #E0117E
Black with #E0117E
Text Example
Text Example
White with #E0117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0117E; }
p { color: rgb(224,17,126); }
H1.HeaderClassName
{
color: #E0117E;
}
.AnyTagClassName
{
color: #E0117E;
}
</style>
background-color css
<style>
a { background-color: #E0117E; }
a { background-color: rgb(224,17,126); }
div.DivClassName
{
background-color: #E0117E;
}
.BgClassName
{
background-color: #E0117E;
}
</style>
border-color css
<style>
span { border-color: #E0117E; }
span { border-color: rgb(224,17,126); }
td.TdClassName
{
border-color: #E0117E;
}
.TagClassName
{
border-color: #E0117E;
}
</style>