#9E2862

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

Shades of Lipstick #9E2862

Tints of Lipstick #9E2862

Color information

#9E2862 (or 0x9E2862) is unknown color: approx Lipstick. HEX triplet: 9E, 28 and 62. RGB value is (158,40,98). Sum of RGB (Red+Green+Blue) = 158+40+98=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2862 is #61D79D. Grayscale: #515151. Windows color (decimal): -6412190 or 6432926. OLE color: 6432926.

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

Color convert

RGB1584098-
CMYK00.750.380.38
HSL330.51º59.6%38.82%-
HSV(B)330.51º74.68%61.96%-
XYZ17.069.6712.52-
YUV81.89137.09182.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.38%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=53.38%
G=13.51%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158409800.750.380.38330.5159.638.82
Hex9E286204B262614b3c27
Octal23650142011346465137447
Binary10011110101000110001001001011100110100110101001011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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