Shades of Medium Violet Red #E00A7E
Tints of Medium Violet Red #E00A7E
RGB
CMYK
RGB Variations
Color information
#E00A7E (or 0xE00A7E) is known color: Medium Violet Red. HEX triplet: E0, 0A and 7E. RGB value is (224,10,126). Sum of RGB (Red+Green+Blue) = 224+10+126=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A7E is #1FF581. Grayscale: #565656. Windows color (decimal): -2094466 or 8260320. OLE color: 8260320.
HSL color Cylindrical-coordinate representation of color #E00A7E: hue angle of 327.48º 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 #E00A7E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 126 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.12 |
| HSL | 327.48º | 0.91% | 0.46% | - |
| HSV(B) | 327.48º | 0.96% | 0.88% | - |
| XYZ | 34.61 | 17.57 | 21.31 | - |
| YUV | 87.21 | 149.9 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 126 | 0 | 0.96 | 0.44 | 0.12 | 327.48 | 0.91 | 0.46 |
| Hex | E0 | A | 7E | 0 | 60 | 2C | C | 147 | 5B | 2E |
| Octal | 340 | 12 | 176 | 0 | 140 | 54 | 14 | 507 | 133 | 56 |
| Binary | 11100000 | 1010 | 1111110 | 0 | 1100000 | 101100 | 1100 | 101000111 | 1011011 | 101110 |
Color Harmonies of #E00A7E
Complementary color
Monochromatic Colors of #E00A7E
Black with #E00A7E
Text Example
Text Example
White with #E00A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A7E; }
p { color: rgb(224,10,126); }
H1.HeaderClassName
{
color: #E00A7E;
}
.AnyTagClassName
{
color: #E00A7E;
}
</style>
background-color css
<style>
a { background-color: #E00A7E; }
a { background-color: rgb(224,10,126); }
div.DivClassName
{
background-color: #E00A7E;
}
.BgClassName
{
background-color: #E00A7E;
}
</style>
border-color css
<style>
span { border-color: #E00A7E; }
span { border-color: rgb(224,10,126); }
td.TdClassName
{
border-color: #E00A7E;
}
.TagClassName
{
border-color: #E00A7E;
}
</style>