Shades of Lipstick #9E304C
Tints of Lipstick #9E304C
RGB
CMYK
RGB Variations
Color information
#9E304C (or 0x9E304C) is known color: Lipstick. HEX triplet: 9E, 30 and 4C. RGB value is (158,48,76). Sum of RGB (Red+Green+Blue) = 158+48+76=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E304C is #61CFB3. Grayscale: #545454. Windows color (decimal): -6410164 or 4993182. OLE color: 4993182.
HSL color Cylindrical-coordinate representation of color #9E304C: hue angle of 344.73º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E304C is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 76 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.38 |
| HSL | 344.73º | 0.53% | 0.4% | - |
| HSV(B) | 344.73º | 0.7% | 0.62% | - |
| XYZ | 16.46 | 9.9 | 7.88 | - |
| YUV | 84.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 76 | 0 | 0.70 | 0.52 | 0.38 | 344.73 | 0.53 | 0.4 |
| Hex | 9E | 30 | 4C | 0 | 46 | 34 | 26 | 159 | 35 | 28 |
| Octal | 236 | 60 | 114 | 0 | 106 | 64 | 46 | 531 | 65 | 50 |
| Binary | 10011110 | 110000 | 1001100 | 0 | 1000110 | 110100 | 100110 | 101011001 | 110101 | 101000 |
Color Harmonies of #9E304C
Complementary color
Monochromatic Colors of #9E304C
Black with #9E304C
Text Example
Text Example
White with #9E304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E304C; }
p { color: rgb(158,48,76); }
H1.HeaderClassName
{
color: #9E304C;
}
.AnyTagClassName
{
color: #9E304C;
}
</style>
background-color css
<style>
a { background-color: #9E304C; }
a { background-color: rgb(158,48,76); }
div.DivClassName
{
background-color: #9E304C;
}
.BgClassName
{
background-color: #9E304C;
}
</style>
border-color css
<style>
span { border-color: #9E304C; }
span { border-color: rgb(158,48,76); }
td.TdClassName
{
border-color: #9E304C;
}
.TagClassName
{
border-color: #9E304C;
}
</style>