Shades of Lipstick #9E2859
Tints of Lipstick #9E2859
RGB
CMYK
RGB Variations
Color information
#9E2859 (or 0x9E2859) is known color: Lipstick. HEX triplet: 9E, 28 and 59. RGB value is (158,40,89). Sum of RGB (Red+Green+Blue) = 158+40+89=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2859 is #61D7A6. Grayscale: #505050. Windows color (decimal): -6412199 or 5843102. OLE color: 5843102.
HSL color Cylindrical-coordinate representation of color #9E2859: hue angle of 335.08º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2859 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 89 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.38 |
| HSL | 335.08º | 0.6% | 0.39% | - |
| HSV(B) | 335.08º | 0.75% | 0.62% | - |
| XYZ | 16.66 | 9.51 | 10.41 | - |
| YUV | 80.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 89 | 0 | 0.75 | 0.44 | 0.38 | 335.08 | 0.6 | 0.39 |
| Hex | 9E | 28 | 59 | 0 | 4B | 2C | 26 | 14F | 3C | 27 |
| Octal | 236 | 50 | 131 | 0 | 113 | 54 | 46 | 517 | 74 | 47 |
| Binary | 10011110 | 101000 | 1011001 | 0 | 1001011 | 101100 | 100110 | 101001111 | 111100 | 100111 |
Color Harmonies of #9E2859
Complementary color
Monochromatic Colors of #9E2859
Black with #9E2859
Text Example
Text Example
White with #9E2859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2859; }
p { color: rgb(158,40,89); }
H1.HeaderClassName
{
color: #9E2859;
}
.AnyTagClassName
{
color: #9E2859;
}
</style>
background-color css
<style>
a { background-color: #9E2859; }
a { background-color: rgb(158,40,89); }
div.DivClassName
{
background-color: #9E2859;
}
.BgClassName
{
background-color: #9E2859;
}
</style>
border-color css
<style>
span { border-color: #9E2859; }
span { border-color: rgb(158,40,89); }
td.TdClassName
{
border-color: #9E2859;
}
.TagClassName
{
border-color: #9E2859;
}
</style>