Shades of Lipstick #9E245B
Tints of Lipstick #9E245B
RGB
CMYK
RGB Variations
Color information
#9E245B (or 0x9E245B) is known color: Lipstick. HEX triplet: 9E, 24 and 5B. RGB value is (158,36,91). Sum of RGB (Red+Green+Blue) = 158+36+91=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E245B is #61DBA4. Grayscale: #4E4E4E. Windows color (decimal): -6413221 or 5973150. OLE color: 5973150.
HSL color Cylindrical-coordinate representation of color #9E245B: hue angle of 332.95º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E245B is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 36 | 91 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.38 |
| HSL | 332.95º | 0.63% | 0.38% | - |
| HSV(B) | 332.95º | 0.77% | 0.62% | - |
| XYZ | 16.62 | 9.29 | 10.81 | - |
| YUV | 78.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 91 | 0 | 0.77 | 0.42 | 0.38 | 332.95 | 0.63 | 0.38 |
| Hex | 9E | 24 | 5B | 0 | 4D | 2A | 26 | 14D | 3F | 26 |
| Octal | 236 | 44 | 133 | 0 | 115 | 52 | 46 | 515 | 77 | 46 |
| Binary | 10011110 | 100100 | 1011011 | 0 | 1001101 | 101010 | 100110 | 101001101 | 111111 | 100110 |
Color Harmonies of #9E245B
Complementary color
Monochromatic Colors of #9E245B
Black with #9E245B
Text Example
Text Example
White with #9E245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E245B; }
p { color: rgb(158,36,91); }
H1.HeaderClassName
{
color: #9E245B;
}
.AnyTagClassName
{
color: #9E245B;
}
</style>
background-color css
<style>
a { background-color: #9E245B; }
a { background-color: rgb(158,36,91); }
div.DivClassName
{
background-color: #9E245B;
}
.BgClassName
{
background-color: #9E245B;
}
</style>
border-color css
<style>
span { border-color: #9E245B; }
span { border-color: rgb(158,36,91); }
td.TdClassName
{
border-color: #9E245B;
}
.TagClassName
{
border-color: #9E245B;
}
</style>