Shades of Medium Violet Red #E2057F
Tints of Medium Violet Red #E2057F
RGB
CMYK
RGB Variations
Color information
#E2057F (or 0xE2057F) is known color: Medium Violet Red. HEX triplet: E2, 05 and 7F. RGB value is (226,5,127). Sum of RGB (Red+Green+Blue) = 226+5+127=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2057F is #1DFA80. Grayscale: #545454. Windows color (decimal): -1964673 or 8324578. OLE color: 8324578.
HSL color Cylindrical-coordinate representation of color #E2057F: hue angle of 326.88º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2057F is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.11 |
| HSL | 326.88º | 0.96% | 0.45% | - |
| HSV(B) | 326.88º | 0.98% | 0.89% | - |
| XYZ | 35.25 | 17.81 | 21.66 | - |
| YUV | 84.99 | 151.72 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 127 | 0 | 0.98 | 0.44 | 0.11 | 326.88 | 0.96 | 0.45 |
| Hex | E2 | 5 | 7F | 0 | 62 | 2C | B | 147 | 60 | 2D |
| Octal | 342 | 5 | 177 | 0 | 142 | 54 | 13 | 507 | 140 | 55 |
| Binary | 11100010 | 101 | 1111111 | 0 | 1100010 | 101100 | 1011 | 101000111 | 1100000 | 101101 |
Color Harmonies of #E2057F
Complementary color
Monochromatic Colors of #E2057F
Black with #E2057F
Text Example
Text Example
White with #E2057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2057F; }
p { color: rgb(226,5,127); }
H1.HeaderClassName
{
color: #E2057F;
}
.AnyTagClassName
{
color: #E2057F;
}
</style>
background-color css
<style>
a { background-color: #E2057F; }
a { background-color: rgb(226,5,127); }
div.DivClassName
{
background-color: #E2057F;
}
.BgClassName
{
background-color: #E2057F;
}
</style>
border-color css
<style>
span { border-color: #E2057F; }
span { border-color: rgb(226,5,127); }
td.TdClassName
{
border-color: #E2057F;
}
.TagClassName
{
border-color: #E2057F;
}
</style>