#9E585B

Color #9E585B Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #9E585B

Tints of Hippie Pink #9E585B

Color information

#9E585B (or 0x9E585B) is unknown color: approx Hippie Pink. HEX triplet: 9E, 58 and 5B. RGB value is (158,88,91). Sum of RGB (Red+Green+Blue) = 158+88+91=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E585B is #61A7A4. Grayscale: #6D6D6D. Windows color (decimal): -6399909 or 5986462. OLE color: 5986462.

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

Color convert

RGB1588891-
CMYK00.440.420.38
HSL357.43º28.46%48.24%-
HSV(B)357.43º44.3%61.96%-
XYZ19.481511.77-
YUV109.27117.69162.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.88%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=46.88%
G=26.11%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158889100.440.420.38357.4328.4648.24
Hex9E585B02C2A261651c30
Octal23613013305452465453460
Binary1001111010110001011011010110010101010011010110010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E585B;
 }
 .AnyTagClassName
 {
   color: #9E585B;
 }
</style>
background-color css

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

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

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

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

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

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