Shades of Lipstick #9E2444
Tints of Lipstick #9E2444
RGB
CMYK
RGB Variations
Color information
#9E2444 (or 0x9E2444) is known color: Lipstick. HEX triplet: 9E, 24 and 44. RGB value is (158,36,68). Sum of RGB (Red+Green+Blue) = 158+36+68=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2444 is #61DBBB. Grayscale: #4C4C4C. Windows color (decimal): -6413244 or 4465822. OLE color: 4465822.
HSL color Cylindrical-coordinate representation of color #9E2444: hue angle of 344.26º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2444 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 36 | 68 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.38 |
| HSL | 344.26º | 0.63% | 0.38% | - |
| HSV(B) | 344.26º | 0.77% | 0.62% | - |
| XYZ | 15.77 | 8.95 | 6.36 | - |
| YUV | 76.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 68 | 0 | 0.77 | 0.57 | 0.38 | 344.26 | 0.63 | 0.38 |
| Hex | 9E | 24 | 44 | 0 | 4D | 39 | 26 | 158 | 3F | 26 |
| Octal | 236 | 44 | 104 | 0 | 115 | 71 | 46 | 530 | 77 | 46 |
| Binary | 10011110 | 100100 | 1000100 | 0 | 1001101 | 111001 | 100110 | 101011000 | 111111 | 100110 |
Color Harmonies of #9E2444
Complementary color
Monochromatic Colors of #9E2444
Black with #9E2444
Text Example
Text Example
White with #9E2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2444; }
p { color: rgb(158,36,68); }
H1.HeaderClassName
{
color: #9E2444;
}
.AnyTagClassName
{
color: #9E2444;
}
</style>
background-color css
<style>
a { background-color: #9E2444; }
a { background-color: rgb(158,36,68); }
div.DivClassName
{
background-color: #9E2444;
}
.BgClassName
{
background-color: #9E2444;
}
</style>
border-color css
<style>
span { border-color: #9E2444; }
span { border-color: rgb(158,36,68); }
td.TdClassName
{
border-color: #9E2444;
}
.TagClassName
{
border-color: #9E2444;
}
</style>