Shades of Lipstick #9E245D
Tints of Lipstick #9E245D
RGB
CMYK
RGB Variations
Color information
#9E245D (or 0x9E245D) is known color: Lipstick. HEX triplet: 9E, 24 and 5D. RGB value is (158,36,93). Sum of RGB (Red+Green+Blue) = 158+36+93=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E245D is #61DBA2. Grayscale: #4E4E4E. Windows color (decimal): -6413219 or 6104222. OLE color: 6104222.
HSL color Cylindrical-coordinate representation of color #9E245D: hue angle of 331.97º 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 #9E245D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 36 | 93 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.38 |
| HSL | 331.97º | 0.63% | 0.38% | - |
| HSV(B) | 331.97º | 0.77% | 0.62% | - |
| XYZ | 16.71 | 9.32 | 11.27 | - |
| YUV | 78.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 93 | 0 | 0.77 | 0.41 | 0.38 | 331.97 | 0.63 | 0.38 |
| Hex | 9E | 24 | 5D | 0 | 4D | 29 | 26 | 14C | 3F | 26 |
| Octal | 236 | 44 | 135 | 0 | 115 | 51 | 46 | 514 | 77 | 46 |
| Binary | 10011110 | 100100 | 1011101 | 0 | 1001101 | 101001 | 100110 | 101001100 | 111111 | 100110 |
Color Harmonies of #9E245D
Complementary color
Monochromatic Colors of #9E245D
Black with #9E245D
Text Example
Text Example
White with #9E245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E245D; }
p { color: rgb(158,36,93); }
H1.HeaderClassName
{
color: #9E245D;
}
.AnyTagClassName
{
color: #9E245D;
}
</style>
background-color css
<style>
a { background-color: #9E245D; }
a { background-color: rgb(158,36,93); }
div.DivClassName
{
background-color: #9E245D;
}
.BgClassName
{
background-color: #9E245D;
}
</style>
border-color css
<style>
span { border-color: #9E245D; }
span { border-color: rgb(158,36,93); }
td.TdClassName
{
border-color: #9E245D;
}
.TagClassName
{
border-color: #9E245D;
}
</style>