Shades of Lipstick #9E2359
Tints of Lipstick #9E2359
RGB
CMYK
RGB Variations
Color information
#9E2359 (or 0x9E2359) is known color: Lipstick. HEX triplet: 9E, 23 and 59. RGB value is (158,35,89). Sum of RGB (Red+Green+Blue) = 158+35+89=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2359 is #61DCA6. Grayscale: #4D4D4D. Windows color (decimal): -6413479 or 5841822. OLE color: 5841822.
HSL color Cylindrical-coordinate representation of color #9E2359: hue angle of 333.66º 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 #9E2359 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 89 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.38 |
| HSL | 333.66º | 0.64% | 0.38% | - |
| HSV(B) | 333.66º | 0.78% | 0.62% | - |
| XYZ | 16.5 | 9.19 | 10.36 | - |
| YUV | 77.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 89 | 0 | 0.78 | 0.44 | 0.38 | 333.66 | 0.64 | 0.38 |
| Hex | 9E | 23 | 59 | 0 | 4E | 2C | 26 | 14E | 40 | 26 |
| Octal | 236 | 43 | 131 | 0 | 116 | 54 | 46 | 516 | 100 | 46 |
| Binary | 10011110 | 100011 | 1011001 | 0 | 1001110 | 101100 | 100110 | 101001110 | 1000000 | 100110 |
Color Harmonies of #9E2359
Complementary color
Monochromatic Colors of #9E2359
Black with #9E2359
Text Example
Text Example
White with #9E2359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2359; }
p { color: rgb(158,35,89); }
H1.HeaderClassName
{
color: #9E2359;
}
.AnyTagClassName
{
color: #9E2359;
}
</style>
background-color css
<style>
a { background-color: #9E2359; }
a { background-color: rgb(158,35,89); }
div.DivClassName
{
background-color: #9E2359;
}
.BgClassName
{
background-color: #9E2359;
}
</style>
border-color css
<style>
span { border-color: #9E2359; }
span { border-color: rgb(158,35,89); }
td.TdClassName
{
border-color: #9E2359;
}
.TagClassName
{
border-color: #9E2359;
}
</style>