Shades of Medium Violet Red #E5117F
Tints of Medium Violet Red #E5117F
RGB
CMYK
RGB Variations
Color information
#E5117F (or 0xE5117F) is known color: Medium Violet Red. HEX triplet: E5, 11 and 7F. RGB value is (229,17,127). Sum of RGB (Red+Green+Blue) = 229+17+127=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5117F is #1AEE80. Grayscale: #5C5C5C. Windows color (decimal): -1764993 or 8327653. OLE color: 8327653.
HSL color Cylindrical-coordinate representation of color #E5117F: hue angle of 328.87º degrees, saturation: 0.86, 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 #E5117F is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 127 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.10 |
| HSL | 328.87º | 0.86% | 0.48% | - |
| HSV(B) | 328.87º | 0.93% | 0.9% | - |
| XYZ | 36.34 | 18.59 | 21.75 | - |
| YUV | 92.93 | 147.24 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 127 | 0 | 0.93 | 0.45 | 0.10 | 328.87 | 0.86 | 0.48 |
| Hex | E5 | 11 | 7F | 0 | 5D | 2D | A | 149 | 56 | 30 |
| Octal | 345 | 21 | 177 | 0 | 135 | 55 | 12 | 511 | 126 | 60 |
| Binary | 11100101 | 10001 | 1111111 | 0 | 1011101 | 101101 | 1010 | 101001001 | 1010110 | 110000 |
Color Harmonies of #E5117F
Complementary color
Monochromatic Colors of #E5117F
Black with #E5117F
Text Example
Text Example
White with #E5117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5117F; }
p { color: rgb(229,17,127); }
H1.HeaderClassName
{
color: #E5117F;
}
.AnyTagClassName
{
color: #E5117F;
}
</style>
background-color css
<style>
a { background-color: #E5117F; }
a { background-color: rgb(229,17,127); }
div.DivClassName
{
background-color: #E5117F;
}
.BgClassName
{
background-color: #E5117F;
}
</style>
border-color css
<style>
span { border-color: #E5117F; }
span { border-color: rgb(229,17,127); }
td.TdClassName
{
border-color: #E5117F;
}
.TagClassName
{
border-color: #E5117F;
}
</style>