Html Css Color HEX #9E204D Lipstick

📋 copy color: '#9E204D'

red 158 ◦ green 32 ◦ blue 77

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

Shades of Lipstick #9E204D

Tints of Lipstick #9E204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 59.18%
G = 11.99%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9E204D (or 0x9E204D) is known color: Lipstick. HEX triplet: 9E, 20 and 4D. RGB value is (158,32,77). Sum of RGB (Red+Green+Blue) = 158+32+77=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E204D is #61DFB2. Grayscale: #4A4A4A. Windows color (decimal): -6414259 or 5054622. OLE color: 5054622.

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

Color convert

RGB 158 32 77 -
CMYK 0 0.80 0.51 0.38
HSL 338.57º 0.66% 0.37% -
HSV(B) 338.57º 0.8% 0.62% -
XYZ 15.96 8.84 7.89 -
YUV 74.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 158 32 77 0 0.80 0.51 0.38 338.57 0.66 0.37
Hex 9E 20 4D 0 50 33 26 153 42 25
Octal 236 40 115 0 120 63 46 523 102 45
Binary 10011110 100000 1001101 0 1010000 110011 100110 101010011 1000010 100101

Color Harmonies of #9E204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E204D

Black with #9E204D

Text Example


Text Example

White with #9E204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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