Shades of Lipstick #9E265C
Tints of Lipstick #9E265C
RGB
CMYK
RGB Variations
Color information
#9E265C (or 0x9E265C) is known color: Lipstick. HEX triplet: 9E, 26 and 5C. RGB value is (158,38,92). Sum of RGB (Red+Green+Blue) = 158+38+92=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E265C is #61D9A3. Grayscale: #4F4F4F. Windows color (decimal): -6412708 or 6039198. OLE color: 6039198.
HSL color Cylindrical-coordinate representation of color #9E265C: hue angle of 333º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E265C is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 92 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.38 |
| HSL | 333º | 0.61% | 0.38% | - |
| HSV(B) | 333º | 0.76% | 0.62% | - |
| XYZ | 16.73 | 9.43 | 11.06 | - |
| YUV | 80.04 | 134.76 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 92 | 0 | 0.76 | 0.42 | 0.38 | 333 | 0.61 | 0.38 |
| Hex | 9E | 26 | 5C | 0 | 4C | 2A | 26 | 14D | 3D | 26 |
| Octal | 236 | 46 | 134 | 0 | 114 | 52 | 46 | 515 | 75 | 46 |
| Binary | 10011110 | 100110 | 1011100 | 0 | 1001100 | 101010 | 100110 | 101001101 | 111101 | 100110 |
Color Harmonies of #9E265C
Complementary color
Monochromatic Colors of #9E265C
Black with #9E265C
Text Example
Text Example
White with #9E265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E265C; }
p { color: rgb(158,38,92); }
H1.HeaderClassName
{
color: #9E265C;
}
.AnyTagClassName
{
color: #9E265C;
}
</style>
background-color css
<style>
a { background-color: #9E265C; }
a { background-color: rgb(158,38,92); }
div.DivClassName
{
background-color: #9E265C;
}
.BgClassName
{
background-color: #9E265C;
}
</style>
border-color css
<style>
span { border-color: #9E265C; }
span { border-color: rgb(158,38,92); }
td.TdClassName
{
border-color: #9E265C;
}
.TagClassName
{
border-color: #9E265C;
}
</style>