#9E235D

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

Shades of Lipstick #9E235D

Tints of Lipstick #9E235D

Color information

#9E235D (or 0x9E235D) is unknown color: approx Lipstick. HEX triplet: 9E, 23 and 5D. RGB value is (158,35,93). Sum of RGB (Red+Green+Blue) = 158+35+93=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E235D is #61DCA2. Grayscale: #4E4E4E. Windows color (decimal): -6413475 or 6103966. OLE color: 6103966.

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

Color convert

RGB1583593-
CMYK00.780.410.38
HSL331.71º63.73%37.84%-
HSV(B)331.71º77.85%61.96%-
XYZ16.689.2611.26-
YUV78.39136.25184.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.24%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=55.24%
G=12.24%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158359300.780.410.38331.7163.7337.84
Hex9E235D04E292614c4026
Octal236431350116514651410046
Binary100111101000111011101010011101010011001101010011001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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