#9E2356

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

Shades of Lipstick #9E2356

Tints of Lipstick #9E2356

Color information

#9E2356 (or 0x9E2356) is unknown color: approx Lipstick. HEX triplet: 9E, 23 and 56. RGB value is (158,35,86). Sum of RGB (Red+Green+Blue) = 158+35+86=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2356 is #61DCA9. Grayscale: #4D4D4D. Windows color (decimal): -6413482 or 5645214. OLE color: 5645214.

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

Color convert

RGB1583586-
CMYK00.780.460.38
HSL335.12º63.73%37.84%-
HSV(B)335.12º77.85%61.96%-
XYZ16.389.149.71-
YUV77.59132.75185.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=56.63%
G=12.54%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158358600.780.460.38335.1263.7337.84
Hex9E235604E2E2614f4026
Octal236431260116564651710046
Binary100111101000111010110010011101011101001101010011111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,35,86); }

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

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

 a { background-color: rgb(158,35,86); }

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

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

 span { border-color: rgb(158,35,86); }

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