Shades of Medium Violet Red #E0057B
Tints of Medium Violet Red #E0057B
RGB
CMYK
RGB Variations
Color information
#E0057B (or 0xE0057B) is known color: Medium Violet Red. HEX triplet: E0, 05 and 7B. RGB value is (224,5,123). Sum of RGB (Red+Green+Blue) = 224+5+123=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0057B is #1FFA84. Grayscale: #535353. Windows color (decimal): -2095749 or 8062432. OLE color: 8062432.
HSL color Cylindrical-coordinate representation of color #E0057B: hue angle of 327.67º 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 #E0057B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.12 |
| HSL | 327.67º | 0.96% | 0.45% | - |
| HSV(B) | 327.67º | 0.98% | 0.88% | - |
| XYZ | 34.37 | 17.39 | 20.28 | - |
| YUV | 83.93 | 150.05 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 123 | 0 | 0.98 | 0.45 | 0.12 | 327.67 | 0.96 | 0.45 |
| Hex | E0 | 5 | 7B | 0 | 62 | 2D | C | 148 | 60 | 2D |
| Octal | 340 | 5 | 173 | 0 | 142 | 55 | 14 | 510 | 140 | 55 |
| Binary | 11100000 | 101 | 1111011 | 0 | 1100010 | 101101 | 1100 | 101001000 | 1100000 | 101101 |
Color Harmonies of #E0057B
Complementary color
Monochromatic Colors of #E0057B
Black with #E0057B
Text Example
Text Example
White with #E0057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0057B; }
p { color: rgb(224,5,123); }
H1.HeaderClassName
{
color: #E0057B;
}
.AnyTagClassName
{
color: #E0057B;
}
</style>
background-color css
<style>
a { background-color: #E0057B; }
a { background-color: rgb(224,5,123); }
div.DivClassName
{
background-color: #E0057B;
}
.BgClassName
{
background-color: #E0057B;
}
</style>
border-color css
<style>
span { border-color: #E0057B; }
span { border-color: rgb(224,5,123); }
td.TdClassName
{
border-color: #E0057B;
}
.TagClassName
{
border-color: #E0057B;
}
</style>