Shades of Medium Violet Red #E00A8E
Tints of Medium Violet Red #E00A8E
RGB
CMYK
RGB Variations
Color information
#E00A8E (or 0xE00A8E) is known color: Medium Violet Red. HEX triplet: E0, 0A and 8E. RGB value is (224,10,142). Sum of RGB (Red+Green+Blue) = 224+10+142=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00A8E is #1FF571. Grayscale: #585858. Windows color (decimal): -2094450 or 9308896. OLE color: 9308896.
HSL color Cylindrical-coordinate representation of color #E00A8E: hue angle of 322.99º 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 #E00A8E is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 142 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.12 |
| HSL | 322.99º | 0.91% | 0.46% | - |
| HSV(B) | 322.99º | 0.96% | 0.88% | - |
| XYZ | 35.73 | 18.02 | 27.19 | - |
| YUV | 89.03 | 157.9 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 142 | 0 | 0.96 | 0.37 | 0.12 | 322.99 | 0.91 | 0.46 |
| Hex | E0 | A | 8E | 0 | 60 | 25 | C | 143 | 5B | 2E |
| Octal | 340 | 12 | 216 | 0 | 140 | 45 | 14 | 503 | 133 | 56 |
| Binary | 11100000 | 1010 | 10001110 | 0 | 1100000 | 100101 | 1100 | 101000011 | 1011011 | 101110 |
Color Harmonies of #E00A8E
Complementary color
Monochromatic Colors of #E00A8E
Black with #E00A8E
Text Example
Text Example
White with #E00A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A8E; }
p { color: rgb(224,10,142); }
H1.HeaderClassName
{
color: #E00A8E;
}
.AnyTagClassName
{
color: #E00A8E;
}
</style>
background-color css
<style>
a { background-color: #E00A8E; }
a { background-color: rgb(224,10,142); }
div.DivClassName
{
background-color: #E00A8E;
}
.BgClassName
{
background-color: #E00A8E;
}
</style>
border-color css
<style>
span { border-color: #E00A8E; }
span { border-color: rgb(224,10,142); }
td.TdClassName
{
border-color: #E00A8E;
}
.TagClassName
{
border-color: #E00A8E;
}
</style>