#9E2553

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

Shades of Lipstick #9E2553

Tints of Lipstick #9E2553

Color information

#9E2553 (or 0x9E2553) is unknown color: approx Lipstick. HEX triplet: 9E, 25 and 53. RGB value is (158,37,83). Sum of RGB (Red+Green+Blue) = 158+37+83=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2553 is #61DAAC. Grayscale: #4E4E4E. Windows color (decimal): -6412973 or 5449118. OLE color: 5449118.

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

Color convert

RGB1583783-
CMYK00.770.470.38
HSL337.19º62.05%38.24%-
HSV(B)337.19º76.58%61.96%-
XYZ16.329.229.1-
YUV78.42130.59184.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.83%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=56.83%
G=13.31%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158378300.770.470.38337.1962.0538.24
Hex9E255304D2F261513e26
Octal23645123011557465217646
Binary10011110100101101001101001101101111100110101010001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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