Shades of Lipstick #9E2957
Tints of Lipstick #9E2957
RGB
CMYK
RGB Variations
Color information
#9E2957 (or 0x9E2957) is known color: Lipstick. HEX triplet: 9E, 29 and 57. RGB value is (158,41,87). Sum of RGB (Red+Green+Blue) = 158+41+87=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2957 is #61D6A8. Grayscale: #515151. Windows color (decimal): -6411945 or 5712286. OLE color: 5712286.
HSL color Cylindrical-coordinate representation of color #9E2957: hue angle of 336.41º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E2957 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 87 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.38 |
| HSL | 336.41º | 0.59% | 0.39% | - |
| HSV(B) | 336.41º | 0.74% | 0.62% | - |
| XYZ | 16.61 | 9.54 | 9.98 | - |
| YUV | 81.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 87 | 0 | 0.74 | 0.45 | 0.38 | 336.41 | 0.59 | 0.39 |
| Hex | 9E | 29 | 57 | 0 | 4A | 2D | 26 | 150 | 3B | 27 |
| Octal | 236 | 51 | 127 | 0 | 112 | 55 | 46 | 520 | 73 | 47 |
| Binary | 10011110 | 101001 | 1010111 | 0 | 1001010 | 101101 | 100110 | 101010000 | 111011 | 100111 |
Color Harmonies of #9E2957
Complementary color
Monochromatic Colors of #9E2957
Black with #9E2957
Text Example
Text Example
White with #9E2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2957; }
p { color: rgb(158,41,87); }
H1.HeaderClassName
{
color: #9E2957;
}
.AnyTagClassName
{
color: #9E2957;
}
</style>
background-color css
<style>
a { background-color: #9E2957; }
a { background-color: rgb(158,41,87); }
div.DivClassName
{
background-color: #9E2957;
}
.BgClassName
{
background-color: #9E2957;
}
</style>
border-color css
<style>
span { border-color: #9E2957; }
span { border-color: rgb(158,41,87); }
td.TdClassName
{
border-color: #9E2957;
}
.TagClassName
{
border-color: #9E2957;
}
</style>