#9E5158

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

Shades of Hippie Pink #9E5158

Tints of Hippie Pink #9E5158

Color information

#9E5158 (or 0x9E5158) is unknown color: approx Hippie Pink. HEX triplet: 9E, 51 and 58. RGB value is (158,81,88). Sum of RGB (Red+Green+Blue) = 158+81+88=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5158 is #61AEA7. Grayscale: #686868. Windows color (decimal): -6401704 or 5788062. OLE color: 5788062.

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

Color convert

RGB1588188-
CMYK00.490.440.38
HSL354.55º32.22%46.86%-
HSV(B)354.55º48.73%61.96%-
XYZ18.813.8610.92-
YUV104.82118.51165.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=48.32%
G=24.77%
B=26.91%

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
Decimal158818800.490.440.38354.5532.2246.86
Hex9E51580312C26163202f
Octal23612113006154465434057
Binary10011110101000110110000110001101100100110101100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,81,88); }

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

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

 a { background-color: rgb(158,81,88); }

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

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

 span { border-color: rgb(158,81,88); }

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