Shades of Lipstick #9E1644
Tints of Lipstick #9E1644
RGB
CMYK
RGB Variations
Color information
#9E1644 (or 0x9E1644) is known color: Lipstick. HEX triplet: 9E, 16 and 44. RGB value is (158,22,68). Sum of RGB (Red+Green+Blue) = 158+22+68=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1644 is #61E9BB. Grayscale: #434343. Windows color (decimal): -6416828 or 4462238. OLE color: 4462238.
HSL color Cylindrical-coordinate representation of color #9E1644: hue angle of 339.71º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E1644 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 68 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.38 |
| HSL | 339.71º | 0.76% | 0.35% | - |
| HSV(B) | 339.71º | 0.86% | 0.62% | - |
| XYZ | 15.43 | 8.26 | 6.25 | - |
| YUV | 67.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 68 | 0 | 0.86 | 0.57 | 0.38 | 339.71 | 0.76 | 0.35 |
| Hex | 9E | 16 | 44 | 0 | 56 | 39 | 26 | 154 | 4C | 23 |
| Octal | 236 | 26 | 104 | 0 | 126 | 71 | 46 | 524 | 114 | 43 |
| Binary | 10011110 | 10110 | 1000100 | 0 | 1010110 | 111001 | 100110 | 101010100 | 1001100 | 100011 |
Color Harmonies of #9E1644
Complementary color
Monochromatic Colors of #9E1644
Black with #9E1644
Text Example
Text Example
White with #9E1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1644; }
p { color: rgb(158,22,68); }
H1.HeaderClassName
{
color: #9E1644;
}
.AnyTagClassName
{
color: #9E1644;
}
</style>
background-color css
<style>
a { background-color: #9E1644; }
a { background-color: rgb(158,22,68); }
div.DivClassName
{
background-color: #9E1644;
}
.BgClassName
{
background-color: #9E1644;
}
</style>
border-color css
<style>
span { border-color: #9E1644; }
span { border-color: rgb(158,22,68); }
td.TdClassName
{
border-color: #9E1644;
}
.TagClassName
{
border-color: #9E1644;
}
</style>