#9E215F

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

Shades of Lipstick #9E215F

Tints of Lipstick #9E215F

Color information

#9E215F (or 0x9E215F) is unknown color: approx Lipstick. HEX triplet: 9E, 21 and 5F. RGB value is (158,33,95). Sum of RGB (Red+Green+Blue) = 158+33+95=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E215F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E215F is #61DEA0. Grayscale: #4D4D4D. Windows color (decimal): -6413985 or 6234526. OLE color: 6234526.

HSL color Cylindrical-coordinate representation of color #9E215F: hue angle of 330.24º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E215F is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1583395-
CMYK00.790.400.38
HSL330.24º65.45%37.45%-
HSV(B)330.24º79.11%61.96%-
XYZ16.719.1811.72-
YUV77.44137.91185.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.24%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=55.24%
G=11.54%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158339500.790.400.38330.2465.4537.45
Hex9E215F04F282614a4125
Octal236411370117504651210145
Binary100111101000011011111010011111010001001101010010101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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