Shades of Lipstick #9E285A
Tints of Lipstick #9E285A
RGB
CMYK
RGB Variations
Color information
#9E285A (or 0x9E285A) is known color: Lipstick. HEX triplet: 9E, 28 and 5A. RGB value is (158,40,90). Sum of RGB (Red+Green+Blue) = 158+40+90=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E285A is #61D7A5. Grayscale: #505050. Windows color (decimal): -6412198 or 5908638. OLE color: 5908638.
HSL color Cylindrical-coordinate representation of color #9E285A: hue angle of 334.58º 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 #9E285A is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 90 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.38 |
| HSL | 334.58º | 0.6% | 0.39% | - |
| HSV(B) | 334.58º | 0.75% | 0.62% | - |
| XYZ | 16.7 | 9.52 | 10.63 | - |
| YUV | 80.98 | 133.09 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 90 | 0 | 0.75 | 0.43 | 0.38 | 334.58 | 0.6 | 0.39 |
| Hex | 9E | 28 | 5A | 0 | 4B | 2B | 26 | 14F | 3C | 27 |
| Octal | 236 | 50 | 132 | 0 | 113 | 53 | 46 | 517 | 74 | 47 |
| Binary | 10011110 | 101000 | 1011010 | 0 | 1001011 | 101011 | 100110 | 101001111 | 111100 | 100111 |
Color Harmonies of #9E285A
Complementary color
Monochromatic Colors of #9E285A
Black with #9E285A
Text Example
Text Example
White with #9E285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E285A; }
p { color: rgb(158,40,90); }
H1.HeaderClassName
{
color: #9E285A;
}
.AnyTagClassName
{
color: #9E285A;
}
</style>
background-color css
<style>
a { background-color: #9E285A; }
a { background-color: rgb(158,40,90); }
div.DivClassName
{
background-color: #9E285A;
}
.BgClassName
{
background-color: #9E285A;
}
</style>
border-color css
<style>
span { border-color: #9E285A; }
span { border-color: rgb(158,40,90); }
td.TdClassName
{
border-color: #9E285A;
}
.TagClassName
{
border-color: #9E285A;
}
</style>