Shades of Lipstick #9E2356
Tints of Lipstick #9E2356
RGB
CMYK
RGB Variations
Color information
#9E2356 (or 0x9E2356) is known color: Lipstick. HEX triplet: 9E, 23 and 56. RGB value is (158,35,86). Sum of RGB (Red+Green+Blue) = 158+35+86=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2356 is #61DCA9. Grayscale: #4D4D4D. Windows color (decimal): -6413482 or 5645214. OLE color: 5645214.
HSL color Cylindrical-coordinate representation of color #9E2356: hue angle of 335.12º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2356 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 86 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.38 |
| HSL | 335.12º | 0.64% | 0.38% | - |
| HSV(B) | 335.12º | 0.78% | 0.62% | - |
| XYZ | 16.38 | 9.14 | 9.71 | - |
| YUV | 77.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 86 | 0 | 0.78 | 0.46 | 0.38 | 335.12 | 0.64 | 0.38 |
| Hex | 9E | 23 | 56 | 0 | 4E | 2E | 26 | 14F | 40 | 26 |
| Octal | 236 | 43 | 126 | 0 | 116 | 56 | 46 | 517 | 100 | 46 |
| Binary | 10011110 | 100011 | 1010110 | 0 | 1001110 | 101110 | 100110 | 101001111 | 1000000 | 100110 |
Color Harmonies of #9E2356
Complementary color
Monochromatic Colors of #9E2356
Black with #9E2356
Text Example
Text Example
White with #9E2356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2356; }
p { color: rgb(158,35,86); }
H1.HeaderClassName
{
color: #9E2356;
}
.AnyTagClassName
{
color: #9E2356;
}
</style>
background-color css
<style>
a { background-color: #9E2356; }
a { background-color: rgb(158,35,86); }
div.DivClassName
{
background-color: #9E2356;
}
.BgClassName
{
background-color: #9E2356;
}
</style>
border-color css
<style>
span { border-color: #9E2356; }
span { border-color: rgb(158,35,86); }
td.TdClassName
{
border-color: #9E2356;
}
.TagClassName
{
border-color: #9E2356;
}
</style>