Html Css Color HEX #9E575B Hippie Pink

📋 copy color: '#9E575B'

red 158 ◦ green 87 ◦ blue 91

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

Shades of Hippie Pink #9E575B

Tints of Hippie Pink #9E575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.89%

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

R = 47.02%
G = 25.89%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E575B (or 0x9E575B) is known color: Hippie Pink. HEX triplet: 9E, 57 and 5B. RGB value is (158,87,91). Sum of RGB (Red+Green+Blue) = 158+87+91=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E575B is #61A8A4. Grayscale: #6C6C6C. Windows color (decimal): -6400165 or 5986206. OLE color: 5986206.

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

Color convert

RGB 158 87 91 -
CMYK 0 0.45 0.42 0.38
HSL 356.62º 0.29% 0.48% -
HSV(B) 356.62º 0.45% 0.62% -
XYZ 19.4 14.84 11.74 -
YUV 108.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 158 87 91 0 0.45 0.42 0.38 356.62 0.29 0.48
Hex 9E 57 5B 0 2D 2A 26 165 1D 30
Octal 236 127 133 0 55 52 46 545 35 60
Binary 10011110 1010111 1011011 0 101101 101010 100110 101100101 11101 110000

Color Harmonies of #9E575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E575B

Black with #9E575B

Text Example


Text Example

White with #9E575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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