Shades of Lipstick #9E244F
Tints of Lipstick #9E244F
RGB
CMYK
RGB Variations
Color information
#9E244F (or 0x9E244F) is known color: Lipstick. HEX triplet: 9E, 24 and 4F. RGB value is (158,36,79). Sum of RGB (Red+Green+Blue) = 158+36+79=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E244F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E244F is #61DBB0. Grayscale: #4D4D4D. Windows color (decimal): -6413233 or 5186718. OLE color: 5186718.
HSL color Cylindrical-coordinate representation of color #9E244F: hue angle of 338.85º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E244F is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 36 | 79 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.38 |
| HSL | 338.85º | 0.63% | 0.38% | - |
| HSV(B) | 338.85º | 0.77% | 0.62% | - |
| XYZ | 16.14 | 9.1 | 8.3 | - |
| YUV | 77.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 79 | 0 | 0.77 | 0.50 | 0.38 | 338.85 | 0.63 | 0.38 |
| Hex | 9E | 24 | 4F | 0 | 4D | 32 | 26 | 153 | 3F | 26 |
| Octal | 236 | 44 | 117 | 0 | 115 | 62 | 46 | 523 | 77 | 46 |
| Binary | 10011110 | 100100 | 1001111 | 0 | 1001101 | 110010 | 100110 | 101010011 | 111111 | 100110 |
Color Harmonies of #9E244F
Complementary color
Monochromatic Colors of #9E244F
Black with #9E244F
Text Example
Text Example
White with #9E244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E244F; }
p { color: rgb(158,36,79); }
H1.HeaderClassName
{
color: #9E244F;
}
.AnyTagClassName
{
color: #9E244F;
}
</style>
background-color css
<style>
a { background-color: #9E244F; }
a { background-color: rgb(158,36,79); }
div.DivClassName
{
background-color: #9E244F;
}
.BgClassName
{
background-color: #9E244F;
}
</style>
border-color css
<style>
span { border-color: #9E244F; }
span { border-color: rgb(158,36,79); }
td.TdClassName
{
border-color: #9E244F;
}
.TagClassName
{
border-color: #9E244F;
}
</style>