Shades of Medium Violet Red #E0107C
Tints of Medium Violet Red #E0107C
RGB
CMYK
RGB Variations
Color information
#E0107C (or 0xE0107C) is known color: Medium Violet Red. HEX triplet: E0, 10 and 7C. RGB value is (224,16,124). Sum of RGB (Red+Green+Blue) = 224+16+124=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0107C is #1FEF83. Grayscale: #5A5A5A. Windows color (decimal): -2092932 or 8130784. OLE color: 8130784.
HSL color Cylindrical-coordinate representation of color #E0107C: hue angle of 328.85º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0107C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.12 |
| HSL | 328.85º | 0.87% | 0.47% | - |
| HSV(B) | 328.85º | 0.93% | 0.88% | - |
| XYZ | 34.56 | 17.67 | 20.66 | - |
| YUV | 90.5 | 146.91 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 124 | 0 | 0.93 | 0.45 | 0.12 | 328.85 | 0.87 | 0.47 |
| Hex | E0 | 10 | 7C | 0 | 5D | 2D | C | 149 | 57 | 2F |
| Octal | 340 | 20 | 174 | 0 | 135 | 55 | 14 | 511 | 127 | 57 |
| Binary | 11100000 | 10000 | 1111100 | 0 | 1011101 | 101101 | 1100 | 101001001 | 1010111 | 101111 |
Color Harmonies of #E0107C
Complementary color
Monochromatic Colors of #E0107C
Black with #E0107C
Text Example
Text Example
White with #E0107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0107C; }
p { color: rgb(224,16,124); }
H1.HeaderClassName
{
color: #E0107C;
}
.AnyTagClassName
{
color: #E0107C;
}
</style>
background-color css
<style>
a { background-color: #E0107C; }
a { background-color: rgb(224,16,124); }
div.DivClassName
{
background-color: #E0107C;
}
.BgClassName
{
background-color: #E0107C;
}
</style>
border-color css
<style>
span { border-color: #E0107C; }
span { border-color: rgb(224,16,124); }
td.TdClassName
{
border-color: #E0107C;
}
.TagClassName
{
border-color: #E0107C;
}
</style>