Html Css Color HEX #9E5152 Hippie Pink

📋 copy color: '#9E5152'

red 158 ◦ green 81 ◦ blue 82

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

Shades of Hippie Pink #9E5152

Tints of Hippie Pink #9E5152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

 BLUE value IS 82 (32.42% from 255) = 25.55%

R = 49.22%
G = 25.23%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9E5152 (or 0x9E5152) is known color: Hippie Pink. HEX triplet: 9E, 51 and 52. RGB value is (158,81,82). Sum of RGB (Red+Green+Blue) = 158+81+82=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5152 is #61AEAD. Grayscale: #686868. Windows color (decimal): -6401710 or 5394846. OLE color: 5394846.

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

Color convert

RGB 158 81 82 -
CMYK 0 0.49 0.48 0.38
HSL 359.22º 0.32% 0.47% -
HSV(B) 359.22º 0.49% 0.62% -
XYZ 18.57 13.76 9.66 -
YUV 104.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 158 81 82 0 0.49 0.48 0.38 359.22 0.32 0.47
Hex 9E 51 52 0 31 30 26 167 20 2F
Octal 236 121 122 0 61 60 46 547 40 57
Binary 10011110 1010001 1010010 0 110001 110000 100110 101100111 100000 101111

Color Harmonies of #9E5152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5152

Black with #9E5152

Text Example


Text Example

White with #9E5152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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