#9E225C

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

Shades of Lipstick #9E225C

Tints of Lipstick #9E225C

Color information

#9E225C (or 0x9E225C) is unknown color: approx Lipstick. HEX triplet: 9E, 22 and 5C. RGB value is (158,34,92). Sum of RGB (Red+Green+Blue) = 158+34+92=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E225C is #61DDA3. Grayscale: #4D4D4D. Windows color (decimal): -6413732 or 6038174. OLE color: 6038174.

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

Color convert

RGB1583492-
CMYK00.780.420.38
HSL331.94º64.58%37.65%-
HSV(B)331.94º78.48%61.96%-
XYZ16.69.1911.02-
YUV77.69136.08185.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.63%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=55.63%
G=11.97%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158349200.780.420.38331.9464.5837.65
Hex9E225C04E2A2614c4126
Octal236421340116524651410146
Binary100111101000101011100010011101010101001101010011001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,34,92); }

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

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

 a { background-color: rgb(158,34,92); }

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

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

 span { border-color: rgb(158,34,92); }

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