Shades of Lipstick #9E2454
Tints of Lipstick #9E2454
RGB
CMYK
RGB Variations
Color information
#9E2454 (or 0x9E2454) is known color: Lipstick. HEX triplet: 9E, 24 and 54. RGB value is (158,36,84). Sum of RGB (Red+Green+Blue) = 158+36+84=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2454 is #61DBAB. Grayscale: #4D4D4D. Windows color (decimal): -6413228 or 5514398. OLE color: 5514398.
HSL color Cylindrical-coordinate representation of color #9E2454: hue angle of 336.39º 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 #9E2454 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 36 | 84 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.38 |
| HSL | 336.39º | 0.63% | 0.38% | - |
| HSV(B) | 336.39º | 0.77% | 0.62% | - |
| XYZ | 16.33 | 9.17 | 9.3 | - |
| YUV | 77.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 84 | 0 | 0.77 | 0.47 | 0.38 | 336.39 | 0.63 | 0.38 |
| Hex | 9E | 24 | 54 | 0 | 4D | 2F | 26 | 150 | 3F | 26 |
| Octal | 236 | 44 | 124 | 0 | 115 | 57 | 46 | 520 | 77 | 46 |
| Binary | 10011110 | 100100 | 1010100 | 0 | 1001101 | 101111 | 100110 | 101010000 | 111111 | 100110 |
Color Harmonies of #9E2454
Complementary color
Monochromatic Colors of #9E2454
Black with #9E2454
Text Example
Text Example
White with #9E2454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2454; }
p { color: rgb(158,36,84); }
H1.HeaderClassName
{
color: #9E2454;
}
.AnyTagClassName
{
color: #9E2454;
}
</style>
background-color css
<style>
a { background-color: #9E2454; }
a { background-color: rgb(158,36,84); }
div.DivClassName
{
background-color: #9E2454;
}
.BgClassName
{
background-color: #9E2454;
}
</style>
border-color css
<style>
span { border-color: #9E2454; }
span { border-color: rgb(158,36,84); }
td.TdClassName
{
border-color: #9E2454;
}
.TagClassName
{
border-color: #9E2454;
}
</style>