COLOR #E2A4BA

HEX: #E2A4BA
RGB: (226,164,186)

Color info

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

RGB color model

#E2A4BA color RGB value is (226,164,186).

  • red value is 226;
  • green value is 164;
  • blue value is 186.
RGB:
(226,164,186)
(89%,64%,73%)

RGB channels and saturation

R 226 of 255 = 89%
G 164 of 255 = 64%
B 186 of 255 = 73%

226
164
186

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

Portions of RGB colors in percentages

R + G + B =
226 + 164 + 186 = 576 (100%)
R 226 of 576 ~ 39.24%
G 164 of 576 ~ 28.47%
B 186 of 576 ~ 32.29%

%39.24
%28.47
%32.29

CMYK color model

#E2A4BA color CMYK value is (0,27,18,11).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 17.70%
  • key color value is 11.37%
CMYK:
(0,27,18,11)
C0M27Y18K11 
(0%,27%,18%,11%)
(0.00/0.27/0.18/0.11)	

CMYK percentages

%0
%27.43
%17.7
%11.37

Codes

Color #E2A4BA in popluar color models

E2A4BA
RGB226164186
HSL339°51.67%76.47%
HSB/HSV339°27.43%88.63%
CMYK0.00%27.43%17.70%
11.37%

Color #E2A4BA in popluar number systems.

HEXE2A4BA
Decimal226164186
Binary111000101010010010111010
Octal342244272

Shades and tints

Shades of #E2A4BA

#E2A4BA
(226,164,186)
#CE96AA
(206,150,170)
#BA889A
(186,136,154)
#A67A8A
(166,122,138)
#926C7A
(146,108,122)
#7E5E6A
(126,94,106)
#6A505A
(106,80,90)
#56424A
(86,66,74)
#42343A
(66,52,58)
#2E262A
(46,38,42)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #E2A4BA

#E2A4BA
(226,164,186)
#E4ACC0
(228,172,192)
#E6B4C6
(230,180,198)
#E8BCCC
(232,188,204)
#EAC4D2
(234,196,210)
#ECCCD8
(236,204,216)
#EED4DE
(238,212,222)
#F0DCE4
(240,220,228)
#F2E4EA
(242,228,234)
#F4ECF0
(244,236,240)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A4BA color. Also use rgb(226,164,186) instead hex code.

Text Font Color

.myTextColor { color: #E2A4BA; }

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

This text font color is #E2A4BA.


Background Color

.myBgColor { background-color: #E2A4BA; }

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

This div background color is #E2A4BA.


Border color

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

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

This div border color is #E2A4BA.


Opacity

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

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

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

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

This text has shadow with #E2A4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A4BA on black background.


Color preview on white background

This text has color #E2A4BA on white background.



Black color preview on #E2A4BA background

This text has black color on #E2A4BA background.


White color preview on #E2A4BA background

This text has white color on #E2A4BA background.