Shades of Lipstick #9E2B4A
Tints of Lipstick #9E2B4A
RGB
CMYK
RGB Variations
Color information
#9E2B4A (or 0x9E2B4A) is known color: Lipstick. HEX triplet: 9E, 2B and 4A. RGB value is (158,43,74). Sum of RGB (Red+Green+Blue) = 158+43+74=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B4A is #61D4B5. Grayscale: #505050. Windows color (decimal): -6411446 or 4860830. OLE color: 4860830.
HSL color Cylindrical-coordinate representation of color #9E2B4A: hue angle of 343.83º 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 #9E2B4A is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 43 | 74 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.38 |
| HSL | 343.83º | 0.57% | 0.39% | - |
| HSV(B) | 343.83º | 0.73% | 0.62% | - |
| XYZ | 16.2 | 9.49 | 7.46 | - |
| YUV | 80.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 74 | 0 | 0.73 | 0.53 | 0.38 | 343.83 | 0.57 | 0.39 |
| Hex | 9E | 2B | 4A | 0 | 49 | 35 | 26 | 158 | 39 | 27 |
| Octal | 236 | 53 | 112 | 0 | 111 | 65 | 46 | 530 | 71 | 47 |
| Binary | 10011110 | 101011 | 1001010 | 0 | 1001001 | 110101 | 100110 | 101011000 | 111001 | 100111 |
Color Harmonies of #9E2B4A
Complementary color
Monochromatic Colors of #9E2B4A
Black with #9E2B4A
Text Example
Text Example
White with #9E2B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2B4A; }
p { color: rgb(158,43,74); }
H1.HeaderClassName
{
color: #9E2B4A;
}
.AnyTagClassName
{
color: #9E2B4A;
}
</style>
background-color css
<style>
a { background-color: #9E2B4A; }
a { background-color: rgb(158,43,74); }
div.DivClassName
{
background-color: #9E2B4A;
}
.BgClassName
{
background-color: #9E2B4A;
}
</style>
border-color css
<style>
span { border-color: #9E2B4A; }
span { border-color: rgb(158,43,74); }
td.TdClassName
{
border-color: #9E2B4A;
}
.TagClassName
{
border-color: #9E2B4A;
}
</style>