COLOR #E3A5B5

HEX: #E3A5B5
RGB: (227,165,181)

Color info

#E3A5B5 contains mainly red and blue colors. Web safe color of #E3A5B5 is #CC99CC (or #C9C).

RGB color model

#E3A5B5 color RGB value is (227,165,181).

  • red value is 227;
  • green value is 165;
  • blue value is 181.
RGB:
(227,165,181)
(89%,65%,71%)

RGB channels and saturation

R 227 of 255 = 89%
G 165 of 255 = 65%
B 181 of 255 = 71%

227
165
181

R + G + B ~ 75%. #E3A5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 165 + 181 = 573 (100%)
R 227 of 573 ~ 39.62%
G 165 of 573 ~ 28.8%
B 181 of 573 ~ 31.59%

%39.62
%28.8
%31.59

CMYK color model

#E3A5B5 color CMYK value is (0,27,20,11).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 20.26%
  • key color value is 10.98%
CMYK:
(0,27,20,11)
C0M27Y20K11 
(0%,27%,20%,11%)
(0.00/0.27/0.20/0.11)	

CMYK percentages

%0
%27.31
%20.26
%10.98

Codes

Color #E3A5B5 in popluar color models

E3A5B5
RGB227165181
HSL345°52.54%76.86%
HSB/HSV345°27.31%89.02%
CMYK0.00%27.31%20.26%
10.98%

Color #E3A5B5 in popluar number systems.

HEXE3A5B5
Decimal227165181
Binary111000111010010110110101
Octal343245265

Shades and tints

Shades of #E3A5B5

#E3A5B5
(227,165,181)
#CF96A5
(207,150,165)
#BB8795
(187,135,149)
#A77885
(167,120,133)
#936975
(147,105,117)
#7F5A65
(127,90,101)
#6B4B55
(107,75,85)
#573C45
(87,60,69)
#432D35
(67,45,53)
#2F1E25
(47,30,37)
#1B0F15
(27,15,21)
#000000
(0,0,0)

Tints of #E3A5B5

#E3A5B5
(227,165,181)
#E5ADBB
(229,173,187)
#E7B5C1
(231,181,193)
#E9BDC7
(233,189,199)
#EBC5CD
(235,197,205)
#EDCDD3
(237,205,211)
#EFD5D9
(239,213,217)
#F1DDDF
(241,221,223)
#F3E5E5
(243,229,229)
#F5EDEB
(245,237,235)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A5B5 color. Also use rgb(227,165,181) instead hex code.

Text Font Color

.myTextColor { color: #E3A5B5; }

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

This text font color is #E3A5B5.


Background Color

.myBgColor { background-color: #E3A5B5; }

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

This div background color is #E3A5B5.


Border color

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

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

This div border color is #E3A5B5.


Opacity

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

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

Text with #E3A5B5 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 #E3A5B5;}

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

This text has shadow with #E3A5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A5B5 on black background.


Color preview on white background

This text has color #E3A5B5 on white background.



Black color preview on #E3A5B5 background

This text has black color on #E3A5B5 background.


White color preview on #E3A5B5 background

This text has white color on #E3A5B5 background.