#9E575B

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

Shades of Hippie Pink #9E575B

Tints of Hippie Pink #9E575B

Color information

#9E575B (or 0x9E575B) is unknown color: approx 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

RGB1588791-
CMYK00.450.420.38
HSL356.62º28.98%48.04%-
HSV(B)356.62º44.94%61.96%-
XYZ19.414.8411.74-
YUV108.68118.02163.17-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158879100.450.420.38356.6228.9848.04
Hex9E575B02D2A261651d30
Octal23612713305552465453560
Binary1001111010101111011011010110110101010011010110010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>