Html Css Color HEX #9E5354 Hippie Pink

📋 copy color: '#9E5354'

red 158 ◦ green 83 ◦ blue 84

#9E5354
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #9E5354

Tints of Hippie Pink #9E5354

RGB

 RED value IS 158 (62.11% from 255) = 48.62%

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 48.62%
G = 25.54%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9E5354 (or 0x9E5354) is known color: Hippie Pink. HEX triplet: 9E, 53 and 54. RGB value is (158,83,84). Sum of RGB (Red+Green+Blue) = 158+83+84=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5354 is #61ACAB. Grayscale: #696969. Windows color (decimal): -6401196 or 5526430. OLE color: 5526430.

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

Color convert

RGB 158 83 84 -
CMYK 0 0.47 0.47 0.38
HSL 359.2º 0.31% 0.47% -
HSV(B) 359.2º 0.47% 0.62% -
XYZ 18.79 14.1 10.12 -
YUV 105.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 158 83 84 0 0.47 0.47 0.38 359.2 0.31 0.47
Hex 9E 53 54 0 2F 2F 26 167 1F 2F
Octal 236 123 124 0 57 57 46 547 37 57
Binary 10011110 1010011 1010100 0 101111 101111 100110 101100111 11111 101111

Color Harmonies of #9E5354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5354

Black with #9E5354

Text Example


Text Example

White with #9E5354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E5354;
 }
 .AnyTagClassName
 {
   color: #9E5354;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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