#9E5459

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

Shades of Hippie Pink #9E5459

Tints of Hippie Pink #9E5459

Color information

#9E5459 (or 0x9E5459) is unknown color: approx Hippie Pink. HEX triplet: 9E, 54 and 59. RGB value is (158,84,89). Sum of RGB (Red+Green+Blue) = 158+84+89=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5459 is #61ABA6. Grayscale: #6A6A6A. Windows color (decimal): -6400935 or 5854366. OLE color: 5854366.

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

Color convert

RGB1588489-
CMYK00.470.440.38
HSL355.95º30.58%47.45%-
HSV(B)355.95º46.84%61.96%-
XYZ19.0714.3311.21-
YUV106.7118.02164.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.73%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=47.73%
G=25.38%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158848900.470.440.38355.9530.5847.45
Hex9E545902F2C261641f2f
Octal23612413105754465443757
Binary1001111010101001011001010111110110010011010110010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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