#9E295C

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

Shades of Lipstick #9E295C

Tints of Lipstick #9E295C

Color information

#9E295C (or 0x9E295C) is unknown color: approx Lipstick. HEX triplet: 9E, 29 and 5C. RGB value is (158,41,92). Sum of RGB (Red+Green+Blue) = 158+41+92=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E295C is #61D6A3. Grayscale: #515151. Windows color (decimal): -6411940 or 6039966. OLE color: 6039966.

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

Color convert

RGB1584192-
CMYK00.740.420.38
HSL333.85º58.79%39.02%-
HSV(B)333.85º74.05%61.96%-
XYZ16.839.6311.1-
YUV81.8133.76182.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.30%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=54.30%
G=14.09%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158419200.740.420.38333.8558.7939.02
Hex9E295C04A2A2614e3b27
Octal23651134011252465167347
Binary10011110101001101110001001010101010100110101001110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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