Shades of Lipstick #9E2F4B
Tints of Lipstick #9E2F4B
RGB
CMYK
RGB Variations
Color information
#9E2F4B (or 0x9E2F4B) is known color: Lipstick. HEX triplet: 9E, 2F and 4B. RGB value is (158,47,75). Sum of RGB (Red+Green+Blue) = 158+47+75=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2F4B is #61D0B4. Grayscale: #535353. Windows color (decimal): -6410421 or 4927390. OLE color: 4927390.
HSL color Cylindrical-coordinate representation of color #9E2F4B: hue angle of 344.86º degrees, saturation: 0.54, 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 #9E2F4B is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 47 | 75 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.38 |
| HSL | 344.86º | 0.54% | 0.4% | - |
| HSV(B) | 344.86º | 0.7% | 0.62% | - |
| XYZ | 16.39 | 9.81 | 7.69 | - |
| YUV | 83.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 75 | 0 | 0.70 | 0.53 | 0.38 | 344.86 | 0.54 | 0.4 |
| Hex | 9E | 2F | 4B | 0 | 46 | 35 | 26 | 159 | 36 | 28 |
| Octal | 236 | 57 | 113 | 0 | 106 | 65 | 46 | 531 | 66 | 50 |
| Binary | 10011110 | 101111 | 1001011 | 0 | 1000110 | 110101 | 100110 | 101011001 | 110110 | 101000 |
Color Harmonies of #9E2F4B
Complementary color
Monochromatic Colors of #9E2F4B
Black with #9E2F4B
Text Example
Text Example
White with #9E2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2F4B; }
p { color: rgb(158,47,75); }
H1.HeaderClassName
{
color: #9E2F4B;
}
.AnyTagClassName
{
color: #9E2F4B;
}
</style>
background-color css
<style>
a { background-color: #9E2F4B; }
a { background-color: rgb(158,47,75); }
div.DivClassName
{
background-color: #9E2F4B;
}
.BgClassName
{
background-color: #9E2F4B;
}
</style>
border-color css
<style>
span { border-color: #9E2F4B; }
span { border-color: rgb(158,47,75); }
td.TdClassName
{
border-color: #9E2F4B;
}
.TagClassName
{
border-color: #9E2F4B;
}
</style>