Shades of Lipstick #9E265B
Tints of Lipstick #9E265B
RGB
CMYK
RGB Variations
Color information
#9E265B (or 0x9E265B) is known color: Lipstick. HEX triplet: 9E, 26 and 5B. RGB value is (158,38,91). Sum of RGB (Red+Green+Blue) = 158+38+91=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E265B is #61D9A4. Grayscale: #4F4F4F. Windows color (decimal): -6412709 or 5973662. OLE color: 5973662.
HSL color Cylindrical-coordinate representation of color #9E265B: hue angle of 333.5º 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 #9E265B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 91 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.38 |
| HSL | 333.5º | 0.61% | 0.38% | - |
| HSV(B) | 333.5º | 0.76% | 0.62% | - |
| XYZ | 16.68 | 9.41 | 10.83 | - |
| YUV | 79.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 91 | 0 | 0.76 | 0.42 | 0.38 | 333.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 5B | 0 | 4C | 2A | 26 | 14E | 3D | 26 |
| Octal | 236 | 46 | 133 | 0 | 114 | 52 | 46 | 516 | 75 | 46 |
| Binary | 10011110 | 100110 | 1011011 | 0 | 1001100 | 101010 | 100110 | 101001110 | 111101 | 100110 |
Color Harmonies of #9E265B
Complementary color
Monochromatic Colors of #9E265B
Black with #9E265B
Text Example
Text Example
White with #9E265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E265B; }
p { color: rgb(158,38,91); }
H1.HeaderClassName
{
color: #9E265B;
}
.AnyTagClassName
{
color: #9E265B;
}
</style>
background-color css
<style>
a { background-color: #9E265B; }
a { background-color: rgb(158,38,91); }
div.DivClassName
{
background-color: #9E265B;
}
.BgClassName
{
background-color: #9E265B;
}
</style>
border-color css
<style>
span { border-color: #9E265B; }
span { border-color: rgb(158,38,91); }
td.TdClassName
{
border-color: #9E265B;
}
.TagClassName
{
border-color: #9E265B;
}
</style>