Shades of Lipstick #9E295A
Tints of Lipstick #9E295A
RGB
CMYK
RGB Variations
Color information
#9E295A (or 0x9E295A) is known color: Lipstick. HEX triplet: 9E, 29 and 5A. RGB value is (158,41,90). Sum of RGB (Red+Green+Blue) = 158+41+90=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E295A is #61D6A5. Grayscale: #515151. Windows color (decimal): -6411942 or 5908894. OLE color: 5908894.
HSL color Cylindrical-coordinate representation of color #9E295A: hue angle of 334.87º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E295A is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 90 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.38 |
| HSL | 334.87º | 0.59% | 0.39% | - |
| HSV(B) | 334.87º | 0.74% | 0.62% | - |
| XYZ | 16.74 | 9.59 | 10.64 | - |
| YUV | 81.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 90 | 0 | 0.74 | 0.43 | 0.38 | 334.87 | 0.59 | 0.39 |
| Hex | 9E | 29 | 5A | 0 | 4A | 2B | 26 | 14F | 3B | 27 |
| Octal | 236 | 51 | 132 | 0 | 112 | 53 | 46 | 517 | 73 | 47 |
| Binary | 10011110 | 101001 | 1011010 | 0 | 1001010 | 101011 | 100110 | 101001111 | 111011 | 100111 |
Color Harmonies of #9E295A
Complementary color
Monochromatic Colors of #9E295A
Black with #9E295A
Text Example
Text Example
White with #9E295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E295A; }
p { color: rgb(158,41,90); }
H1.HeaderClassName
{
color: #9E295A;
}
.AnyTagClassName
{
color: #9E295A;
}
</style>
background-color css
<style>
a { background-color: #9E295A; }
a { background-color: rgb(158,41,90); }
div.DivClassName
{
background-color: #9E295A;
}
.BgClassName
{
background-color: #9E295A;
}
</style>
border-color css
<style>
span { border-color: #9E295A; }
span { border-color: rgb(158,41,90); }
td.TdClassName
{
border-color: #9E295A;
}
.TagClassName
{
border-color: #9E295A;
}
</style>