#9E4F54

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

Shades of Hippie Pink #9E4F54

Tints of Hippie Pink #9E4F54

Color information

#9E4F54 (or 0x9E4F54) is unknown color: approx Hippie Pink. HEX triplet: 9E, 4F and 54. RGB value is (158,79,84). Sum of RGB (Red+Green+Blue) = 158+79+84=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4F54 is #61B0AB. Grayscale: #676767. Windows color (decimal): -6402220 or 5525406. OLE color: 5525406.

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

Color convert

RGB1587984-
CMYK00.500.470.38
HSL356.2º33.33%46.47%-
HSV(B)356.2º50%61.96%-
XYZ18.513.510.02-
YUV103.19117.17167.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.22%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=49.22%
G=24.61%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158798400.500.470.38356.233.3346.47
Hex9E4F540322F26164212e
Octal23611712406257465444156
Binary10011110100111110101000110010101111100110101100100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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