Html Css Color HEX #9E515A Hippie Pink

📋 copy color: '#9E515A'

red 158 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #9E515A

Tints of Hippie Pink #9E515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 48.02%
G = 24.62%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9E515A (or 0x9E515A) is known color: Hippie Pink. HEX triplet: 9E, 51 and 5A. RGB value is (158,81,90). Sum of RGB (Red+Green+Blue) = 158+81+90=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E515A is #61AEA5. Grayscale: #696969. Windows color (decimal): -6401702 or 5919134. OLE color: 5919134.

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

Color convert

RGB 158 81 90 -
CMYK 0 0.49 0.43 0.38
HSL 352.99º 0.32% 0.47% -
HSV(B) 352.99º 0.49% 0.62% -
XYZ 18.89 13.89 11.36 -
YUV 105.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 158 81 90 0 0.49 0.43 0.38 352.99 0.32 0.47
Hex 9E 51 5A 0 31 2B 26 161 20 2F
Octal 236 121 132 0 61 53 46 541 40 57
Binary 10011110 1010001 1011010 0 110001 101011 100110 101100001 100000 101111

Color Harmonies of #9E515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E515A

Black with #9E515A

Text Example


Text Example

White with #9E515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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