Shades of Lipstick #9E285D
Tints of Lipstick #9E285D
RGB
CMYK
RGB Variations
Color information
#9E285D (or 0x9E285D) is known color: Lipstick. HEX triplet: 9E, 28 and 5D. RGB value is (158,40,93). Sum of RGB (Red+Green+Blue) = 158+40+93=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E285D is #61D7A2. Grayscale: #515151. Windows color (decimal): -6412195 or 6105246. OLE color: 6105246.
HSL color Cylindrical-coordinate representation of color #9E285D: hue angle of 333.05º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E285D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 93 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.38 |
| HSL | 333.05º | 0.6% | 0.39% | - |
| HSV(B) | 333.05º | 0.75% | 0.62% | - |
| XYZ | 16.84 | 9.58 | 11.32 | - |
| YUV | 81.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 93 | 0 | 0.75 | 0.41 | 0.38 | 333.05 | 0.6 | 0.39 |
| Hex | 9E | 28 | 5D | 0 | 4B | 29 | 26 | 14D | 3C | 27 |
| Octal | 236 | 50 | 135 | 0 | 113 | 51 | 46 | 515 | 74 | 47 |
| Binary | 10011110 | 101000 | 1011101 | 0 | 1001011 | 101001 | 100110 | 101001101 | 111100 | 100111 |
Color Harmonies of #9E285D
Complementary color
Monochromatic Colors of #9E285D
Black with #9E285D
Text Example
Text Example
White with #9E285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E285D; }
p { color: rgb(158,40,93); }
H1.HeaderClassName
{
color: #9E285D;
}
.AnyTagClassName
{
color: #9E285D;
}
</style>
background-color css
<style>
a { background-color: #9E285D; }
a { background-color: rgb(158,40,93); }
div.DivClassName
{
background-color: #9E285D;
}
.BgClassName
{
background-color: #9E285D;
}
</style>
border-color css
<style>
span { border-color: #9E285D; }
span { border-color: rgb(158,40,93); }
td.TdClassName
{
border-color: #9E285D;
}
.TagClassName
{
border-color: #9E285D;
}
</style>