#9E505A

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

Shades of Hippie Pink #9E505A

Tints of Hippie Pink #9E505A

Color information

#9E505A (or 0x9E505A) is unknown color: approx Hippie Pink. HEX triplet: 9E, 50 and 5A. RGB value is (158,80,90). Sum of RGB (Red+Green+Blue) = 158+80+90=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 158 - color contains mainly: red. Hex color #9E505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E505A is #61AFA5. Grayscale: #686868. Windows color (decimal): -6401958 or 5918878. OLE color: 5918878.

HSL color Cylindrical-coordinate representation of color #9E505A: hue angle of 352.31º 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 #9E505A is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1588090-
CMYK00.490.430.38
HSL352.31º32.77%46.67%-
HSV(B)352.31º49.37%61.96%-
XYZ18.8113.7411.33-
YUV104.46119.84166.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.17%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=48.17%
G=24.39%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158809000.490.430.38352.3132.7746.67
Hex9E505A0312B26160212f
Octal23612013206153465404157
Binary10011110101000010110100110001101011100110101100000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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