Shades of Lipstick #9E264E
Tints of Lipstick #9E264E
RGB
CMYK
RGB Variations
Color information
#9E264E (or 0x9E264E) is known color: Lipstick. HEX triplet: 9E, 26 and 4E. RGB value is (158,38,78). Sum of RGB (Red+Green+Blue) = 158+38+78=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E264E is #61D9B1. Grayscale: #4E4E4E. Windows color (decimal): -6412722 or 5121694. OLE color: 5121694.
HSL color Cylindrical-coordinate representation of color #9E264E: hue angle of 340º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E264E is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 78 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.38 |
| HSL | 340º | 0.61% | 0.38% | - |
| HSV(B) | 340º | 0.76% | 0.62% | - |
| XYZ | 16.17 | 9.21 | 8.13 | - |
| YUV | 78.44 | 127.76 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 78 | 0 | 0.76 | 0.51 | 0.38 | 340 | 0.61 | 0.38 |
| Hex | 9E | 26 | 4E | 0 | 4C | 33 | 26 | 154 | 3D | 26 |
| Octal | 236 | 46 | 116 | 0 | 114 | 63 | 46 | 524 | 75 | 46 |
| Binary | 10011110 | 100110 | 1001110 | 0 | 1001100 | 110011 | 100110 | 101010100 | 111101 | 100110 |
Color Harmonies of #9E264E
Complementary color
Monochromatic Colors of #9E264E
Black with #9E264E
Text Example
Text Example
White with #9E264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E264E; }
p { color: rgb(158,38,78); }
H1.HeaderClassName
{
color: #9E264E;
}
.AnyTagClassName
{
color: #9E264E;
}
</style>
background-color css
<style>
a { background-color: #9E264E; }
a { background-color: rgb(158,38,78); }
div.DivClassName
{
background-color: #9E264E;
}
.BgClassName
{
background-color: #9E264E;
}
</style>
border-color css
<style>
span { border-color: #9E264E; }
span { border-color: rgb(158,38,78); }
td.TdClassName
{
border-color: #9E264E;
}
.TagClassName
{
border-color: #9E264E;
}
</style>