COLOR #E8A1B1

HEX: #E8A1B1
RGB: (232,161,177)

Color info

#E8A1B1 contains mainly red and blue colors. Web safe color of #E8A1B1 is #FF9999 (or #F99).

RGB color model

#E8A1B1 color RGB value is (232,161,177).

  • red value is 232;
  • green value is 161;
  • blue value is 177.
RGB:
(232,161,177)
(91%,63%,69%)

RGB channels and saturation

R 232 of 255 = 91%
G 161 of 255 = 63%
B 177 of 255 = 69%

232
161
177

R + G + B ~ 74%. #E8A1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 161 + 177 = 570 (100%)
R 232 of 570 ~ 40.7%
G 161 of 570 ~ 28.25%
B 177 of 570 ~ 31.05%

%40.7
%28.25
%31.05

CMYK color model

#E8A1B1 color CMYK value is (0,31,24,9).

  • cyan value is 0.00%
  • magenta value is 30.60%
  • yellow value is 23.71%
  • key color value is 9.02%
CMYK:
(0,31,24,9)
C0M31Y24K9 
(0%,31%,24%,9%)
(0.00/0.31/0.24/0.09)	

CMYK percentages

%0
%30.6
%23.71
%9.02

Codes

Color #E8A1B1 in popluar color models

E8A1B1
RGB232161177
HSL346°60.68%77.06%
HSB/HSV346°30.60%90.98%
CMYK0.00%30.60%23.71%
9.02%

Color #E8A1B1 in popluar number systems.

HEXE8A1B1
Decimal232161177
Binary111010001010000110110001
Octal350241261

Shades and tints

Shades of #E8A1B1

#E8A1B1
(232,161,177)
#D393A1
(211,147,161)
#BE8591
(190,133,145)
#A97781
(169,119,129)
#946971
(148,105,113)
#7F5B61
(127,91,97)
#6A4D51
(106,77,81)
#553F41
(85,63,65)
#403131
(64,49,49)
#2B2321
(43,35,33)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #E8A1B1

#E8A1B1
(232,161,177)
#EAA9B8
(234,169,184)
#ECB1BF
(236,177,191)
#EEB9C6
(238,185,198)
#F0C1CD
(240,193,205)
#F2C9D4
(242,201,212)
#F4D1DB
(244,209,219)
#F6D9E2
(246,217,226)
#F8E1E9
(248,225,233)
#FAE9F0
(250,233,240)
#FCF1F7
(252,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A1B1 color. Also use rgb(232,161,177) instead hex code.

Text Font Color

.myTextColor { color: #E8A1B1; }

<p style="color:#E8A1B1">This sample text font color is #E8A1B1.</p>

This text font color is #E8A1B1.


Background Color

.myBgColor { background-color: #E8A1B1; }

<div style="background-color:#E8A1B1">Inner text</div>

This div background color is #E8A1B1.


Border color

.myBorderColor { border: 1px solid #E8A1B1; }

<div style="border:3px solid #E8A1B1">Div</div>

This div border color is #E8A1B1.


Opacity

.myOpacity80 { color: #E8A1B1; opacity: 0.8; }

<p style="color:#E8A1B1;opacity:0.8;">80%</p>

Text with #E8A1B1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E8A1B1;}

<p style="text-shadow: 3px 3px 1px #E8A1B1">Text here.</p>

This text has shadow with #E8A1B1 color.

.textShadow {text-shadow: 3px 3px 1px #E8A1B1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E8A1B1, 5px 5px 20px red">Text here.</p>

This text has shadow with #E8A1B1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E8A1B1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E8A1B1, Direction=45, Strength=4)">Text</p>

This text has shadow with #E8A1B1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E8A1B1;
  -webkit-box-shadow:	1px 1px 3px 2px #E8A1B1;
  box-shadow:		1px 1px 3px 2px #E8A1B1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E8A1B1;
-webkit-box-shadow: 1px 1px 3px 2px #E8A1B1;
box-shadow:1px 1px 3px 2px #E8A1B1;">
Div content here</div>
This div box has shadow with color #E8A1B1.

Preview

Color preview on black background

This text has color #E8A1B1 on black background.


Color preview on white background

This text has color #E8A1B1 on white background.



Black color preview on #E8A1B1 background

This text has black color on #E8A1B1 background.


White color preview on #E8A1B1 background

This text has white color on #E8A1B1 background.