Html Css Color HEX #9E4D5B Hippie Pink

📋 copy color: '#9E4D5B'

red 158 ◦ green 77 ◦ blue 91

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

Shades of Hippie Pink #9E4D5B

Tints of Hippie Pink #9E4D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.62%

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 48.47%
G = 23.62%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E4D5B (or 0x9E4D5B) is known color: Hippie Pink. HEX triplet: 9E, 4D and 5B. RGB value is (158,77,91). Sum of RGB (Red+Green+Blue) = 158+77+91=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D5B is #61B2A4. Grayscale: #666666. Windows color (decimal): -6402725 or 5983646. OLE color: 5983646.

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

Color convert

RGB 158 77 91 -
CMYK 0 0.51 0.42 0.38
HSL 349.63º 0.34% 0.46% -
HSV(B) 349.63º 0.51% 0.62% -
XYZ 18.64 13.33 11.49 -
YUV 102.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 158 77 91 0 0.51 0.42 0.38 349.63 0.34 0.46
Hex 9E 4D 5B 0 33 2A 26 15E 22 2E
Octal 236 115 133 0 63 52 46 536 42 56
Binary 10011110 1001101 1011011 0 110011 101010 100110 101011110 100010 101110

Color Harmonies of #9E4D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4D5B

Black with #9E4D5B

Text Example


Text Example

White with #9E4D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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