Html Css Color HEX #9E515C Hippie Pink

📋 copy color: '#9E515C'

red 158 ◦ green 81 ◦ blue 92

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

Shades of Hippie Pink #9E515C

Tints of Hippie Pink #9E515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 47.73%
G = 24.47%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E515C (or 0x9E515C) is known color: Hippie Pink. HEX triplet: 9E, 51 and 5C. RGB value is (158,81,92). Sum of RGB (Red+Green+Blue) = 158+81+92=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E515C is #61AEA3. Grayscale: #696969. Windows color (decimal): -6401700 or 6050206. OLE color: 6050206.

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

Color convert

RGB 158 81 92 -
CMYK 0 0.49 0.42 0.38
HSL 351.43º 0.32% 0.47% -
HSV(B) 351.43º 0.49% 0.62% -
XYZ 18.97 13.93 11.81 -
YUV 105.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 158 81 92 0 0.49 0.42 0.38 351.43 0.32 0.47
Hex 9E 51 5C 0 31 2A 26 15F 20 2F
Octal 236 121 134 0 61 52 46 537 40 57
Binary 10011110 1010001 1011100 0 110001 101010 100110 101011111 100000 101111

Color Harmonies of #9E515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E515C

Black with #9E515C

Text Example


Text Example

White with #9E515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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