Shades of Medium Violet Red #E5047F
Tints of Medium Violet Red #E5047F
RGB
CMYK
RGB Variations
Color information
#E5047F (or 0xE5047F) is known color: Medium Violet Red. HEX triplet: E5, 04 and 7F. RGB value is (229,4,127). Sum of RGB (Red+Green+Blue) = 229+4+127=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5047F is #1AFB80. Grayscale: #555555. Windows color (decimal): -1768321 or 8324325. OLE color: 8324325.
HSL color Cylindrical-coordinate representation of color #E5047F: hue angle of 327.2º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5047F is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.10 |
| HSL | 327.2º | 0.97% | 0.46% | - |
| HSV(B) | 327.2º | 0.98% | 0.9% | - |
| XYZ | 36.19 | 18.28 | 21.7 | - |
| YUV | 85.3 | 151.54 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 127 | 0 | 0.98 | 0.45 | 0.10 | 327.2 | 0.97 | 0.46 |
| Hex | E5 | 4 | 7F | 0 | 62 | 2D | A | 147 | 61 | 2E |
| Octal | 345 | 4 | 177 | 0 | 142 | 55 | 12 | 507 | 141 | 56 |
| Binary | 11100101 | 100 | 1111111 | 0 | 1100010 | 101101 | 1010 | 101000111 | 1100001 | 101110 |
Color Harmonies of #E5047F
Complementary color
Monochromatic Colors of #E5047F
Black with #E5047F
Text Example
Text Example
White with #E5047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5047F; }
p { color: rgb(229,4,127); }
H1.HeaderClassName
{
color: #E5047F;
}
.AnyTagClassName
{
color: #E5047F;
}
</style>
background-color css
<style>
a { background-color: #E5047F; }
a { background-color: rgb(229,4,127); }
div.DivClassName
{
background-color: #E5047F;
}
.BgClassName
{
background-color: #E5047F;
}
</style>
border-color css
<style>
span { border-color: #E5047F; }
span { border-color: rgb(229,4,127); }
td.TdClassName
{
border-color: #E5047F;
}
.TagClassName
{
border-color: #E5047F;
}
</style>