Shades of Lipstick #9E2354
Tints of Lipstick #9E2354
RGB
CMYK
RGB Variations
Color information
#9E2354 (or 0x9E2354) is known color: Lipstick. HEX triplet: 9E, 23 and 54. RGB value is (158,35,84). Sum of RGB (Red+Green+Blue) = 158+35+84=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2354 is #61DCAB. Grayscale: #4D4D4D. Windows color (decimal): -6413484 or 5514142. OLE color: 5514142.
HSL color Cylindrical-coordinate representation of color #9E2354: hue angle of 336.1º degrees, saturation: 0.64, 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 #9E2354 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 84 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.38 |
| HSL | 336.1º | 0.64% | 0.38% | - |
| HSV(B) | 336.1º | 0.78% | 0.62% | - |
| XYZ | 16.3 | 9.11 | 9.29 | - |
| YUV | 77.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 84 | 0 | 0.78 | 0.47 | 0.38 | 336.1 | 0.64 | 0.38 |
| Hex | 9E | 23 | 54 | 0 | 4E | 2F | 26 | 150 | 40 | 26 |
| Octal | 236 | 43 | 124 | 0 | 116 | 57 | 46 | 520 | 100 | 46 |
| Binary | 10011110 | 100011 | 1010100 | 0 | 1001110 | 101111 | 100110 | 101010000 | 1000000 | 100110 |
Color Harmonies of #9E2354
Complementary color
Monochromatic Colors of #9E2354
Black with #9E2354
Text Example
Text Example
White with #9E2354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2354; }
p { color: rgb(158,35,84); }
H1.HeaderClassName
{
color: #9E2354;
}
.AnyTagClassName
{
color: #9E2354;
}
</style>
background-color css
<style>
a { background-color: #9E2354; }
a { background-color: rgb(158,35,84); }
div.DivClassName
{
background-color: #9E2354;
}
.BgClassName
{
background-color: #9E2354;
}
</style>
border-color css
<style>
span { border-color: #9E2354; }
span { border-color: rgb(158,35,84); }
td.TdClassName
{
border-color: #9E2354;
}
.TagClassName
{
border-color: #9E2354;
}
</style>