Shades of Lipstick #9E3260
Tints of Lipstick #9E3260
RGB
CMYK
RGB Variations
Color information
#9E3260 (or 0x9E3260) is known color: Lipstick. HEX triplet: 9E, 32 and 60. RGB value is (158,50,96). Sum of RGB (Red+Green+Blue) = 158+50+96=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3260 is #61CD9F. Grayscale: #575757. Windows color (decimal): -6409632 or 6304414. OLE color: 6304414.
HSL color Cylindrical-coordinate representation of color #9E3260: hue angle of 334.44º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3260 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 96 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.38 |
| HSL | 334.44º | 0.52% | 0.41% | - |
| HSV(B) | 334.44º | 0.68% | 0.62% | - |
| XYZ | 17.35 | 10.39 | 12.16 | - |
| YUV | 87.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 96 | 0 | 0.68 | 0.39 | 0.38 | 334.44 | 0.52 | 0.41 |
| Hex | 9E | 32 | 60 | 0 | 44 | 27 | 26 | 14E | 34 | 29 |
| Octal | 236 | 62 | 140 | 0 | 104 | 47 | 46 | 516 | 64 | 51 |
| Binary | 10011110 | 110010 | 1100000 | 0 | 1000100 | 100111 | 100110 | 101001110 | 110100 | 101001 |
Color Harmonies of #9E3260
Complementary color
Monochromatic Colors of #9E3260
Black with #9E3260
Text Example
Text Example
White with #9E3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3260; }
p { color: rgb(158,50,96); }
H1.HeaderClassName
{
color: #9E3260;
}
.AnyTagClassName
{
color: #9E3260;
}
</style>
background-color css
<style>
a { background-color: #9E3260; }
a { background-color: rgb(158,50,96); }
div.DivClassName
{
background-color: #9E3260;
}
.BgClassName
{
background-color: #9E3260;
}
</style>
border-color css
<style>
span { border-color: #9E3260; }
span { border-color: rgb(158,50,96); }
td.TdClassName
{
border-color: #9E3260;
}
.TagClassName
{
border-color: #9E3260;
}
</style>