#9E2246

Color #9E2246 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9E2246

Tints of Lipstick #9E2246

Color information

#9E2246 (or 0x9E2246) is unknown color: approx Lipstick. HEX triplet: 9E, 22 and 46. RGB value is (158,34,70). Sum of RGB (Red+Green+Blue) = 158+34+70=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2246 is #61DDB9. Grayscale: #4B4B4B. Windows color (decimal): -6413754 or 4596382. OLE color: 4596382.

HSL color Cylindrical-coordinate representation of color #9E2246: hue angle of 342.58º 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 #9E2246 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB1583470-
CMYK00.780.560.38
HSL342.58º64.58%37.65%-
HSV(B)342.58º78.48%61.96%-
XYZ15.788.866.67-
YUV75.18125.08187.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 60.31%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=60.31%
G=12.98%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158347000.780.560.38342.5864.5837.65
Hex9E224604E38261574126
Octal236421060116704652710146
Binary100111101000101000110010011101110001001101010101111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E2246; }

 p { color: rgb(158,34,70); }

 H1.HeaderClassName
 {
   color: #9E2246;
 }
 .AnyTagClassName
 {
   color: #9E2246;
 }
</style>
background-color css

<style>
 a { background-color: #9E2246; }

 a { background-color: rgb(158,34,70); }

 div.DivClassName
 {
   background-color: #9E2246;
 }
 .BgClassName
 {
   background-color: #9E2246;
 }
</style>
border-color css

<style>
 span { border-color: #9E2246; }

 span { border-color: rgb(158,34,70); }

 td.TdClassName
 {
   border-color: #9E2246;
 }
 .TagClassName
 {
   border-color: #9E2246;
 }
</style>