Html Css Color HEX #9E505B Hippie Pink

📋 copy color: '#9E505B'

red 158 ◦ green 80 ◦ blue 91

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

Shades of Hippie Pink #9E505B

Tints of Hippie Pink #9E505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

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

R = 48.02%
G = 24.32%
B = 27.66%

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

#9E505B (or 0x9E505B) is known color: Hippie Pink. HEX triplet: 9E, 50 and 5B. RGB value is (158,80,91). Sum of RGB (Red+Green+Blue) = 158+80+91=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E505B is #61AFA4. Grayscale: #686868. Windows color (decimal): -6401957 or 5984414. OLE color: 5984414.

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

Color convert

RGB 158 80 91 -
CMYK 0 0.49 0.42 0.38
HSL 351.54º 0.33% 0.47% -
HSV(B) 351.54º 0.49% 0.62% -
XYZ 18.86 13.76 11.56 -
YUV 104.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 158 80 91 0 0.49 0.42 0.38 351.54 0.33 0.47
Hex 9E 50 5B 0 31 2A 26 160 21 2F
Octal 236 120 133 0 61 52 46 540 41 57
Binary 10011110 1010000 1011011 0 110001 101010 100110 101100000 100001 101111

Color Harmonies of #9E505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E505B

Black with #9E505B

Text Example


Text Example

White with #9E505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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