Shades of Medium Violet Red #E00A82
Tints of Medium Violet Red #E00A82
RGB
CMYK
RGB Variations
Color information
#E00A82 (or 0xE00A82) is known color: Medium Violet Red. HEX triplet: E0, 0A and 82. RGB value is (224,10,130). Sum of RGB (Red+Green+Blue) = 224+10+130=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00A82 is #1FF57D. Grayscale: #575757. Windows color (decimal): -2094462 or 8522464. OLE color: 8522464.
HSL color Cylindrical-coordinate representation of color #E00A82: hue angle of 326.36º 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 #E00A82 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 130 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.12 |
| HSL | 326.36º | 0.91% | 0.46% | - |
| HSV(B) | 326.36º | 0.96% | 0.88% | - |
| XYZ | 34.88 | 17.68 | 22.69 | - |
| YUV | 87.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 130 | 0 | 0.96 | 0.42 | 0.12 | 326.36 | 0.91 | 0.46 |
| Hex | E0 | A | 82 | 0 | 60 | 2A | C | 146 | 5B | 2E |
| Octal | 340 | 12 | 202 | 0 | 140 | 52 | 14 | 506 | 133 | 56 |
| Binary | 11100000 | 1010 | 10000010 | 0 | 1100000 | 101010 | 1100 | 101000110 | 1011011 | 101110 |
Color Harmonies of #E00A82
Complementary color
Monochromatic Colors of #E00A82
Black with #E00A82
Text Example
Text Example
White with #E00A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A82; }
p { color: rgb(224,10,130); }
H1.HeaderClassName
{
color: #E00A82;
}
.AnyTagClassName
{
color: #E00A82;
}
</style>
background-color css
<style>
a { background-color: #E00A82; }
a { background-color: rgb(224,10,130); }
div.DivClassName
{
background-color: #E00A82;
}
.BgClassName
{
background-color: #E00A82;
}
</style>
border-color css
<style>
span { border-color: #E00A82; }
span { border-color: rgb(224,10,130); }
td.TdClassName
{
border-color: #E00A82;
}
.TagClassName
{
border-color: #E00A82;
}
</style>