Shades of Medium Violet Red #E0168E
Tints of Medium Violet Red #E0168E
RGB
CMYK
RGB Variations
Color information
#E0168E (or 0xE0168E) is known color: Medium Violet Red. HEX triplet: E0, 16 and 8E. RGB value is (224,22,142). Sum of RGB (Red+Green+Blue) = 224+22+142=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E0168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0168E is #1FE971. Grayscale: #5F5F5F. Windows color (decimal): -2091378 or 9311968. OLE color: 9311968.
HSL color Cylindrical-coordinate representation of color #E0168E: hue angle of 324.36º 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 #E0168E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 142 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.12 |
| HSL | 324.36º | 0.82% | 0.48% | - |
| HSV(B) | 324.36º | 0.9% | 0.88% | - |
| XYZ | 35.91 | 18.37 | 27.25 | - |
| YUV | 96.08 | 153.92 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 142 | 0 | 0.90 | 0.37 | 0.12 | 324.36 | 0.82 | 0.48 |
| Hex | E0 | 16 | 8E | 0 | 5A | 25 | C | 144 | 52 | 30 |
| Octal | 340 | 26 | 216 | 0 | 132 | 45 | 14 | 504 | 122 | 60 |
| Binary | 11100000 | 10110 | 10001110 | 0 | 1011010 | 100101 | 1100 | 101000100 | 1010010 | 110000 |
Color Harmonies of #E0168E
Complementary color
Monochromatic Colors of #E0168E
Black with #E0168E
Text Example
Text Example
White with #E0168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0168E; }
p { color: rgb(224,22,142); }
H1.HeaderClassName
{
color: #E0168E;
}
.AnyTagClassName
{
color: #E0168E;
}
</style>
background-color css
<style>
a { background-color: #E0168E; }
a { background-color: rgb(224,22,142); }
div.DivClassName
{
background-color: #E0168E;
}
.BgClassName
{
background-color: #E0168E;
}
</style>
border-color css
<style>
span { border-color: #E0168E; }
span { border-color: rgb(224,22,142); }
td.TdClassName
{
border-color: #E0168E;
}
.TagClassName
{
border-color: #E0168E;
}
</style>