#9E305F

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

Shades of Lipstick #9E305F

Tints of Lipstick #9E305F

Color information

#9E305F (or 0x9E305F) is unknown color: approx Lipstick. HEX triplet: 9E, 30 and 5F. RGB value is (158,48,95). Sum of RGB (Red+Green+Blue) = 158+48+95=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E305F is #61CFA0. Grayscale: #565656. Windows color (decimal): -6410145 or 6238366. OLE color: 6238366.

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

Color convert

RGB1584895-
CMYK00.700.400.38
HSL334.36º53.4%40.39%-
HSV(B)334.36º69.62%61.96%-
XYZ17.2210.2111.89-
YUV86.25132.94179.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.49%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=52.49%
G=15.95%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158489500.700.400.38334.3653.440.39
Hex9E305F046282614e3528
Octal23660137010650465166550
Binary10011110110000101111101000110101000100110101001110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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