Shades of Lipstick #9E1D50
Tints of Lipstick #9E1D50
RGB
CMYK
RGB Variations
Color information
#9E1D50 (or 0x9E1D50) is known color: Lipstick. HEX triplet: 9E, 1D and 50. RGB value is (158,29,80). Sum of RGB (Red+Green+Blue) = 158+29+80=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1D50 is #61E2AF. Grayscale: #494949. Windows color (decimal): -6415024 or 5250462. OLE color: 5250462.
HSL color Cylindrical-coordinate representation of color #9E1D50: hue angle of 336.28º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1D50 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 29 | 80 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.38 |
| HSL | 336.28º | 0.69% | 0.37% | - |
| HSV(B) | 336.28º | 0.82% | 0.62% | - |
| XYZ | 15.99 | 8.73 | 8.43 | - |
| YUV | 73.39 | 131.74 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 80 | 0 | 0.82 | 0.49 | 0.38 | 336.28 | 0.69 | 0.37 |
| Hex | 9E | 1D | 50 | 0 | 52 | 31 | 26 | 150 | 45 | 25 |
| Octal | 236 | 35 | 120 | 0 | 122 | 61 | 46 | 520 | 105 | 45 |
| Binary | 10011110 | 11101 | 1010000 | 0 | 1010010 | 110001 | 100110 | 101010000 | 1000101 | 100101 |
Color Harmonies of #9E1D50
Complementary color
Monochromatic Colors of #9E1D50
Black with #9E1D50
Text Example
Text Example
White with #9E1D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1D50; }
p { color: rgb(158,29,80); }
H1.HeaderClassName
{
color: #9E1D50;
}
.AnyTagClassName
{
color: #9E1D50;
}
</style>
background-color css
<style>
a { background-color: #9E1D50; }
a { background-color: rgb(158,29,80); }
div.DivClassName
{
background-color: #9E1D50;
}
.BgClassName
{
background-color: #9E1D50;
}
</style>
border-color css
<style>
span { border-color: #9E1D50; }
span { border-color: rgb(158,29,80); }
td.TdClassName
{
border-color: #9E1D50;
}
.TagClassName
{
border-color: #9E1D50;
}
</style>