Html Css Color HEX #9E515B Hippie Pink

📋 copy color: '#9E515B'

red 158 ◦ green 81 ◦ blue 91

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

Shades of Hippie Pink #9E515B

Tints of Hippie Pink #9E515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 47.88%
G = 24.55%
B = 27.58%

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

#9E515B (or 0x9E515B) is known color: Hippie Pink. HEX triplet: 9E, 51 and 5B. RGB value is (158,81,91). Sum of RGB (Red+Green+Blue) = 158+81+91=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E515B is #61AEA4. Grayscale: #696969. Windows color (decimal): -6401701 or 5984670. OLE color: 5984670.

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

Color convert

RGB 158 81 91 -
CMYK 0 0.49 0.42 0.38
HSL 352.21º 0.32% 0.47% -
HSV(B) 352.21º 0.49% 0.62% -
XYZ 18.93 13.91 11.58 -
YUV 105.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 158 81 91 0 0.49 0.42 0.38 352.21 0.32 0.47
Hex 9E 51 5B 0 31 2A 26 160 20 2F
Octal 236 121 133 0 61 52 46 540 40 57
Binary 10011110 1010001 1011011 0 110001 101010 100110 101100000 100000 101111

Color Harmonies of #9E515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E515B

Black with #9E515B

Text Example


Text Example

White with #9E515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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