Shades of Medium Violet Red #E0007C
Tints of Medium Violet Red #E0007C
RGB
CMYK
RGB Variations
Color information
#E0007C (or 0xE0007C) is known color: Medium Violet Red. HEX triplet: E0, 00 and 7C. RGB value is (224,0,124). Sum of RGB (Red+Green+Blue) = 224+0+124=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E0007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0007C is #1FFF83. Grayscale: #505050. Windows color (decimal): -2097028 or 8126688. OLE color: 8126688.
HSL color Cylindrical-coordinate representation of color #E0007C: hue angle of 326.79º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0007C is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.45 | 0.12 |
| HSL | 326.79º | 1% | 0.44% | - |
| HSV(B) | 326.79º | 1% | 0.88% | - |
| XYZ | 34.38 | 17.3 | 20.6 | - |
| YUV | 81.11 | 152.21 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 124 | 0 | 1 | 0.45 | 0.12 | 326.79 | 1 | 0.44 |
| Hex | E0 | 0 | 7C | 0 | 64 | 2D | C | 147 | 64 | 2C |
| Octal | 340 | 0 | 174 | 0 | 144 | 55 | 14 | 507 | 144 | 54 |
| Binary | 11100000 | 0 | 1111100 | 0 | 1100100 | 101101 | 1100 | 101000111 | 1100100 | 101100 |
Color Harmonies of #E0007C
Complementary color
Monochromatic Colors of #E0007C
Black with #E0007C
Text Example
Text Example
White with #E0007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0007C; }
p { color: rgb(224,0,124); }
H1.HeaderClassName
{
color: #E0007C;
}
.AnyTagClassName
{
color: #E0007C;
}
</style>
background-color css
<style>
a { background-color: #E0007C; }
a { background-color: rgb(224,0,124); }
div.DivClassName
{
background-color: #E0007C;
}
.BgClassName
{
background-color: #E0007C;
}
</style>
border-color css
<style>
span { border-color: #E0007C; }
span { border-color: rgb(224,0,124); }
td.TdClassName
{
border-color: #E0007C;
}
.TagClassName
{
border-color: #E0007C;
}
</style>