Shades of Lipstick #9E1C57
Tints of Lipstick #9E1C57
RGB
CMYK
RGB Variations
Color information
#9E1C57 (or 0x9E1C57) is known color: Lipstick. HEX triplet: 9E, 1C and 57. RGB value is (158,28,87). Sum of RGB (Red+Green+Blue) = 158+28+87=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1C57 is #61E3A8. Grayscale: #494949. Windows color (decimal): -6415273 or 5708958. OLE color: 5708958.
HSL color Cylindrical-coordinate representation of color #9E1C57: hue angle of 332.77º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1C57 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 28 | 87 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.38 |
| HSL | 332.77º | 0.7% | 0.36% | - |
| HSV(B) | 332.77º | 0.82% | 0.62% | - |
| XYZ | 16.24 | 8.79 | 9.86 | - |
| YUV | 73.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 28 | 87 | 0 | 0.82 | 0.45 | 0.38 | 332.77 | 0.7 | 0.36 |
| Hex | 9E | 1C | 57 | 0 | 52 | 2D | 26 | 14D | 46 | 24 |
| Octal | 236 | 34 | 127 | 0 | 122 | 55 | 46 | 515 | 106 | 44 |
| Binary | 10011110 | 11100 | 1010111 | 0 | 1010010 | 101101 | 100110 | 101001101 | 1000110 | 100100 |
Color Harmonies of #9E1C57
Complementary color
Monochromatic Colors of #9E1C57
Black with #9E1C57
Text Example
Text Example
White with #9E1C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1C57; }
p { color: rgb(158,28,87); }
H1.HeaderClassName
{
color: #9E1C57;
}
.AnyTagClassName
{
color: #9E1C57;
}
</style>
background-color css
<style>
a { background-color: #9E1C57; }
a { background-color: rgb(158,28,87); }
div.DivClassName
{
background-color: #9E1C57;
}
.BgClassName
{
background-color: #9E1C57;
}
</style>
border-color css
<style>
span { border-color: #9E1C57; }
span { border-color: rgb(158,28,87); }
td.TdClassName
{
border-color: #9E1C57;
}
.TagClassName
{
border-color: #9E1C57;
}
</style>