Shades of Medium Violet Red #E00A8C
Tints of Medium Violet Red #E00A8C
RGB
CMYK
RGB Variations
Color information
#E00A8C (or 0xE00A8C) is known color: Medium Violet Red. HEX triplet: E0, 0A and 8C. RGB value is (224,10,140). Sum of RGB (Red+Green+Blue) = 224+10+140=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00A8C is #1FF573. Grayscale: #585858. Windows color (decimal): -2094452 or 9177824. OLE color: 9177824.
HSL color Cylindrical-coordinate representation of color #E00A8C: hue angle of 323.55º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A8C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.12 |
| HSL | 323.55º | 0.91% | 0.46% | - |
| HSV(B) | 323.55º | 0.96% | 0.88% | - |
| XYZ | 35.58 | 17.96 | 26.4 | - |
| YUV | 88.81 | 156.9 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 140 | 0 | 0.96 | 0.38 | 0.12 | 323.55 | 0.91 | 0.46 |
| Hex | E0 | A | 8C | 0 | 60 | 26 | C | 144 | 5B | 2E |
| Octal | 340 | 12 | 214 | 0 | 140 | 46 | 14 | 504 | 133 | 56 |
| Binary | 11100000 | 1010 | 10001100 | 0 | 1100000 | 100110 | 1100 | 101000100 | 1011011 | 101110 |
Color Harmonies of #E00A8C
Complementary color
Monochromatic Colors of #E00A8C
Black with #E00A8C
Text Example
Text Example
White with #E00A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A8C; }
p { color: rgb(224,10,140); }
H1.HeaderClassName
{
color: #E00A8C;
}
.AnyTagClassName
{
color: #E00A8C;
}
</style>
background-color css
<style>
a { background-color: #E00A8C; }
a { background-color: rgb(224,10,140); }
div.DivClassName
{
background-color: #E00A8C;
}
.BgClassName
{
background-color: #E00A8C;
}
</style>
border-color css
<style>
span { border-color: #E00A8C; }
span { border-color: rgb(224,10,140); }
td.TdClassName
{
border-color: #E00A8C;
}
.TagClassName
{
border-color: #E00A8C;
}
</style>