Shades of Lipstick #9E2253
Tints of Lipstick #9E2253
RGB
CMYK
RGB Variations
Color information
#9E2253 (or 0x9E2253) is known color: Lipstick. HEX triplet: 9E, 22 and 53. RGB value is (158,34,83). Sum of RGB (Red+Green+Blue) = 158+34+83=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2253 is #61DDAC. Grayscale: #4C4C4C. Windows color (decimal): -6413741 or 5448350. OLE color: 5448350.
HSL color Cylindrical-coordinate representation of color #9E2253: hue angle of 336.29º degrees, saturation: 0.65, 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 #9E2253 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 83 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.38 |
| HSL | 336.29º | 0.65% | 0.38% | - |
| HSV(B) | 336.29º | 0.78% | 0.62% | - |
| XYZ | 16.23 | 9.04 | 9.07 | - |
| YUV | 76.66 | 131.58 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 83 | 0 | 0.78 | 0.47 | 0.38 | 336.29 | 0.65 | 0.38 |
| Hex | 9E | 22 | 53 | 0 | 4E | 2F | 26 | 150 | 41 | 26 |
| Octal | 236 | 42 | 123 | 0 | 116 | 57 | 46 | 520 | 101 | 46 |
| Binary | 10011110 | 100010 | 1010011 | 0 | 1001110 | 101111 | 100110 | 101010000 | 1000001 | 100110 |
Color Harmonies of #9E2253
Complementary color
Monochromatic Colors of #9E2253
Black with #9E2253
Text Example
Text Example
White with #9E2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2253; }
p { color: rgb(158,34,83); }
H1.HeaderClassName
{
color: #9E2253;
}
.AnyTagClassName
{
color: #9E2253;
}
</style>
background-color css
<style>
a { background-color: #9E2253; }
a { background-color: rgb(158,34,83); }
div.DivClassName
{
background-color: #9E2253;
}
.BgClassName
{
background-color: #9E2253;
}
</style>
border-color css
<style>
span { border-color: #9E2253; }
span { border-color: rgb(158,34,83); }
td.TdClassName
{
border-color: #9E2253;
}
.TagClassName
{
border-color: #9E2253;
}
</style>