Shades of Lipstick #9E2B50
Tints of Lipstick #9E2B50
RGB
CMYK
RGB Variations
Color information
#9E2B50 (or 0x9E2B50) is known color: Lipstick. HEX triplet: 9E, 2B and 50. RGB value is (158,43,80). Sum of RGB (Red+Green+Blue) = 158+43+80=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2B50 is #61D4AF. Grayscale: #515151. Windows color (decimal): -6411440 or 5254046. OLE color: 5254046.
HSL color Cylindrical-coordinate representation of color #9E2B50: hue angle of 340.7º degrees, saturation: 0.57, 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 #9E2B50 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 43 | 80 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.38 |
| HSL | 340.7º | 0.57% | 0.39% | - |
| HSV(B) | 340.7º | 0.73% | 0.62% | - |
| XYZ | 16.41 | 9.58 | 8.57 | - |
| YUV | 81.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 80 | 0 | 0.73 | 0.49 | 0.38 | 340.7 | 0.57 | 0.39 |
| Hex | 9E | 2B | 50 | 0 | 49 | 31 | 26 | 155 | 39 | 27 |
| Octal | 236 | 53 | 120 | 0 | 111 | 61 | 46 | 525 | 71 | 47 |
| Binary | 10011110 | 101011 | 1010000 | 0 | 1001001 | 110001 | 100110 | 101010101 | 111001 | 100111 |
Color Harmonies of #9E2B50
Complementary color
Monochromatic Colors of #9E2B50
Black with #9E2B50
Text Example
Text Example
White with #9E2B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2B50; }
p { color: rgb(158,43,80); }
H1.HeaderClassName
{
color: #9E2B50;
}
.AnyTagClassName
{
color: #9E2B50;
}
</style>
background-color css
<style>
a { background-color: #9E2B50; }
a { background-color: rgb(158,43,80); }
div.DivClassName
{
background-color: #9E2B50;
}
.BgClassName
{
background-color: #9E2B50;
}
</style>
border-color css
<style>
span { border-color: #9E2B50; }
span { border-color: rgb(158,43,80); }
td.TdClassName
{
border-color: #9E2B50;
}
.TagClassName
{
border-color: #9E2B50;
}
</style>