Shades of Lipstick #9E224B
Tints of Lipstick #9E224B
RGB
CMYK
RGB Variations
Color information
#9E224B (or 0x9E224B) is known color: Lipstick. HEX triplet: 9E, 22 and 4B. RGB value is (158,34,75). Sum of RGB (Red+Green+Blue) = 158+34+75=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E224B is #61DDB4. Grayscale: #4B4B4B. Windows color (decimal): -6413749 or 4924062. OLE color: 4924062.
HSL color Cylindrical-coordinate representation of color #9E224B: hue angle of 340.16º 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 #9E224B is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 75 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.38 |
| HSL | 340.16º | 0.65% | 0.38% | - |
| HSV(B) | 340.16º | 0.78% | 0.62% | - |
| XYZ | 15.94 | 8.92 | 7.54 | - |
| YUV | 75.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 75 | 0 | 0.78 | 0.53 | 0.38 | 340.16 | 0.65 | 0.38 |
| Hex | 9E | 22 | 4B | 0 | 4E | 35 | 26 | 154 | 41 | 26 |
| Octal | 236 | 42 | 113 | 0 | 116 | 65 | 46 | 524 | 101 | 46 |
| Binary | 10011110 | 100010 | 1001011 | 0 | 1001110 | 110101 | 100110 | 101010100 | 1000001 | 100110 |
Color Harmonies of #9E224B
Complementary color
Monochromatic Colors of #9E224B
Black with #9E224B
Text Example
Text Example
White with #9E224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E224B; }
p { color: rgb(158,34,75); }
H1.HeaderClassName
{
color: #9E224B;
}
.AnyTagClassName
{
color: #9E224B;
}
</style>
background-color css
<style>
a { background-color: #9E224B; }
a { background-color: rgb(158,34,75); }
div.DivClassName
{
background-color: #9E224B;
}
.BgClassName
{
background-color: #9E224B;
}
</style>
border-color css
<style>
span { border-color: #9E224B; }
span { border-color: rgb(158,34,75); }
td.TdClassName
{
border-color: #9E224B;
}
.TagClassName
{
border-color: #9E224B;
}
</style>