Shades of Medium Violet Red #E00A83
Tints of Medium Violet Red #E00A83
RGB
CMYK
RGB Variations
Color information
#E00A83 (or 0xE00A83) is known color: Medium Violet Red. HEX triplet: E0, 0A and 83. RGB value is (224,10,131). Sum of RGB (Red+Green+Blue) = 224+10+131=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00A83 is #1FF57C. Grayscale: #575757. Windows color (decimal): -2094461 or 8588000. OLE color: 8588000.
HSL color Cylindrical-coordinate representation of color #E00A83: hue angle of 326.07º 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 #E00A83 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 131 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.12 |
| HSL | 326.07º | 0.91% | 0.46% | - |
| HSV(B) | 326.07º | 0.96% | 0.88% | - |
| XYZ | 34.95 | 17.7 | 23.05 | - |
| YUV | 87.78 | 152.4 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 131 | 0 | 0.96 | 0.42 | 0.12 | 326.07 | 0.91 | 0.46 |
| Hex | E0 | A | 83 | 0 | 60 | 2A | C | 146 | 5B | 2E |
| Octal | 340 | 12 | 203 | 0 | 140 | 52 | 14 | 506 | 133 | 56 |
| Binary | 11100000 | 1010 | 10000011 | 0 | 1100000 | 101010 | 1100 | 101000110 | 1011011 | 101110 |
Color Harmonies of #E00A83
Complementary color
Monochromatic Colors of #E00A83
Black with #E00A83
Text Example
Text Example
White with #E00A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A83; }
p { color: rgb(224,10,131); }
H1.HeaderClassName
{
color: #E00A83;
}
.AnyTagClassName
{
color: #E00A83;
}
</style>
background-color css
<style>
a { background-color: #E00A83; }
a { background-color: rgb(224,10,131); }
div.DivClassName
{
background-color: #E00A83;
}
.BgClassName
{
background-color: #E00A83;
}
</style>
border-color css
<style>
span { border-color: #E00A83; }
span { border-color: rgb(224,10,131); }
td.TdClassName
{
border-color: #E00A83;
}
.TagClassName
{
border-color: #E00A83;
}
</style>