Shades of Medium Violet Red #E2168B
Tints of Medium Violet Red #E2168B
RGB
CMYK
RGB Variations
Color information
#E2168B (or 0xE2168B) is known color: Medium Violet Red. HEX triplet: E2, 16 and 8B. RGB value is (226,22,139). Sum of RGB (Red+Green+Blue) = 226+22+139=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2168B is #1DE974. Grayscale: #606060. Windows color (decimal): -1960309 or 9115362. OLE color: 9115362.
HSL color Cylindrical-coordinate representation of color #E2168B: hue angle of 325.59º 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 #E2168B is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 139 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.11 |
| HSL | 325.59º | 0.82% | 0.49% | - |
| HSV(B) | 325.59º | 0.9% | 0.89% | - |
| XYZ | 36.31 | 18.61 | 26.1 | - |
| YUV | 96.33 | 152.09 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 139 | 0 | 0.90 | 0.38 | 0.11 | 325.59 | 0.82 | 0.49 |
| Hex | E2 | 16 | 8B | 0 | 5A | 26 | B | 146 | 52 | 31 |
| Octal | 342 | 26 | 213 | 0 | 132 | 46 | 13 | 506 | 122 | 61 |
| Binary | 11100010 | 10110 | 10001011 | 0 | 1011010 | 100110 | 1011 | 101000110 | 1010010 | 110001 |
Color Harmonies of #E2168B
Complementary color
Monochromatic Colors of #E2168B
Black with #E2168B
Text Example
Text Example
White with #E2168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2168B; }
p { color: rgb(226,22,139); }
H1.HeaderClassName
{
color: #E2168B;
}
.AnyTagClassName
{
color: #E2168B;
}
</style>
background-color css
<style>
a { background-color: #E2168B; }
a { background-color: rgb(226,22,139); }
div.DivClassName
{
background-color: #E2168B;
}
.BgClassName
{
background-color: #E2168B;
}
</style>
border-color css
<style>
span { border-color: #E2168B; }
span { border-color: rgb(226,22,139); }
td.TdClassName
{
border-color: #E2168B;
}
.TagClassName
{
border-color: #E2168B;
}
</style>