Shades of Lipstick #9E2246
Tints of Lipstick #9E2246
RGB
CMYK
RGB Variations
Color information
#9E2246 (or 0x9E2246) is known color: Lipstick. HEX triplet: 9E, 22 and 46. RGB value is (158,34,70). Sum of RGB (Red+Green+Blue) = 158+34+70=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2246 is #61DDB9. Grayscale: #4B4B4B. Windows color (decimal): -6413754 or 4596382. OLE color: 4596382.
HSL color Cylindrical-coordinate representation of color #9E2246: hue angle of 342.58º degrees, saturation: 0.65, 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 #9E2246 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 70 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.38 |
| HSL | 342.58º | 0.65% | 0.38% | - |
| HSV(B) | 342.58º | 0.78% | 0.62% | - |
| XYZ | 15.78 | 8.86 | 6.67 | - |
| YUV | 75.18 | 125.08 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 70 | 0 | 0.78 | 0.56 | 0.38 | 342.58 | 0.65 | 0.38 |
| Hex | 9E | 22 | 46 | 0 | 4E | 38 | 26 | 157 | 41 | 26 |
| Octal | 236 | 42 | 106 | 0 | 116 | 70 | 46 | 527 | 101 | 46 |
| Binary | 10011110 | 100010 | 1000110 | 0 | 1001110 | 111000 | 100110 | 101010111 | 1000001 | 100110 |
Color Harmonies of #9E2246
Complementary color
Monochromatic Colors of #9E2246
Black with #9E2246
Text Example
Text Example
White with #9E2246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2246; }
p { color: rgb(158,34,70); }
H1.HeaderClassName
{
color: #9E2246;
}
.AnyTagClassName
{
color: #9E2246;
}
</style>
background-color css
<style>
a { background-color: #9E2246; }
a { background-color: rgb(158,34,70); }
div.DivClassName
{
background-color: #9E2246;
}
.BgClassName
{
background-color: #9E2246;
}
</style>
border-color css
<style>
span { border-color: #9E2246; }
span { border-color: rgb(158,34,70); }
td.TdClassName
{
border-color: #9E2246;
}
.TagClassName
{
border-color: #9E2246;
}
</style>