COLOR #E2A5B5

HEX: #E2A5B5
RGB: (226,165,181)

Color info

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

RGB color model

#E2A5B5 color RGB value is (226,165,181).

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

RGB channels and saturation

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

226
165
181

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

Portions of RGB colors in percentages

R + G + B =
226 + 165 + 181 = 572 (100%)
R 226 of 572 ~ 39.51%
G 165 of 572 ~ 28.85%
B 181 of 572 ~ 31.64%

%39.51
%28.85
%31.64

CMYK color model

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

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

CMYK percentages

%0
%26.99
%19.91
%11.37

Codes

Color #E2A5B5 in popluar color models

E2A5B5
RGB226165181
HSL344°51.26%76.67%
HSB/HSV344°26.99%88.63%
CMYK0.00%26.99%19.91%
11.37%

Color #E2A5B5 in popluar number systems.

HEXE2A5B5
Decimal226165181
Binary111000101010010110110101
Octal342245265

Shades and tints

Shades of #E2A5B5

#E2A5B5
(226,165,181)
#CE96A5
(206,150,165)
#BA8795
(186,135,149)
#A67885
(166,120,133)
#926975
(146,105,117)
#7E5A65
(126,90,101)
#6A4B55
(106,75,85)
#563C45
(86,60,69)
#422D35
(66,45,53)
#2E1E25
(46,30,37)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #E2A5B5

#E2A5B5
(226,165,181)
#E4ADBB
(228,173,187)
#E6B5C1
(230,181,193)
#E8BDC7
(232,189,199)
#EAC5CD
(234,197,205)
#ECCDD3
(236,205,211)
#EED5D9
(238,213,217)
#F0DDDF
(240,221,223)
#F2E5E5
(242,229,229)
#F4EDEB
(244,237,235)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A5B5; }

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

This text font color is #E2A5B5.


Background Color

.myBgColor { background-color: #E2A5B5; }

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

This div background color is #E2A5B5.


Border color

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

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

This div border color is #E2A5B5.


Opacity

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

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

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

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

This text has shadow with #E2A5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A5B5 on black background.


Color preview on white background

This text has color #E2A5B5 on white background.



Black color preview on #E2A5B5 background

This text has black color on #E2A5B5 background.


White color preview on #E2A5B5 background

This text has white color on #E2A5B5 background.