#9E294E

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

Shades of Lipstick #9E294E

Tints of Lipstick #9E294E

Color information

#9E294E (or 0x9E294E) is unknown color: approx Lipstick. HEX triplet: 9E, 29 and 4E. RGB value is (158,41,78). Sum of RGB (Red+Green+Blue) = 158+41+78=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E294E is #61D6B1. Grayscale: #505050. Windows color (decimal): -6411954 or 5122462. OLE color: 5122462.

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

Color convert

RGB1584178-
CMYK00.740.510.38
HSL341.03º58.79%39.02%-
HSV(B)341.03º74.05%61.96%-
XYZ16.279.418.17-
YUV80.2126.76183.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.04%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=57.04%
G=14.80%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158417800.740.510.38341.0358.7939.02
Hex9E294E04A33261553b27
Octal23651116011263465257347
Binary10011110101001100111001001010110011100110101010101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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