Shades of Lipstick #9E2A56
Tints of Lipstick #9E2A56
RGB
CMYK
RGB Variations
Color information
#9E2A56 (or 0x9E2A56) is known color: Lipstick. HEX triplet: 9E, 2A and 56. RGB value is (158,42,86). Sum of RGB (Red+Green+Blue) = 158+42+86=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2A56 is #61D5A9. Grayscale: #515151. Windows color (decimal): -6411690 or 5647006. OLE color: 5647006.
HSL color Cylindrical-coordinate representation of color #9E2A56: hue angle of 337.24º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E2A56 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 86 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.38 |
| HSL | 337.24º | 0.58% | 0.39% | - |
| HSV(B) | 337.24º | 0.73% | 0.62% | - |
| XYZ | 16.61 | 9.6 | 9.78 | - |
| YUV | 81.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 86 | 0 | 0.73 | 0.46 | 0.38 | 337.24 | 0.58 | 0.39 |
| Hex | 9E | 2A | 56 | 0 | 49 | 2E | 26 | 151 | 3A | 27 |
| Octal | 236 | 52 | 126 | 0 | 111 | 56 | 46 | 521 | 72 | 47 |
| Binary | 10011110 | 101010 | 1010110 | 0 | 1001001 | 101110 | 100110 | 101010001 | 111010 | 100111 |
Color Harmonies of #9E2A56
Complementary color
Monochromatic Colors of #9E2A56
Black with #9E2A56
Text Example
Text Example
White with #9E2A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A56; }
p { color: rgb(158,42,86); }
H1.HeaderClassName
{
color: #9E2A56;
}
.AnyTagClassName
{
color: #9E2A56;
}
</style>
background-color css
<style>
a { background-color: #9E2A56; }
a { background-color: rgb(158,42,86); }
div.DivClassName
{
background-color: #9E2A56;
}
.BgClassName
{
background-color: #9E2A56;
}
</style>
border-color css
<style>
span { border-color: #9E2A56; }
span { border-color: rgb(158,42,86); }
td.TdClassName
{
border-color: #9E2A56;
}
.TagClassName
{
border-color: #9E2A56;
}
</style>