Shades of Medium Violet Red #E0017C
Tints of Medium Violet Red #E0017C
RGB
CMYK
RGB Variations
Color information
#E0017C (or 0xE0017C) is known color: Medium Violet Red. HEX triplet: E0, 01 and 7C. RGB value is (224,1,124). Sum of RGB (Red+Green+Blue) = 224+1+124=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0017C is #1FFE83. Grayscale: #515151. Windows color (decimal): -2096772 or 8126944. OLE color: 8126944.
HSL color Cylindrical-coordinate representation of color #E0017C: hue angle of 326.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0017C is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.12 |
| HSL | 326.91º | 0.99% | 0.44% | - |
| HSV(B) | 326.91º | 1% | 0.88% | - |
| XYZ | 34.39 | 17.32 | 20.6 | - |
| YUV | 81.7 | 151.88 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 124 | 0 | 1.00 | 0.45 | 0.12 | 326.91 | 0.99 | 0.44 |
| Hex | E0 | 1 | 7C | 0 | 64 | 2D | C | 147 | 63 | 2C |
| Octal | 340 | 1 | 174 | 0 | 144 | 55 | 14 | 507 | 143 | 54 |
| Binary | 11100000 | 1 | 1111100 | 0 | 1100100 | 101101 | 1100 | 101000111 | 1100011 | 101100 |
Color Harmonies of #E0017C
Complementary color
Monochromatic Colors of #E0017C
Black with #E0017C
Text Example
Text Example
White with #E0017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0017C; }
p { color: rgb(224,1,124); }
H1.HeaderClassName
{
color: #E0017C;
}
.AnyTagClassName
{
color: #E0017C;
}
</style>
background-color css
<style>
a { background-color: #E0017C; }
a { background-color: rgb(224,1,124); }
div.DivClassName
{
background-color: #E0017C;
}
.BgClassName
{
background-color: #E0017C;
}
</style>
border-color css
<style>
span { border-color: #E0017C; }
span { border-color: rgb(224,1,124); }
td.TdClassName
{
border-color: #E0017C;
}
.TagClassName
{
border-color: #E0017C;
}
</style>