Shades of Medium Violet Red #E2057D
Tints of Medium Violet Red #E2057D
RGB
CMYK
RGB Variations
Color information
#E2057D (or 0xE2057D) is known color: Medium Violet Red. HEX triplet: E2, 05 and 7D. RGB value is (226,5,125). Sum of RGB (Red+Green+Blue) = 226+5+125=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2057D is #1DFA82. Grayscale: #545454. Windows color (decimal): -1964675 or 8193506. OLE color: 8193506.
HSL color Cylindrical-coordinate representation of color #E2057D: hue angle of 327.42º 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 #E2057D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.11 |
| HSL | 327.42º | 0.96% | 0.45% | - |
| HSV(B) | 327.42º | 0.98% | 0.89% | - |
| XYZ | 35.12 | 17.76 | 20.98 | - |
| YUV | 84.76 | 150.72 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 125 | 0 | 0.98 | 0.45 | 0.11 | 327.42 | 0.96 | 0.45 |
| Hex | E2 | 5 | 7D | 0 | 62 | 2D | B | 147 | 60 | 2D |
| Octal | 342 | 5 | 175 | 0 | 142 | 55 | 13 | 507 | 140 | 55 |
| Binary | 11100010 | 101 | 1111101 | 0 | 1100010 | 101101 | 1011 | 101000111 | 1100000 | 101101 |
Color Harmonies of #E2057D
Complementary color
Monochromatic Colors of #E2057D
Black with #E2057D
Text Example
Text Example
White with #E2057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2057D; }
p { color: rgb(226,5,125); }
H1.HeaderClassName
{
color: #E2057D;
}
.AnyTagClassName
{
color: #E2057D;
}
</style>
background-color css
<style>
a { background-color: #E2057D; }
a { background-color: rgb(226,5,125); }
div.DivClassName
{
background-color: #E2057D;
}
.BgClassName
{
background-color: #E2057D;
}
</style>
border-color css
<style>
span { border-color: #E2057D; }
span { border-color: rgb(226,5,125); }
td.TdClassName
{
border-color: #E2057D;
}
.TagClassName
{
border-color: #E2057D;
}
</style>