#9E2857

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

Shades of Lipstick #9E2857

Tints of Lipstick #9E2857

Color information

#9E2857 (or 0x9E2857) is unknown color: approx Lipstick. HEX triplet: 9E, 28 and 57. RGB value is (158,40,87). Sum of RGB (Red+Green+Blue) = 158+40+87=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2857 is #61D7A8. Grayscale: #505050. Windows color (decimal): -6412201 or 5712030. OLE color: 5712030.

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

Color convert

RGB1584087-
CMYK00.750.450.38
HSL336.1º59.6%38.82%-
HSV(B)336.1º74.68%61.96%-
XYZ16.589.479.97-
YUV80.64131.59183.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.44%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=55.44%
G=14.04%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158408700.750.450.38336.159.638.82
Hex9E285704B2D261503c27
Octal23650127011355465207447
Binary10011110101000101011101001011101101100110101010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,40,87); }

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

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

 a { background-color: rgb(158,40,87); }

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

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

 span { border-color: rgb(158,40,87); }

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