#9E4D5A

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

Shades of Hippie Pink #9E4D5A

Tints of Hippie Pink #9E4D5A

Color information

#9E4D5A (or 0x9E4D5A) is unknown color: approx Hippie Pink. HEX triplet: 9E, 4D and 5A. RGB value is (158,77,90). Sum of RGB (Red+Green+Blue) = 158+77+90=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D5A is #61B2A5. Grayscale: #666666. Windows color (decimal): -6402726 or 5918110. OLE color: 5918110.

HSL color Cylindrical-coordinate representation of color #9E4D5A: hue angle of 350.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D5A is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1587790-
CMYK00.510.430.38
HSL350.37º34.47%46.08%-
HSV(B)350.37º51.27%61.96%-
XYZ18.613.3211.26-
YUV102.7120.84167.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.62%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=48.62%
G=23.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158779000.510.430.38350.3734.4746.08
Hex9E4D5A0332B2615e222e
Octal23611513206353465364256
Binary10011110100110110110100110011101011100110101011110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,77,90); }

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

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

 a { background-color: rgb(158,77,90); }

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

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

 span { border-color: rgb(158,77,90); }

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