Shades of Medium Violet Red #E0058B
Tints of Medium Violet Red #E0058B
RGB
CMYK
RGB Variations
Color information
#E0058B (or 0xE0058B) is known color: Medium Violet Red. HEX triplet: E0, 05 and 8B. RGB value is (224,5,139). Sum of RGB (Red+Green+Blue) = 224+5+139=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0058B is #1FFA74. Grayscale: #555555. Windows color (decimal): -2095733 or 9111008. OLE color: 9111008.
HSL color Cylindrical-coordinate representation of color #E0058B: hue angle of 323.29º 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 #E0058B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 139 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.12 |
| HSL | 323.29º | 0.96% | 0.45% | - |
| HSV(B) | 323.29º | 0.98% | 0.88% | - |
| XYZ | 35.45 | 17.82 | 26 | - |
| YUV | 85.76 | 158.05 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 139 | 0 | 0.98 | 0.38 | 0.12 | 323.29 | 0.96 | 0.45 |
| Hex | E0 | 5 | 8B | 0 | 62 | 26 | C | 143 | 60 | 2D |
| Octal | 340 | 5 | 213 | 0 | 142 | 46 | 14 | 503 | 140 | 55 |
| Binary | 11100000 | 101 | 10001011 | 0 | 1100010 | 100110 | 1100 | 101000011 | 1100000 | 101101 |
Color Harmonies of #E0058B
Complementary color
Monochromatic Colors of #E0058B
Black with #E0058B
Text Example
Text Example
White with #E0058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0058B; }
p { color: rgb(224,5,139); }
H1.HeaderClassName
{
color: #E0058B;
}
.AnyTagClassName
{
color: #E0058B;
}
</style>
background-color css
<style>
a { background-color: #E0058B; }
a { background-color: rgb(224,5,139); }
div.DivClassName
{
background-color: #E0058B;
}
.BgClassName
{
background-color: #E0058B;
}
</style>
border-color css
<style>
span { border-color: #E0058B; }
span { border-color: rgb(224,5,139); }
td.TdClassName
{
border-color: #E0058B;
}
.TagClassName
{
border-color: #E0058B;
}
</style>