Shades of Lipstick #9E215D
Tints of Lipstick #9E215D
RGB
CMYK
RGB Variations
Color information
#9E215D (or 0x9E215D) is known color: Lipstick. HEX triplet: 9E, 21 and 5D. RGB value is (158,33,93). Sum of RGB (Red+Green+Blue) = 158+33+93=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E215D is #61DEA2. Grayscale: #4D4D4D. Windows color (decimal): -6413987 or 6103454. OLE color: 6103454.
HSL color Cylindrical-coordinate representation of color #9E215D: hue angle of 331.2º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E215D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 33 | 93 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.38 |
| HSL | 331.2º | 0.65% | 0.37% | - |
| HSV(B) | 331.2º | 0.79% | 0.62% | - |
| XYZ | 16.62 | 9.15 | 11.25 | - |
| YUV | 77.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 93 | 0 | 0.79 | 0.41 | 0.38 | 331.2 | 0.65 | 0.37 |
| Hex | 9E | 21 | 5D | 0 | 4F | 29 | 26 | 14B | 41 | 25 |
| Octal | 236 | 41 | 135 | 0 | 117 | 51 | 46 | 513 | 101 | 45 |
| Binary | 10011110 | 100001 | 1011101 | 0 | 1001111 | 101001 | 100110 | 101001011 | 1000001 | 100101 |
Color Harmonies of #9E215D
Complementary color
Monochromatic Colors of #9E215D
Black with #9E215D
Text Example
Text Example
White with #9E215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E215D; }
p { color: rgb(158,33,93); }
H1.HeaderClassName
{
color: #9E215D;
}
.AnyTagClassName
{
color: #9E215D;
}
</style>
background-color css
<style>
a { background-color: #9E215D; }
a { background-color: rgb(158,33,93); }
div.DivClassName
{
background-color: #9E215D;
}
.BgClassName
{
background-color: #9E215D;
}
</style>
border-color css
<style>
span { border-color: #9E215D; }
span { border-color: rgb(158,33,93); }
td.TdClassName
{
border-color: #9E215D;
}
.TagClassName
{
border-color: #9E215D;
}
</style>