Shades of Medium Violet Red #E0167D
Tints of Medium Violet Red #E0167D
RGB
CMYK
RGB Variations
Color information
#E0167D (or 0xE0167D) is known color: Medium Violet Red. HEX triplet: E0, 16 and 7D. RGB value is (224,22,125). Sum of RGB (Red+Green+Blue) = 224+22+125=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0167D is #1FE982. Grayscale: #5D5D5D. Windows color (decimal): -2091395 or 8197856. OLE color: 8197856.
HSL color Cylindrical-coordinate representation of color #E0167D: hue angle of 329.41º 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 #E0167D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 125 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.12 |
| HSL | 329.41º | 0.82% | 0.48% | - |
| HSV(B) | 329.41º | 0.9% | 0.88% | - |
| XYZ | 34.73 | 17.9 | 21.03 | - |
| YUV | 94.14 | 145.42 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 125 | 0 | 0.90 | 0.44 | 0.12 | 329.41 | 0.82 | 0.48 |
| Hex | E0 | 16 | 7D | 0 | 5A | 2C | C | 149 | 52 | 30 |
| Octal | 340 | 26 | 175 | 0 | 132 | 54 | 14 | 511 | 122 | 60 |
| Binary | 11100000 | 10110 | 1111101 | 0 | 1011010 | 101100 | 1100 | 101001001 | 1010010 | 110000 |
Color Harmonies of #E0167D
Complementary color
Monochromatic Colors of #E0167D
Black with #E0167D
Text Example
Text Example
White with #E0167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0167D; }
p { color: rgb(224,22,125); }
H1.HeaderClassName
{
color: #E0167D;
}
.AnyTagClassName
{
color: #E0167D;
}
</style>
background-color css
<style>
a { background-color: #E0167D; }
a { background-color: rgb(224,22,125); }
div.DivClassName
{
background-color: #E0167D;
}
.BgClassName
{
background-color: #E0167D;
}
</style>
border-color css
<style>
span { border-color: #E0167D; }
span { border-color: rgb(224,22,125); }
td.TdClassName
{
border-color: #E0167D;
}
.TagClassName
{
border-color: #E0167D;
}
</style>