Shades of Lipstick #9E2668
Tints of Lipstick #9E2668
RGB
CMYK
RGB Variations
Color information
#9E2668 (or 0x9E2668) is known color: Lipstick. HEX triplet: 9E, 26 and 68. RGB value is (158,38,104). Sum of RGB (Red+Green+Blue) = 158+38+104=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2668 is #61D997. Grayscale: #515151. Windows color (decimal): -6412696 or 6825630. OLE color: 6825630.
HSL color Cylindrical-coordinate representation of color #9E2668: hue angle of 327º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E2668 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 104 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.38 |
| HSL | 327º | 0.61% | 0.38% | - |
| HSV(B) | 327º | 0.76% | 0.62% | - |
| XYZ | 17.29 | 9.65 | 14.05 | - |
| YUV | 81.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 104 | 0 | 0.76 | 0.34 | 0.38 | 327 | 0.61 | 0.38 |
| Hex | 9E | 26 | 68 | 0 | 4C | 22 | 26 | 147 | 3D | 26 |
| Octal | 236 | 46 | 150 | 0 | 114 | 42 | 46 | 507 | 75 | 46 |
| Binary | 10011110 | 100110 | 1101000 | 0 | 1001100 | 100010 | 100110 | 101000111 | 111101 | 100110 |
Color Harmonies of #9E2668
Complementary color
Monochromatic Colors of #9E2668
Black with #9E2668
Text Example
Text Example
White with #9E2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2668; }
p { color: rgb(158,38,104); }
H1.HeaderClassName
{
color: #9E2668;
}
.AnyTagClassName
{
color: #9E2668;
}
</style>
background-color css
<style>
a { background-color: #9E2668; }
a { background-color: rgb(158,38,104); }
div.DivClassName
{
background-color: #9E2668;
}
.BgClassName
{
background-color: #9E2668;
}
</style>
border-color css
<style>
span { border-color: #9E2668; }
span { border-color: rgb(158,38,104); }
td.TdClassName
{
border-color: #9E2668;
}
.TagClassName
{
border-color: #9E2668;
}
</style>