Shades of Medium Violet Red #E0168B
Tints of Medium Violet Red #E0168B
RGB
CMYK
RGB Variations
Color information
#E0168B (or 0xE0168B) is known color: Medium Violet Red. HEX triplet: E0, 16 and 8B. RGB value is (224,22,139). Sum of RGB (Red+Green+Blue) = 224+22+139=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0168B is #1FE974. Grayscale: #5F5F5F. Windows color (decimal): -2091381 or 9115360. OLE color: 9115360.
HSL color Cylindrical-coordinate representation of color #E0168B: hue angle of 325.25º 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 #E0168B is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 139 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.12 |
| HSL | 325.25º | 0.82% | 0.48% | - |
| HSV(B) | 325.25º | 0.9% | 0.88% | - |
| XYZ | 35.69 | 18.29 | 26.07 | - |
| YUV | 95.74 | 152.42 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 139 | 0 | 0.90 | 0.38 | 0.12 | 325.25 | 0.82 | 0.48 |
| Hex | E0 | 16 | 8B | 0 | 5A | 26 | C | 145 | 52 | 30 |
| Octal | 340 | 26 | 213 | 0 | 132 | 46 | 14 | 505 | 122 | 60 |
| Binary | 11100000 | 10110 | 10001011 | 0 | 1011010 | 100110 | 1100 | 101000101 | 1010010 | 110000 |
Color Harmonies of #E0168B
Complementary color
Monochromatic Colors of #E0168B
Black with #E0168B
Text Example
Text Example
White with #E0168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0168B; }
p { color: rgb(224,22,139); }
H1.HeaderClassName
{
color: #E0168B;
}
.AnyTagClassName
{
color: #E0168B;
}
</style>
background-color css
<style>
a { background-color: #E0168B; }
a { background-color: rgb(224,22,139); }
div.DivClassName
{
background-color: #E0168B;
}
.BgClassName
{
background-color: #E0168B;
}
</style>
border-color css
<style>
span { border-color: #E0168B; }
span { border-color: rgb(224,22,139); }
td.TdClassName
{
border-color: #E0168B;
}
.TagClassName
{
border-color: #E0168B;
}
</style>