#9E2560

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

Shades of Lipstick #9E2560

Tints of Lipstick #9E2560

Color information

#9E2560 (or 0x9E2560) is unknown color: approx Lipstick. HEX triplet: 9E, 25 and 60. RGB value is (158,37,96). Sum of RGB (Red+Green+Blue) = 158+37+96=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2560 is #61DA9F. Grayscale: #4F4F4F. Windows color (decimal): -6412960 or 6301086. OLE color: 6301086.

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

Color convert

RGB1583796-
CMYK00.770.390.38
HSL330.74º62.05%38.24%-
HSV(B)330.74º76.58%61.96%-
XYZ16.879.4412-
YUV79.9137.09183.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.30%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=54.30%
G=12.71%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158379600.770.390.38330.7462.0538.24
Hex9E256004D272614b3e26
Octal23645140011547465137646
Binary10011110100101110000001001101100111100110101001011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,37,96); }

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

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

 a { background-color: rgb(158,37,96); }

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

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

 span { border-color: rgb(158,37,96); }

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