#9E2B58

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

Shades of Lipstick #9E2B58

Tints of Lipstick #9E2B58

Color information

#9E2B58 (or 0x9E2B58) is unknown color: approx Lipstick. HEX triplet: 9E, 2B and 58. RGB value is (158,43,88). Sum of RGB (Red+Green+Blue) = 158+43+88=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2B58 is #61D4A7. Grayscale: #525252. Windows color (decimal): -6411432 or 5778334. OLE color: 5778334.

HSL color Cylindrical-coordinate representation of color #9E2B58: hue angle of 336.52º degrees, saturation: 0.57, 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 #9E2B58 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1584388-
CMYK00.730.440.38
HSL336.52º57.21%39.41%-
HSV(B)336.52º72.78%61.96%-
XYZ16.739.710.22-
YUV82.52131.1181.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.67%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=54.67%
G=14.88%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158438800.730.440.38336.5257.2139.41
Hex9E2B580492C261513927
Octal23653130011154465217147
Binary10011110101011101100001001001101100100110101010001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,43,88); }

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

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

 a { background-color: rgb(158,43,88); }

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

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

 span { border-color: rgb(158,43,88); }

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