#9E2247

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

Shades of Lipstick #9E2247

Tints of Lipstick #9E2247

Color information

#9E2247 (or 0x9E2247) is unknown color: approx Lipstick. HEX triplet: 9E, 22 and 47. RGB value is (158,34,71). Sum of RGB (Red+Green+Blue) = 158+34+71=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2247 is #61DDB8. Grayscale: #4B4B4B. Windows color (decimal): -6413753 or 4661918. OLE color: 4661918.

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

Color convert

RGB1583471-
CMYK00.780.550.38
HSL342.1º64.58%37.65%-
HSV(B)342.1º78.48%61.96%-
XYZ15.818.876.84-
YUV75.29125.58186.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.08%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 71 (28.12% from 255) = 27.00%
R=60.08%
G=12.93%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158347100.780.550.38342.164.5837.65
Hex9E224704E37261564126
Octal236421070116674652610146
Binary100111101000101000111010011101101111001101010101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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