Shades of Medium Violet Red #E2168C
Tints of Medium Violet Red #E2168C
RGB
CMYK
RGB Variations
Color information
#E2168C (or 0xE2168C) is known color: Medium Violet Red. HEX triplet: E2, 16 and 8C. RGB value is (226,22,140). Sum of RGB (Red+Green+Blue) = 226+22+140=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E2168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2168C is #1DE973. Grayscale: #606060. Windows color (decimal): -1960308 or 9180898. OLE color: 9180898.
HSL color Cylindrical-coordinate representation of color #E2168C: hue angle of 325.29º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2168C is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 140 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.11 |
| HSL | 325.29º | 0.82% | 0.49% | - |
| HSV(B) | 325.29º | 0.9% | 0.89% | - |
| XYZ | 36.38 | 18.64 | 26.49 | - |
| YUV | 96.45 | 152.59 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 140 | 0 | 0.90 | 0.38 | 0.11 | 325.29 | 0.82 | 0.49 |
| Hex | E2 | 16 | 8C | 0 | 5A | 26 | B | 145 | 52 | 31 |
| Octal | 342 | 26 | 214 | 0 | 132 | 46 | 13 | 505 | 122 | 61 |
| Binary | 11100010 | 10110 | 10001100 | 0 | 1011010 | 100110 | 1011 | 101000101 | 1010010 | 110001 |
Color Harmonies of #E2168C
Complementary color
Monochromatic Colors of #E2168C
Black with #E2168C
Text Example
Text Example
White with #E2168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2168C; }
p { color: rgb(226,22,140); }
H1.HeaderClassName
{
color: #E2168C;
}
.AnyTagClassName
{
color: #E2168C;
}
</style>
background-color css
<style>
a { background-color: #E2168C; }
a { background-color: rgb(226,22,140); }
div.DivClassName
{
background-color: #E2168C;
}
.BgClassName
{
background-color: #E2168C;
}
</style>
border-color css
<style>
span { border-color: #E2168C; }
span { border-color: rgb(226,22,140); }
td.TdClassName
{
border-color: #E2168C;
}
.TagClassName
{
border-color: #E2168C;
}
</style>