Shades of Lipstick #9E274E
Tints of Lipstick #9E274E
RGB
CMYK
RGB Variations
Color information
#9E274E (or 0x9E274E) is known color: Lipstick. HEX triplet: 9E, 27 and 4E. RGB value is (158,39,78). Sum of RGB (Red+Green+Blue) = 158+39+78=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E274E is #61D8B1. Grayscale: #4E4E4E. Windows color (decimal): -6412466 or 5121950. OLE color: 5121950.
HSL color Cylindrical-coordinate representation of color #9E274E: hue angle of 340.34º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E274E is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 78 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.38 |
| HSL | 340.34º | 0.6% | 0.39% | - |
| HSV(B) | 340.34º | 0.75% | 0.62% | - |
| XYZ | 16.2 | 9.27 | 8.14 | - |
| YUV | 79.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 78 | 0 | 0.75 | 0.51 | 0.38 | 340.34 | 0.6 | 0.39 |
| Hex | 9E | 27 | 4E | 0 | 4B | 33 | 26 | 154 | 3C | 27 |
| Octal | 236 | 47 | 116 | 0 | 113 | 63 | 46 | 524 | 74 | 47 |
| Binary | 10011110 | 100111 | 1001110 | 0 | 1001011 | 110011 | 100110 | 101010100 | 111100 | 100111 |
Color Harmonies of #9E274E
Complementary color
Monochromatic Colors of #9E274E
Black with #9E274E
Text Example
Text Example
White with #9E274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E274E; }
p { color: rgb(158,39,78); }
H1.HeaderClassName
{
color: #9E274E;
}
.AnyTagClassName
{
color: #9E274E;
}
</style>
background-color css
<style>
a { background-color: #9E274E; }
a { background-color: rgb(158,39,78); }
div.DivClassName
{
background-color: #9E274E;
}
.BgClassName
{
background-color: #9E274E;
}
</style>
border-color css
<style>
span { border-color: #9E274E; }
span { border-color: rgb(158,39,78); }
td.TdClassName
{
border-color: #9E274E;
}
.TagClassName
{
border-color: #9E274E;
}
</style>