Shades of Medium Violet Red #E0167C
Tints of Medium Violet Red #E0167C
RGB
CMYK
RGB Variations
Color information
#E0167C (or 0xE0167C) is known color: Medium Violet Red. HEX triplet: E0, 16 and 7C. RGB value is (224,22,124). Sum of RGB (Red+Green+Blue) = 224+22+124=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E0167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0167C is #1FE983. Grayscale: #5D5D5D. Windows color (decimal): -2091396 or 8132320. OLE color: 8132320.
HSL color Cylindrical-coordinate representation of color #E0167C: hue angle of 329.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0167C is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 124 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.12 |
| HSL | 329.7º | 0.82% | 0.48% | - |
| HSV(B) | 329.7º | 0.9% | 0.88% | - |
| XYZ | 34.67 | 17.88 | 20.69 | - |
| YUV | 94.03 | 144.92 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 124 | 0 | 0.90 | 0.45 | 0.12 | 329.7 | 0.82 | 0.48 |
| Hex | E0 | 16 | 7C | 0 | 5A | 2D | C | 14A | 52 | 30 |
| Octal | 340 | 26 | 174 | 0 | 132 | 55 | 14 | 512 | 122 | 60 |
| Binary | 11100000 | 10110 | 1111100 | 0 | 1011010 | 101101 | 1100 | 101001010 | 1010010 | 110000 |
Color Harmonies of #E0167C
Complementary color
Monochromatic Colors of #E0167C
Black with #E0167C
Text Example
Text Example
White with #E0167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0167C; }
p { color: rgb(224,22,124); }
H1.HeaderClassName
{
color: #E0167C;
}
.AnyTagClassName
{
color: #E0167C;
}
</style>
background-color css
<style>
a { background-color: #E0167C; }
a { background-color: rgb(224,22,124); }
div.DivClassName
{
background-color: #E0167C;
}
.BgClassName
{
background-color: #E0167C;
}
</style>
border-color css
<style>
span { border-color: #E0167C; }
span { border-color: rgb(224,22,124); }
td.TdClassName
{
border-color: #E0167C;
}
.TagClassName
{
border-color: #E0167C;
}
</style>