#9E1E58

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

Shades of Lipstick #9E1E58

Tints of Lipstick #9E1E58

Color information

#9E1E58 (or 0x9E1E58) is unknown color: approx Lipstick. HEX triplet: 9E, 1E and 58. RGB value is (158,30,88). Sum of RGB (Red+Green+Blue) = 158+30+88=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1E58 is #61E1A7. Grayscale: #4A4A4A. Windows color (decimal): -6414760 or 5775006. OLE color: 5775006.

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

Color convert

RGB1583088-
CMYK00.810.440.38
HSL332.81º68.09%36.86%-
HSV(B)332.81º81.01%61.96%-
XYZ16.338.910.09-
YUV74.88135.41187.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.25%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=57.25%
G=10.87%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158308800.810.440.38332.8168.0936.86
Hex9E1E580512C2614d4425
Octal236361300121544651510445
Binary10011110111101011000010100011011001001101010011011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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