Shades of Medium Violet Red #E0088D
Tints of Medium Violet Red #E0088D
RGB
CMYK
RGB Variations
Color information
#E0088D (or 0xE0088D) is known color: Medium Violet Red. HEX triplet: E0, 08 and 8D. RGB value is (224,8,141). Sum of RGB (Red+Green+Blue) = 224+8+141=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E0088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0088D is #1FF772. Grayscale: #575757. Windows color (decimal): -2094963 or 9242848. OLE color: 9242848.
HSL color Cylindrical-coordinate representation of color #E0088D: hue angle of 323.06º 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 #E0088D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 141 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.12 |
| HSL | 323.06º | 0.93% | 0.45% | - |
| HSV(B) | 323.06º | 0.96% | 0.88% | - |
| XYZ | 35.64 | 17.94 | 26.78 | - |
| YUV | 87.75 | 158.06 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 141 | 0 | 0.96 | 0.37 | 0.12 | 323.06 | 0.93 | 0.45 |
| Hex | E0 | 8 | 8D | 0 | 60 | 25 | C | 143 | 5D | 2D |
| Octal | 340 | 10 | 215 | 0 | 140 | 45 | 14 | 503 | 135 | 55 |
| Binary | 11100000 | 1000 | 10001101 | 0 | 1100000 | 100101 | 1100 | 101000011 | 1011101 | 101101 |
Color Harmonies of #E0088D
Complementary color
Monochromatic Colors of #E0088D
Black with #E0088D
Text Example
Text Example
White with #E0088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0088D; }
p { color: rgb(224,8,141); }
H1.HeaderClassName
{
color: #E0088D;
}
.AnyTagClassName
{
color: #E0088D;
}
</style>
background-color css
<style>
a { background-color: #E0088D; }
a { background-color: rgb(224,8,141); }
div.DivClassName
{
background-color: #E0088D;
}
.BgClassName
{
background-color: #E0088D;
}
</style>
border-color css
<style>
span { border-color: #E0088D; }
span { border-color: rgb(224,8,141); }
td.TdClassName
{
border-color: #E0088D;
}
.TagClassName
{
border-color: #E0088D;
}
</style>