#9e2a5c

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

Shades of Lipstick #9E2A5C

Tints of Lipstick #9E2A5C

Color information

#9E2A5C (or 0x9E2A5C) is unknown color: approx Lipstick. HEX triplet: 9E, 2A and 5C. RGB value is (158,42,92). Sum of RGB (Red+Green+Blue) = 158+42+92=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2A5C is #61D5A3. Grayscale: #525252. Windows color (decimal): -6411684 or 6040222. OLE color: 6040222.

HSL color Cylindrical-coordinate representation of color #9E2A5C: hue angle of 334.14º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E2A5C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1584292-
CMYK00.730.420.38
HSL334.14º58%39.22%-
HSV(B)334.14º73.42%61.96%-
XYZ16.869.711.11-
YUV82.38133.43181.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=54.11%
G=14.38%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158429200.730.420.38334.145839.22
Hex9E2A5C0492A2614e3a27
Octal23652134011152465167247
Binary10011110101010101110001001001101010100110101001110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e2a5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,42,92); }

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

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

 a { background-color: rgb(158,42,92); }

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

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

 span { border-color: rgb(158,42,92); }

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