#9e2b5a

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

Shades of Lipstick #9E2B5A

Tints of Lipstick #9E2B5A

Color information

#9E2B5A (or 0x9E2B5A) is unknown color: approx Lipstick. HEX triplet: 9E, 2B and 5A. RGB value is (158,43,90). Sum of RGB (Red+Green+Blue) = 158+43+90=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2B5A is #61D4A5. Grayscale: #525252. Windows color (decimal): -6411430 or 5909406. OLE color: 5909406.

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

Color convert

RGB1584390-
CMYK00.730.430.38
HSL335.48º57.21%39.41%-
HSV(B)335.48º72.78%61.96%-
XYZ16.819.7410.67-
YUV82.74132.1181.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.30%
GREEN value IS 43 (17.19% from 255) = 14.78%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=54.30%
G=14.78%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158439000.730.430.38335.4857.2139.41
Hex9E2B5A0492B2614f3927
Octal23653132011153465177147
Binary10011110101011101101001001001101011100110101001111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e2b5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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