Shades of Lipstick #9E285C
Tints of Lipstick #9E285C
RGB
CMYK
RGB Variations
Color information
#9E285C (or 0x9E285C) is known color: Lipstick. HEX triplet: 9E, 28 and 5C. RGB value is (158,40,92). Sum of RGB (Red+Green+Blue) = 158+40+92=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E285C is #61D7A3. Grayscale: #515151. Windows color (decimal): -6412196 or 6039710. OLE color: 6039710.
HSL color Cylindrical-coordinate representation of color #9E285C: hue angle of 333.56º 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 #9E285C is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 92 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.38 |
| HSL | 333.56º | 0.6% | 0.39% | - |
| HSV(B) | 333.56º | 0.75% | 0.62% | - |
| XYZ | 16.79 | 9.56 | 11.09 | - |
| YUV | 81.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 92 | 0 | 0.75 | 0.42 | 0.38 | 333.56 | 0.6 | 0.39 |
| Hex | 9E | 28 | 5C | 0 | 4B | 2A | 26 | 14E | 3C | 27 |
| Octal | 236 | 50 | 134 | 0 | 113 | 52 | 46 | 516 | 74 | 47 |
| Binary | 10011110 | 101000 | 1011100 | 0 | 1001011 | 101010 | 100110 | 101001110 | 111100 | 100111 |
Color Harmonies of #9E285C
Complementary color
Monochromatic Colors of #9E285C
Black with #9E285C
Text Example
Text Example
White with #9E285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E285C; }
p { color: rgb(158,40,92); }
H1.HeaderClassName
{
color: #9E285C;
}
.AnyTagClassName
{
color: #9E285C;
}
</style>
background-color css
<style>
a { background-color: #9E285C; }
a { background-color: rgb(158,40,92); }
div.DivClassName
{
background-color: #9E285C;
}
.BgClassName
{
background-color: #9E285C;
}
</style>
border-color css
<style>
span { border-color: #9E285C; }
span { border-color: rgb(158,40,92); }
td.TdClassName
{
border-color: #9E285C;
}
.TagClassName
{
border-color: #9E285C;
}
</style>