#9E305B

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

Shades of Lipstick #9E305B

Tints of Lipstick #9E305B

Color information

#9E305B (or 0x9E305B) is unknown color: approx Lipstick. HEX triplet: 9E, 30 and 5B. RGB value is (158,48,91). Sum of RGB (Red+Green+Blue) = 158+48+91=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E305B is #61CFA4. Grayscale: #555555. Windows color (decimal): -6410149 or 5976222. OLE color: 5976222.

HSL color Cylindrical-coordinate representation of color #9E305B: hue angle of 336.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E305B is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1584891-
CMYK00.700.420.38
HSL336.55º53.4%40.39%-
HSV(B)336.55º69.62%61.96%-
XYZ17.0510.1410.96-
YUV85.79130.94179.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.20%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=53.20%
G=16.16%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158489100.700.420.38336.5553.440.39
Hex9E305B0462A261513528
Octal23660133010652465216550
Binary10011110110000101101101000110101010100110101010001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,48,91); }

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

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

 a { background-color: rgb(158,48,91); }

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

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

 span { border-color: rgb(158,48,91); }

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