Shades of Lipstick #9E345D
Tints of Lipstick #9E345D
RGB
CMYK
RGB Variations
Color information
#9E345D (or 0x9E345D) is known color: Lipstick. HEX triplet: 9E, 34 and 5D. RGB value is (158,52,93). Sum of RGB (Red+Green+Blue) = 158+52+93=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E345D is #61CBA2. Grayscale: #585858. Windows color (decimal): -6409123 or 6108318. OLE color: 6108318.
HSL color Cylindrical-coordinate representation of color #9E345D: hue angle of 336.79º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E345D is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 93 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.38 |
| HSL | 336.79º | 0.5% | 0.41% | - |
| HSV(B) | 336.79º | 0.67% | 0.62% | - |
| XYZ | 17.3 | 10.52 | 11.47 | - |
| YUV | 88.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 93 | 0 | 0.67 | 0.41 | 0.38 | 336.79 | 0.5 | 0.41 |
| Hex | 9E | 34 | 5D | 0 | 43 | 29 | 26 | 151 | 32 | 29 |
| Octal | 236 | 64 | 135 | 0 | 103 | 51 | 46 | 521 | 62 | 51 |
| Binary | 10011110 | 110100 | 1011101 | 0 | 1000011 | 101001 | 100110 | 101010001 | 110010 | 101001 |
Color Harmonies of #9E345D
Complementary color
Monochromatic Colors of #9E345D
Black with #9E345D
Text Example
Text Example
White with #9E345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E345D; }
p { color: rgb(158,52,93); }
H1.HeaderClassName
{
color: #9E345D;
}
.AnyTagClassName
{
color: #9E345D;
}
</style>
background-color css
<style>
a { background-color: #9E345D; }
a { background-color: rgb(158,52,93); }
div.DivClassName
{
background-color: #9E345D;
}
.BgClassName
{
background-color: #9E345D;
}
</style>
border-color css
<style>
span { border-color: #9E345D; }
span { border-color: rgb(158,52,93); }
td.TdClassName
{
border-color: #9E345D;
}
.TagClassName
{
border-color: #9E345D;
}
</style>