#9E5059

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

Shades of Hippie Pink #9E5059

Tints of Hippie Pink #9E5059

Color information

#9E5059 (or 0x9E5059) is unknown color: approx Hippie Pink. HEX triplet: 9E, 50 and 59. RGB value is (158,80,89). Sum of RGB (Red+Green+Blue) = 158+80+89=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5059 is #61AFA6. Grayscale: #686868. Windows color (decimal): -6401959 or 5853342. OLE color: 5853342.

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

Color convert

RGB1588089-
CMYK00.490.440.38
HSL353.08º32.77%46.67%-
HSV(B)353.08º49.37%61.96%-
XYZ18.7713.7311.11-
YUV104.35119.34166.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 89 (35.16% from 255) = 27.22%
R=48.32%
G=24.46%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158808900.490.440.38353.0832.7746.67
Hex9E50590312C26161212f
Octal23612013106154465414157
Binary10011110101000010110010110001101100100110101100001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,80,89); }

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

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

 a { background-color: rgb(158,80,89); }

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

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

 span { border-color: rgb(158,80,89); }

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