Shades of Lipstick #9E254B
Tints of Lipstick #9E254B
RGB
CMYK
RGB Variations
Color information
#9E254B (or 0x9E254B) is known color: Lipstick. HEX triplet: 9E, 25 and 4B. RGB value is (158,37,75). Sum of RGB (Red+Green+Blue) = 158+37+75=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E254B is #61DAB4. Grayscale: #4D4D4D. Windows color (decimal): -6412981 or 4924830. OLE color: 4924830.
HSL color Cylindrical-coordinate representation of color #9E254B: hue angle of 341.16º degrees, saturation: 0.62, 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 #9E254B is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 75 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.38 |
| HSL | 341.16º | 0.62% | 0.38% | - |
| HSV(B) | 341.16º | 0.77% | 0.62% | - |
| XYZ | 16.03 | 9.1 | 7.57 | - |
| YUV | 77.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 75 | 0 | 0.77 | 0.53 | 0.38 | 341.16 | 0.62 | 0.38 |
| Hex | 9E | 25 | 4B | 0 | 4D | 35 | 26 | 155 | 3E | 26 |
| Octal | 236 | 45 | 113 | 0 | 115 | 65 | 46 | 525 | 76 | 46 |
| Binary | 10011110 | 100101 | 1001011 | 0 | 1001101 | 110101 | 100110 | 101010101 | 111110 | 100110 |
Color Harmonies of #9E254B
Complementary color
Monochromatic Colors of #9E254B
Black with #9E254B
Text Example
Text Example
White with #9E254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E254B; }
p { color: rgb(158,37,75); }
H1.HeaderClassName
{
color: #9E254B;
}
.AnyTagClassName
{
color: #9E254B;
}
</style>
background-color css
<style>
a { background-color: #9E254B; }
a { background-color: rgb(158,37,75); }
div.DivClassName
{
background-color: #9E254B;
}
.BgClassName
{
background-color: #9E254B;
}
</style>
border-color css
<style>
span { border-color: #9E254B; }
span { border-color: rgb(158,37,75); }
td.TdClassName
{
border-color: #9E254B;
}
.TagClassName
{
border-color: #9E254B;
}
</style>