Shades of Medium Violet Red #E0078A
Tints of Medium Violet Red #E0078A
RGB
CMYK
RGB Variations
Color information
#E0078A (or 0xE0078A) is known color: Medium Violet Red. HEX triplet: E0, 07 and 8A. RGB value is (224,7,138). Sum of RGB (Red+Green+Blue) = 224+7+138=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0078A is #1FF875. Grayscale: #565656. Windows color (decimal): -2095222 or 9045984. OLE color: 9045984.
HSL color Cylindrical-coordinate representation of color #E0078A: hue angle of 323.78º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0078A is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.12 |
| HSL | 323.78º | 0.94% | 0.45% | - |
| HSV(B) | 323.78º | 0.97% | 0.88% | - |
| XYZ | 35.4 | 17.83 | 25.62 | - |
| YUV | 86.82 | 156.89 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 138 | 0 | 0.97 | 0.38 | 0.12 | 323.78 | 0.94 | 0.45 |
| Hex | E0 | 7 | 8A | 0 | 61 | 26 | C | 144 | 5E | 2D |
| Octal | 340 | 7 | 212 | 0 | 141 | 46 | 14 | 504 | 136 | 55 |
| Binary | 11100000 | 111 | 10001010 | 0 | 1100001 | 100110 | 1100 | 101000100 | 1011110 | 101101 |
Color Harmonies of #E0078A
Complementary color
Monochromatic Colors of #E0078A
Black with #E0078A
Text Example
Text Example
White with #E0078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0078A; }
p { color: rgb(224,7,138); }
H1.HeaderClassName
{
color: #E0078A;
}
.AnyTagClassName
{
color: #E0078A;
}
</style>
background-color css
<style>
a { background-color: #E0078A; }
a { background-color: rgb(224,7,138); }
div.DivClassName
{
background-color: #E0078A;
}
.BgClassName
{
background-color: #E0078A;
}
</style>
border-color css
<style>
span { border-color: #E0078A; }
span { border-color: rgb(224,7,138); }
td.TdClassName
{
border-color: #E0078A;
}
.TagClassName
{
border-color: #E0078A;
}
</style>