#9E225E

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

Shades of Lipstick #9E225E

Tints of Lipstick #9E225E

Color information

#9E225E (or 0x9E225E) is unknown color: approx Lipstick. HEX triplet: 9E, 22 and 5E. RGB value is (158,34,94). Sum of RGB (Red+Green+Blue) = 158+34+94=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E225E is #61DDA1. Grayscale: #4D4D4D. Windows color (decimal): -6413730 or 6169246. OLE color: 6169246.

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

Color convert

RGB1583494-
CMYK00.780.410.38
HSL330.97º64.58%37.65%-
HSV(B)330.97º78.48%61.96%-
XYZ16.699.2211.49-
YUV77.92137.08185.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.24%
GREEN value IS 34 (13.67% from 255) = 11.89%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=55.24%
G=11.89%
B=32.87%

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
Decimal158349400.780.410.38330.9764.5837.65
Hex9E225E04E292614b4126
Octal236421360116514651310146
Binary100111101000101011110010011101010011001101010010111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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