Html Css Color HEX #9E555B Hippie Pink

📋 copy color: '#9E555B'

red 158 ◦ green 85 ◦ blue 91

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

Shades of Hippie Pink #9E555B

Tints of Hippie Pink #9E555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

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

R = 47.31%
G = 25.45%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E555B (or 0x9E555B) is known color: Hippie Pink. HEX triplet: 9E, 55 and 5B. RGB value is (158,85,91). Sum of RGB (Red+Green+Blue) = 158+85+91=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E555B is #61AAA4. Grayscale: #6B6B6B. Windows color (decimal): -6400677 or 5985694. OLE color: 5985694.

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

Color convert

RGB 158 85 91 -
CMYK 0 0.46 0.42 0.38
HSL 355.07º 0.3% 0.48% -
HSV(B) 355.07º 0.46% 0.62% -
XYZ 19.24 14.52 11.69 -
YUV 107.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 158 85 91 0 0.46 0.42 0.38 355.07 0.3 0.48
Hex 9E 55 5B 0 2E 2A 26 163 1E 30
Octal 236 125 133 0 56 52 46 543 36 60
Binary 10011110 1010101 1011011 0 101110 101010 100110 101100011 11110 110000

Color Harmonies of #9E555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E555B

Black with #9E555B

Text Example


Text Example

White with #9E555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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