Shades of Lipstick #9E2647
Tints of Lipstick #9E2647
RGB
CMYK
RGB Variations
Color information
#9E2647 (or 0x9E2647) is known color: Lipstick. HEX triplet: 9E, 26 and 47. RGB value is (158,38,71). Sum of RGB (Red+Green+Blue) = 158+38+71=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2647 is #61D9B8. Grayscale: #4D4D4D. Windows color (decimal): -6412729 or 4662942. OLE color: 4662942.
HSL color Cylindrical-coordinate representation of color #9E2647: hue angle of 343.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E2647 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 71 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.38 |
| HSL | 343.5º | 0.61% | 0.38% | - |
| HSV(B) | 343.5º | 0.76% | 0.62% | - |
| XYZ | 15.93 | 9.11 | 6.88 | - |
| YUV | 77.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 71 | 0 | 0.76 | 0.55 | 0.38 | 343.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 47 | 0 | 4C | 37 | 26 | 158 | 3D | 26 |
| Octal | 236 | 46 | 107 | 0 | 114 | 67 | 46 | 530 | 75 | 46 |
| Binary | 10011110 | 100110 | 1000111 | 0 | 1001100 | 110111 | 100110 | 101011000 | 111101 | 100110 |
Color Harmonies of #9E2647
Complementary color
Monochromatic Colors of #9E2647
Black with #9E2647
Text Example
Text Example
White with #9E2647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2647; }
p { color: rgb(158,38,71); }
H1.HeaderClassName
{
color: #9E2647;
}
.AnyTagClassName
{
color: #9E2647;
}
</style>
background-color css
<style>
a { background-color: #9E2647; }
a { background-color: rgb(158,38,71); }
div.DivClassName
{
background-color: #9E2647;
}
.BgClassName
{
background-color: #9E2647;
}
</style>
border-color css
<style>
span { border-color: #9E2647; }
span { border-color: rgb(158,38,71); }
td.TdClassName
{
border-color: #9E2647;
}
.TagClassName
{
border-color: #9E2647;
}
</style>