Shades of Lipstick #9E204E
Tints of Lipstick #9E204E
RGB
CMYK
RGB Variations
Color information
#9E204E (or 0x9E204E) is known color: Lipstick. HEX triplet: 9E, 20 and 4E. RGB value is (158,32,78). Sum of RGB (Red+Green+Blue) = 158+32+78=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E204E is #61DFB1. Grayscale: #4A4A4A. Windows color (decimal): -6414258 or 5120158. OLE color: 5120158.
HSL color Cylindrical-coordinate representation of color #9E204E: hue angle of 338.1º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E204E is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 32 | 78 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.38 |
| HSL | 338.1º | 0.66% | 0.37% | - |
| HSV(B) | 338.1º | 0.8% | 0.62% | - |
| XYZ | 15.99 | 8.85 | 8.07 | - |
| YUV | 74.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 78 | 0 | 0.80 | 0.51 | 0.38 | 338.1 | 0.66 | 0.37 |
| Hex | 9E | 20 | 4E | 0 | 50 | 33 | 26 | 152 | 42 | 25 |
| Octal | 236 | 40 | 116 | 0 | 120 | 63 | 46 | 522 | 102 | 45 |
| Binary | 10011110 | 100000 | 1001110 | 0 | 1010000 | 110011 | 100110 | 101010010 | 1000010 | 100101 |
Color Harmonies of #9E204E
Complementary color
Monochromatic Colors of #9E204E
Black with #9E204E
Text Example
Text Example
White with #9E204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E204E; }
p { color: rgb(158,32,78); }
H1.HeaderClassName
{
color: #9E204E;
}
.AnyTagClassName
{
color: #9E204E;
}
</style>
background-color css
<style>
a { background-color: #9E204E; }
a { background-color: rgb(158,32,78); }
div.DivClassName
{
background-color: #9E204E;
}
.BgClassName
{
background-color: #9E204E;
}
</style>
border-color css
<style>
span { border-color: #9E204E; }
span { border-color: rgb(158,32,78); }
td.TdClassName
{
border-color: #9E204E;
}
.TagClassName
{
border-color: #9E204E;
}
</style>