Shades of Lipstick #9E2243
Tints of Lipstick #9E2243
RGB
CMYK
RGB Variations
Color information
#9E2243 (or 0x9E2243) is known color: Lipstick. HEX triplet: 9E, 22 and 43. RGB value is (158,34,67). Sum of RGB (Red+Green+Blue) = 158+34+67=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2243 is #61DDBC. Grayscale: #4A4A4A. Windows color (decimal): -6413757 or 4399774. OLE color: 4399774.
HSL color Cylindrical-coordinate representation of color #9E2243: hue angle of 344.03º 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 #9E2243 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 67 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.38 |
| HSL | 344.03º | 0.65% | 0.38% | - |
| HSV(B) | 344.03º | 0.78% | 0.62% | - |
| XYZ | 15.69 | 8.82 | 6.19 | - |
| YUV | 74.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 67 | 0 | 0.78 | 0.58 | 0.38 | 344.03 | 0.65 | 0.38 |
| Hex | 9E | 22 | 43 | 0 | 4E | 3A | 26 | 158 | 41 | 26 |
| Octal | 236 | 42 | 103 | 0 | 116 | 72 | 46 | 530 | 101 | 46 |
| Binary | 10011110 | 100010 | 1000011 | 0 | 1001110 | 111010 | 100110 | 101011000 | 1000001 | 100110 |
Color Harmonies of #9E2243
Complementary color
Monochromatic Colors of #9E2243
Black with #9E2243
Text Example
Text Example
White with #9E2243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2243; }
p { color: rgb(158,34,67); }
H1.HeaderClassName
{
color: #9E2243;
}
.AnyTagClassName
{
color: #9E2243;
}
</style>
background-color css
<style>
a { background-color: #9E2243; }
a { background-color: rgb(158,34,67); }
div.DivClassName
{
background-color: #9E2243;
}
.BgClassName
{
background-color: #9E2243;
}
</style>
border-color css
<style>
span { border-color: #9E2243; }
span { border-color: rgb(158,34,67); }
td.TdClassName
{
border-color: #9E2243;
}
.TagClassName
{
border-color: #9E2243;
}
</style>