#9E345E

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

Shades of Lipstick #9E345E

Tints of Lipstick #9E345E

Color information

#9E345E (or 0x9E345E) is unknown color: approx Lipstick. HEX triplet: 9E, 34 and 5E. RGB value is (158,52,94). Sum of RGB (Red+Green+Blue) = 158+52+94=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E345E is #61CBA1. Grayscale: #585858. Windows color (decimal): -6409122 or 6173854. OLE color: 6173854.

HSL color Cylindrical-coordinate representation of color #9E345E: hue angle of 336.23º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E345E is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB1585294-
CMYK00.670.410.38
HSL336.23º50.48%41.18%-
HSV(B)336.23º67.09%61.96%-
XYZ17.3510.5311.71-
YUV88.48131.12177.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.97%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=51.97%
G=17.11%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158529400.670.410.38336.2350.4841.18
Hex9E345E04329261503229
Octal23664136010351465206251
Binary10011110110100101111001000011101001100110101010000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,52,94); }

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

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

 a { background-color: rgb(158,52,94); }

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

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

 span { border-color: rgb(158,52,94); }

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