Shades of Medium Violet Red #E0057F
Tints of Medium Violet Red #E0057F
RGB
CMYK
RGB Variations
Color information
#E0057F (or 0xE0057F) is known color: Medium Violet Red. HEX triplet: E0, 05 and 7F. RGB value is (224,5,127). Sum of RGB (Red+Green+Blue) = 224+5+127=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E0057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0057F is #1FFA80. Grayscale: #545454. Windows color (decimal): -2095745 or 8324576. OLE color: 8324576.
HSL color Cylindrical-coordinate representation of color #E0057F: hue angle of 326.58º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0057F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.12 |
| HSL | 326.58º | 0.96% | 0.45% | - |
| HSV(B) | 326.58º | 0.98% | 0.88% | - |
| XYZ | 34.63 | 17.49 | 21.63 | - |
| YUV | 84.39 | 152.05 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 127 | 0 | 0.98 | 0.43 | 0.12 | 326.58 | 0.96 | 0.45 |
| Hex | E0 | 5 | 7F | 0 | 62 | 2B | C | 147 | 60 | 2D |
| Octal | 340 | 5 | 177 | 0 | 142 | 53 | 14 | 507 | 140 | 55 |
| Binary | 11100000 | 101 | 1111111 | 0 | 1100010 | 101011 | 1100 | 101000111 | 1100000 | 101101 |
Color Harmonies of #E0057F
Complementary color
Monochromatic Colors of #E0057F
Black with #E0057F
Text Example
Text Example
White with #E0057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0057F; }
p { color: rgb(224,5,127); }
H1.HeaderClassName
{
color: #E0057F;
}
.AnyTagClassName
{
color: #E0057F;
}
</style>
background-color css
<style>
a { background-color: #E0057F; }
a { background-color: rgb(224,5,127); }
div.DivClassName
{
background-color: #E0057F;
}
.BgClassName
{
background-color: #E0057F;
}
</style>
border-color css
<style>
span { border-color: #E0057F; }
span { border-color: rgb(224,5,127); }
td.TdClassName
{
border-color: #E0057F;
}
.TagClassName
{
border-color: #E0057F;
}
</style>