Html Css Color HEX #9E2053 Lipstick

📋 copy color: '#9E2053'

red 158 ◦ green 32 ◦ blue 83

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

Shades of Lipstick #9E2053

Tints of Lipstick #9E2053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 57.88%
G = 11.72%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9E2053 (or 0x9E2053) is known color: Lipstick. HEX triplet: 9E, 20 and 53. RGB value is (158,32,83). Sum of RGB (Red+Green+Blue) = 158+32+83=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2053 is #61DFAC. Grayscale: #4B4B4B. Windows color (decimal): -6414253 or 5447838. OLE color: 5447838.

HSL color Cylindrical-coordinate representation of color #9E2053: hue angle of 335.71º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E2053 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 32 83 -
CMYK 0 0.80 0.47 0.38
HSL 335.71º 0.66% 0.37% -
HSV(B) 335.71º 0.8% 0.62% -
XYZ 16.18 8.93 9.05 -
YUV 75.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 158 32 83 0 0.80 0.47 0.38 335.71 0.66 0.37
Hex 9E 20 53 0 50 2F 26 150 42 25
Octal 236 40 123 0 120 57 46 520 102 45
Binary 10011110 100000 1010011 0 1010000 101111 100110 101010000 1000010 100101

Color Harmonies of #9E2053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2053

Black with #9E2053

Text Example


Text Example

White with #9E2053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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