Html Css Color HEX #9E2B55 Lipstick

📋 copy color: '#9E2B55'

red 158 ◦ green 43 ◦ blue 85

#9E2B55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #9E2B55

Tints of Lipstick #9E2B55

RGB

 RED value IS 158 (62.11% from 255) = 55.24%

 GREEN value IS 43 (17.19% from 255) = 15.03%

 BLUE value IS 85 (33.59% from 255) = 29.72%

R = 55.24%
G = 15.03%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9E2B55 (or 0x9E2B55) is known color: Lipstick. HEX triplet: 9E, 2B and 55. RGB value is (158,43,85). Sum of RGB (Red+Green+Blue) = 158+43+85=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2B55 is #61D4AA. Grayscale: #525252. Windows color (decimal): -6411435 or 5581726. OLE color: 5581726.

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

Color convert

RGB 158 43 85 -
CMYK 0 0.73 0.46 0.38
HSL 338.09º 0.57% 0.39% -
HSV(B) 338.09º 0.73% 0.62% -
XYZ 16.6 9.65 9.58 -
YUV 82.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 158 43 85 0 0.73 0.46 0.38 338.09 0.57 0.39
Hex 9E 2B 55 0 49 2E 26 152 39 27
Octal 236 53 125 0 111 56 46 522 71 47
Binary 10011110 101011 1010101 0 1001001 101110 100110 101010010 111001 100111

Color Harmonies of #9E2B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2B55

Black with #9E2B55

Text Example


Text Example

White with #9E2B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,43,85); }

 H1.HeaderClassName
 {
   color: #9E2B55;
 }
 .AnyTagClassName
 {
   color: #9E2B55;
 }
</style>

background-color css

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

 a { background-color: rgb(158,43,85); }

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

border-color css

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

 span { border-color: rgb(158,43,85); }

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