Shades of Lipstick #9E2A45
Tints of Lipstick #9E2A45
RGB
CMYK
RGB Variations
Color information
#9E2A45 (or 0x9E2A45) is known color: Lipstick. HEX triplet: 9E, 2A and 45. RGB value is (158,42,69). Sum of RGB (Red+Green+Blue) = 158+42+69=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A45 is #61D5BA. Grayscale: #4F4F4F. Windows color (decimal): -6411707 or 4532894. OLE color: 4532894.
HSL color Cylindrical-coordinate representation of color #9E2A45: hue angle of 346.03º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E2A45 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 69 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.38 |
| HSL | 346.03º | 0.58% | 0.39% | - |
| HSV(B) | 346.03º | 0.73% | 0.62% | - |
| XYZ | 16 | 9.35 | 6.59 | - |
| YUV | 79.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 69 | 0 | 0.73 | 0.56 | 0.38 | 346.03 | 0.58 | 0.39 |
| Hex | 9E | 2A | 45 | 0 | 49 | 38 | 26 | 15A | 3A | 27 |
| Octal | 236 | 52 | 105 | 0 | 111 | 70 | 46 | 532 | 72 | 47 |
| Binary | 10011110 | 101010 | 1000101 | 0 | 1001001 | 111000 | 100110 | 101011010 | 111010 | 100111 |
Color Harmonies of #9E2A45
Complementary color
Monochromatic Colors of #9E2A45
Black with #9E2A45
Text Example
Text Example
White with #9E2A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A45; }
p { color: rgb(158,42,69); }
H1.HeaderClassName
{
color: #9E2A45;
}
.AnyTagClassName
{
color: #9E2A45;
}
</style>
background-color css
<style>
a { background-color: #9E2A45; }
a { background-color: rgb(158,42,69); }
div.DivClassName
{
background-color: #9E2A45;
}
.BgClassName
{
background-color: #9E2A45;
}
</style>
border-color css
<style>
span { border-color: #9E2A45; }
span { border-color: rgb(158,42,69); }
td.TdClassName
{
border-color: #9E2A45;
}
.TagClassName
{
border-color: #9E2A45;
}
</style>