Shades of Medium Violet Red #E0088B
Tints of Medium Violet Red #E0088B
RGB
CMYK
RGB Variations
Color information
#E0088B (or 0xE0088B) is known color: Medium Violet Red. HEX triplet: E0, 08 and 8B. RGB value is (224,8,139). Sum of RGB (Red+Green+Blue) = 224+8+139=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0088B is #1FF774. Grayscale: #575757. Windows color (decimal): -2094965 or 9111776. OLE color: 9111776.
HSL color Cylindrical-coordinate representation of color #E0088B: hue angle of 323.61º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0088B is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.12 |
| HSL | 323.61º | 0.93% | 0.45% | - |
| HSV(B) | 323.61º | 0.96% | 0.88% | - |
| XYZ | 35.49 | 17.89 | 26.01 | - |
| YUV | 87.52 | 157.06 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 139 | 0 | 0.96 | 0.38 | 0.12 | 323.61 | 0.93 | 0.45 |
| Hex | E0 | 8 | 8B | 0 | 60 | 26 | C | 144 | 5D | 2D |
| Octal | 340 | 10 | 213 | 0 | 140 | 46 | 14 | 504 | 135 | 55 |
| Binary | 11100000 | 1000 | 10001011 | 0 | 1100000 | 100110 | 1100 | 101000100 | 1011101 | 101101 |
Color Harmonies of #E0088B
Complementary color
Monochromatic Colors of #E0088B
Black with #E0088B
Text Example
Text Example
White with #E0088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0088B; }
p { color: rgb(224,8,139); }
H1.HeaderClassName
{
color: #E0088B;
}
.AnyTagClassName
{
color: #E0088B;
}
</style>
background-color css
<style>
a { background-color: #E0088B; }
a { background-color: rgb(224,8,139); }
div.DivClassName
{
background-color: #E0088B;
}
.BgClassName
{
background-color: #E0088B;
}
</style>
border-color css
<style>
span { border-color: #E0088B; }
span { border-color: rgb(224,8,139); }
td.TdClassName
{
border-color: #E0088B;
}
.TagClassName
{
border-color: #E0088B;
}
</style>