Shades of Lipstick #9E2C4A
Tints of Lipstick #9E2C4A
RGB
CMYK
RGB Variations
Color information
#9E2C4A (or 0x9E2C4A) is known color: Lipstick. HEX triplet: 9E, 2C and 4A. RGB value is (158,44,74). Sum of RGB (Red+Green+Blue) = 158+44+74=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2C4A is #61D3B5. Grayscale: #515151. Windows color (decimal): -6411190 or 4861086. OLE color: 4861086.
HSL color Cylindrical-coordinate representation of color #9E2C4A: hue angle of 344.21º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2C4A is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 44 | 74 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.38 |
| HSL | 344.21º | 0.56% | 0.4% | - |
| HSV(B) | 344.21º | 0.72% | 0.62% | - |
| XYZ | 16.24 | 9.56 | 7.47 | - |
| YUV | 81.51 | 123.77 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 44 | 74 | 0 | 0.72 | 0.53 | 0.38 | 344.21 | 0.56 | 0.4 |
| Hex | 9E | 2C | 4A | 0 | 48 | 35 | 26 | 158 | 38 | 28 |
| Octal | 236 | 54 | 112 | 0 | 110 | 65 | 46 | 530 | 70 | 50 |
| Binary | 10011110 | 101100 | 1001010 | 0 | 1001000 | 110101 | 100110 | 101011000 | 111000 | 101000 |
Color Harmonies of #9E2C4A
Complementary color
Monochromatic Colors of #9E2C4A
Black with #9E2C4A
Text Example
Text Example
White with #9E2C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2C4A; }
p { color: rgb(158,44,74); }
H1.HeaderClassName
{
color: #9E2C4A;
}
.AnyTagClassName
{
color: #9E2C4A;
}
</style>
background-color css
<style>
a { background-color: #9E2C4A; }
a { background-color: rgb(158,44,74); }
div.DivClassName
{
background-color: #9E2C4A;
}
.BgClassName
{
background-color: #9E2C4A;
}
</style>
border-color css
<style>
span { border-color: #9E2C4A; }
span { border-color: rgb(158,44,74); }
td.TdClassName
{
border-color: #9E2C4A;
}
.TagClassName
{
border-color: #9E2C4A;
}
</style>