#9E225F

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

Shades of Lipstick #9E225F

Tints of Lipstick #9E225F

Color information

#9E225F (or 0x9E225F) is unknown color: approx Lipstick. HEX triplet: 9E, 22 and 5F. RGB value is (158,34,95). Sum of RGB (Red+Green+Blue) = 158+34+95=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E225F is #61DDA0. Grayscale: #4D4D4D. Windows color (decimal): -6413729 or 6234782. OLE color: 6234782.

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

Color convert

RGB1583495-
CMYK00.780.400.38
HSL330.48º64.58%37.65%-
HSV(B)330.48º78.48%61.96%-
XYZ16.749.2411.73-
YUV78.03137.58185.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.05%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=55.05%
G=11.85%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158349500.780.400.38330.4864.5837.65
Hex9E225F04E282614a4126
Octal236421370116504651210146
Binary100111101000101011111010011101010001001101010010101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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