Shades of Lipstick #9E2544
Tints of Lipstick #9E2544
RGB
CMYK
RGB Variations
Color information
#9E2544 (or 0x9E2544) is known color: Lipstick. HEX triplet: 9E, 25 and 44. RGB value is (158,37,68). Sum of RGB (Red+Green+Blue) = 158+37+68=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2544 is #61DABB. Grayscale: #4C4C4C. Windows color (decimal): -6412988 or 4466078. OLE color: 4466078.
HSL color Cylindrical-coordinate representation of color #9E2544: hue angle of 344.63º degrees, saturation: 0.62, 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 #9E2544 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 68 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.38 |
| HSL | 344.63º | 0.62% | 0.38% | - |
| HSV(B) | 344.63º | 0.77% | 0.62% | - |
| XYZ | 15.81 | 9.01 | 6.37 | - |
| YUV | 76.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 68 | 0 | 0.77 | 0.57 | 0.38 | 344.63 | 0.62 | 0.38 |
| Hex | 9E | 25 | 44 | 0 | 4D | 39 | 26 | 159 | 3E | 26 |
| Octal | 236 | 45 | 104 | 0 | 115 | 71 | 46 | 531 | 76 | 46 |
| Binary | 10011110 | 100101 | 1000100 | 0 | 1001101 | 111001 | 100110 | 101011001 | 111110 | 100110 |
Color Harmonies of #9E2544
Complementary color
Monochromatic Colors of #9E2544
Black with #9E2544
Text Example
Text Example
White with #9E2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2544; }
p { color: rgb(158,37,68); }
H1.HeaderClassName
{
color: #9E2544;
}
.AnyTagClassName
{
color: #9E2544;
}
</style>
background-color css
<style>
a { background-color: #9E2544; }
a { background-color: rgb(158,37,68); }
div.DivClassName
{
background-color: #9E2544;
}
.BgClassName
{
background-color: #9E2544;
}
</style>
border-color css
<style>
span { border-color: #9E2544; }
span { border-color: rgb(158,37,68); }
td.TdClassName
{
border-color: #9E2544;
}
.TagClassName
{
border-color: #9E2544;
}
</style>