Shades of Lipstick #9E2364
Tints of Lipstick #9E2364
RGB
CMYK
RGB Variations
Color information
#9E2364 (or 0x9E2364) is known color: Lipstick. HEX triplet: 9E, 23 and 64. RGB value is (158,35,100). Sum of RGB (Red+Green+Blue) = 158+35+100=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2364 is #61DC9B. Grayscale: #4F4F4F. Windows color (decimal): -6413468 or 6562718. OLE color: 6562718.
HSL color Cylindrical-coordinate representation of color #9E2364: hue angle of 328.29º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2364 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 100 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.38 |
| HSL | 328.29º | 0.64% | 0.38% | - |
| HSV(B) | 328.29º | 0.78% | 0.62% | - |
| XYZ | 17 | 9.39 | 12.97 | - |
| YUV | 79.19 | 139.75 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 100 | 0 | 0.78 | 0.37 | 0.38 | 328.29 | 0.64 | 0.38 |
| Hex | 9E | 23 | 64 | 0 | 4E | 25 | 26 | 148 | 40 | 26 |
| Octal | 236 | 43 | 144 | 0 | 116 | 45 | 46 | 510 | 100 | 46 |
| Binary | 10011110 | 100011 | 1100100 | 0 | 1001110 | 100101 | 100110 | 101001000 | 1000000 | 100110 |
Color Harmonies of #9E2364
Complementary color
Monochromatic Colors of #9E2364
Black with #9E2364
Text Example
Text Example
White with #9E2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2364; }
p { color: rgb(158,35,100); }
H1.HeaderClassName
{
color: #9E2364;
}
.AnyTagClassName
{
color: #9E2364;
}
</style>
background-color css
<style>
a { background-color: #9E2364; }
a { background-color: rgb(158,35,100); }
div.DivClassName
{
background-color: #9E2364;
}
.BgClassName
{
background-color: #9E2364;
}
</style>
border-color css
<style>
span { border-color: #9E2364; }
span { border-color: rgb(158,35,100); }
td.TdClassName
{
border-color: #9E2364;
}
.TagClassName
{
border-color: #9E2364;
}
</style>