Shades of Medium Violet Red #E00A8A
Tints of Medium Violet Red #E00A8A
RGB
CMYK
RGB Variations
Color information
#E00A8A (or 0xE00A8A) is known color: Medium Violet Red. HEX triplet: E0, 0A and 8A. RGB value is (224,10,138). Sum of RGB (Red+Green+Blue) = 224+10+138=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00A8A is #1FF575. Grayscale: #585858. Windows color (decimal): -2094454 or 9046752. OLE color: 9046752.
HSL color Cylindrical-coordinate representation of color #E00A8A: hue angle of 324.11º 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 #E00A8A is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 138 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.12 |
| HSL | 324.11º | 0.91% | 0.46% | - |
| HSV(B) | 324.11º | 0.96% | 0.88% | - |
| XYZ | 35.44 | 17.9 | 25.63 | - |
| YUV | 88.58 | 155.9 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 138 | 0 | 0.96 | 0.38 | 0.12 | 324.11 | 0.91 | 0.46 |
| Hex | E0 | A | 8A | 0 | 60 | 26 | C | 144 | 5B | 2E |
| Octal | 340 | 12 | 212 | 0 | 140 | 46 | 14 | 504 | 133 | 56 |
| Binary | 11100000 | 1010 | 10001010 | 0 | 1100000 | 100110 | 1100 | 101000100 | 1011011 | 101110 |
Color Harmonies of #E00A8A
Complementary color
Monochromatic Colors of #E00A8A
Black with #E00A8A
Text Example
Text Example
White with #E00A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A8A; }
p { color: rgb(224,10,138); }
H1.HeaderClassName
{
color: #E00A8A;
}
.AnyTagClassName
{
color: #E00A8A;
}
</style>
background-color css
<style>
a { background-color: #E00A8A; }
a { background-color: rgb(224,10,138); }
div.DivClassName
{
background-color: #E00A8A;
}
.BgClassName
{
background-color: #E00A8A;
}
</style>
border-color css
<style>
span { border-color: #E00A8A; }
span { border-color: rgb(224,10,138); }
td.TdClassName
{
border-color: #E00A8A;
}
.TagClassName
{
border-color: #E00A8A;
}
</style>