#9E2359

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

Shades of Lipstick #9E2359

Tints of Lipstick #9E2359

Color information

#9E2359 (or 0x9E2359) is unknown color: approx Lipstick. HEX triplet: 9E, 23 and 59. RGB value is (158,35,89). Sum of RGB (Red+Green+Blue) = 158+35+89=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2359 is #61DCA6. Grayscale: #4D4D4D. Windows color (decimal): -6413479 or 5841822. OLE color: 5841822.

HSL color Cylindrical-coordinate representation of color #9E2359: hue angle of 333.66º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2359 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1583589-
CMYK00.780.440.38
HSL333.66º63.73%37.84%-
HSV(B)333.66º77.85%61.96%-
XYZ16.59.1910.36-
YUV77.93134.25185.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.03%
GREEN value IS 35 (14.06% from 255) = 12.41%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=56.03%
G=12.41%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158358900.780.440.38333.6663.7337.84
Hex9E235904E2C2614e4026
Octal236431310116544651610046
Binary100111101000111011001010011101011001001101010011101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,35,89); }

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

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

 a { background-color: rgb(158,35,89); }

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

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

 span { border-color: rgb(158,35,89); }

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