Shades of Lipstick #9E2562
Tints of Lipstick #9E2562
RGB
CMYK
RGB Variations
Color information
#9E2562 (or 0x9E2562) is known color: Lipstick. HEX triplet: 9E, 25 and 62. RGB value is (158,37,98). Sum of RGB (Red+Green+Blue) = 158+37+98=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2562 is #61DA9D. Grayscale: #505050. Windows color (decimal): -6412958 or 6432158. OLE color: 6432158.
HSL color Cylindrical-coordinate representation of color #9E2562: hue angle of 329.75º degrees, saturation: 0.62, 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 #9E2562 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 98 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.38 |
| HSL | 329.75º | 0.62% | 0.38% | - |
| HSV(B) | 329.75º | 0.77% | 0.62% | - |
| XYZ | 16.97 | 9.47 | 12.49 | - |
| YUV | 80.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 98 | 0 | 0.77 | 0.38 | 0.38 | 329.75 | 0.62 | 0.38 |
| Hex | 9E | 25 | 62 | 0 | 4D | 26 | 26 | 14A | 3E | 26 |
| Octal | 236 | 45 | 142 | 0 | 115 | 46 | 46 | 512 | 76 | 46 |
| Binary | 10011110 | 100101 | 1100010 | 0 | 1001101 | 100110 | 100110 | 101001010 | 111110 | 100110 |
Color Harmonies of #9E2562
Complementary color
Monochromatic Colors of #9E2562
Black with #9E2562
Text Example
Text Example
White with #9E2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2562; }
p { color: rgb(158,37,98); }
H1.HeaderClassName
{
color: #9E2562;
}
.AnyTagClassName
{
color: #9E2562;
}
</style>
background-color css
<style>
a { background-color: #9E2562; }
a { background-color: rgb(158,37,98); }
div.DivClassName
{
background-color: #9E2562;
}
.BgClassName
{
background-color: #9E2562;
}
</style>
border-color css
<style>
span { border-color: #9E2562; }
span { border-color: rgb(158,37,98); }
td.TdClassName
{
border-color: #9E2562;
}
.TagClassName
{
border-color: #9E2562;
}
</style>