Shades of Lipstick #9E2D6C
Tints of Lipstick #9E2D6C
RGB
CMYK
RGB Variations
Color information
#9E2D6C (or 0x9E2D6C) is known color: Lipstick. HEX triplet: 9E, 2D and 6C. RGB value is (158,45,108). Sum of RGB (Red+Green+Blue) = 158+45+108=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2D6C is #61D293. Grayscale: #555555. Windows color (decimal): -6410900 or 7089566. OLE color: 7089566.
HSL color Cylindrical-coordinate representation of color #9E2D6C: hue angle of 326.55º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2D6C is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 108 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.38 |
| HSL | 326.55º | 0.56% | 0.4% | - |
| HSV(B) | 326.55º | 0.72% | 0.62% | - |
| XYZ | 17.75 | 10.23 | 15.23 | - |
| YUV | 85.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 108 | 0 | 0.72 | 0.32 | 0.38 | 326.55 | 0.56 | 0.4 |
| Hex | 9E | 2D | 6C | 0 | 48 | 20 | 26 | 147 | 38 | 28 |
| Octal | 236 | 55 | 154 | 0 | 110 | 40 | 46 | 507 | 70 | 50 |
| Binary | 10011110 | 101101 | 1101100 | 0 | 1001000 | 100000 | 100110 | 101000111 | 111000 | 101000 |
Color Harmonies of #9E2D6C
Complementary color
Monochromatic Colors of #9E2D6C
Black with #9E2D6C
Text Example
Text Example
White with #9E2D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D6C; }
p { color: rgb(158,45,108); }
H1.HeaderClassName
{
color: #9E2D6C;
}
.AnyTagClassName
{
color: #9E2D6C;
}
</style>
background-color css
<style>
a { background-color: #9E2D6C; }
a { background-color: rgb(158,45,108); }
div.DivClassName
{
background-color: #9E2D6C;
}
.BgClassName
{
background-color: #9E2D6C;
}
</style>
border-color css
<style>
span { border-color: #9E2D6C; }
span { border-color: rgb(158,45,108); }
td.TdClassName
{
border-color: #9E2D6C;
}
.TagClassName
{
border-color: #9E2D6C;
}
</style>