Shades of Lipstick #9E2B4D
Tints of Lipstick #9E2B4D
RGB
CMYK
RGB Variations
Color information
#9E2B4D (or 0x9E2B4D) is known color: Lipstick. HEX triplet: 9E, 2B and 4D. RGB value is (158,43,77). Sum of RGB (Red+Green+Blue) = 158+43+77=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2B4D is #61D4B2. Grayscale: #515151. Windows color (decimal): -6411443 or 5057438. OLE color: 5057438.
HSL color Cylindrical-coordinate representation of color #9E2B4D: hue angle of 342.26º 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 #9E2B4D is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 43 | 77 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.38 |
| HSL | 342.26º | 0.57% | 0.39% | - |
| HSV(B) | 342.26º | 0.73% | 0.62% | - |
| XYZ | 16.3 | 9.53 | 8 | - |
| YUV | 81.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 77 | 0 | 0.73 | 0.51 | 0.38 | 342.26 | 0.57 | 0.39 |
| Hex | 9E | 2B | 4D | 0 | 49 | 33 | 26 | 156 | 39 | 27 |
| Octal | 236 | 53 | 115 | 0 | 111 | 63 | 46 | 526 | 71 | 47 |
| Binary | 10011110 | 101011 | 1001101 | 0 | 1001001 | 110011 | 100110 | 101010110 | 111001 | 100111 |
Color Harmonies of #9E2B4D
Complementary color
Monochromatic Colors of #9E2B4D
Black with #9E2B4D
Text Example
Text Example
White with #9E2B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2B4D; }
p { color: rgb(158,43,77); }
H1.HeaderClassName
{
color: #9E2B4D;
}
.AnyTagClassName
{
color: #9E2B4D;
}
</style>
background-color css
<style>
a { background-color: #9E2B4D; }
a { background-color: rgb(158,43,77); }
div.DivClassName
{
background-color: #9E2B4D;
}
.BgClassName
{
background-color: #9E2B4D;
}
</style>
border-color css
<style>
span { border-color: #9E2B4D; }
span { border-color: rgb(158,43,77); }
td.TdClassName
{
border-color: #9E2B4D;
}
.TagClassName
{
border-color: #9E2B4D;
}
</style>