Shades of Lipstick #9E2D5F
Tints of Lipstick #9E2D5F
RGB
CMYK
RGB Variations
Color information
#9E2D5F (or 0x9E2D5F) is known color: Lipstick. HEX triplet: 9E, 2D and 5F. RGB value is (158,45,95). Sum of RGB (Red+Green+Blue) = 158+45+95=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2D5F is #61D2A0. Grayscale: #545454. Windows color (decimal): -6410913 or 6237598. OLE color: 6237598.
HSL color Cylindrical-coordinate representation of color #9E2D5F: hue angle of 333.45º 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 #9E2D5F is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 95 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.38 |
| HSL | 333.45º | 0.56% | 0.4% | - |
| HSV(B) | 333.45º | 0.72% | 0.62% | - |
| XYZ | 17.1 | 9.97 | 11.85 | - |
| YUV | 84.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 95 | 0 | 0.72 | 0.40 | 0.38 | 333.45 | 0.56 | 0.4 |
| Hex | 9E | 2D | 5F | 0 | 48 | 28 | 26 | 14D | 38 | 28 |
| Octal | 236 | 55 | 137 | 0 | 110 | 50 | 46 | 515 | 70 | 50 |
| Binary | 10011110 | 101101 | 1011111 | 0 | 1001000 | 101000 | 100110 | 101001101 | 111000 | 101000 |
Color Harmonies of #9E2D5F
Complementary color
Monochromatic Colors of #9E2D5F
Black with #9E2D5F
Text Example
Text Example
White with #9E2D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D5F; }
p { color: rgb(158,45,95); }
H1.HeaderClassName
{
color: #9E2D5F;
}
.AnyTagClassName
{
color: #9E2D5F;
}
</style>
background-color css
<style>
a { background-color: #9E2D5F; }
a { background-color: rgb(158,45,95); }
div.DivClassName
{
background-color: #9E2D5F;
}
.BgClassName
{
background-color: #9E2D5F;
}
</style>
border-color css
<style>
span { border-color: #9E2D5F; }
span { border-color: rgb(158,45,95); }
td.TdClassName
{
border-color: #9E2D5F;
}
.TagClassName
{
border-color: #9E2D5F;
}
</style>