#9E1E52

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

Shades of Lipstick #9E1E52

Tints of Lipstick #9E1E52

Color information

#9E1E52 (or 0x9E1E52) is unknown color: approx Lipstick. HEX triplet: 9E, 1E and 52. RGB value is (158,30,82). Sum of RGB (Red+Green+Blue) = 158+30+82=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1E52 is #61E1AD. Grayscale: #4A4A4A. Windows color (decimal): -6414766 or 5381790. OLE color: 5381790.

HSL color Cylindrical-coordinate representation of color #9E1E52: hue angle of 335.62º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E1E52 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB1583082-
CMYK00.810.480.38
HSL335.62º68.09%36.86%-
HSV(B)335.62º81.01%61.96%-
XYZ16.098.818.83-
YUV74.2132.41187.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.52%
GREEN value IS 30 (12.11% from 255) = 11.11%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=58.52%
G=11.11%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158308200.810.480.38335.6268.0936.86
Hex9E1E5205130261504425
Octal236361220121604652010445
Binary10011110111101010010010100011100001001101010100001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,30,82); }

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

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

 a { background-color: rgb(158,30,82); }

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

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

 span { border-color: rgb(158,30,82); }

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