COLOR #E2A4A6

HEX: #E2A4A6
RGB: (226,164,166)

Color info

#E2A4A6 contains mainly red color. Web safe color of #E2A4A6 is #CC9999 (or #C99).

RGB color model

#E2A4A6 color RGB value is (226,164,166).

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

RGB channels and saturation

R 226 of 255 = 89%
G 164 of 255 = 64%
B 166 of 255 = 65%

226
164
166

R + G + B ~ 73%. #E2A4A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 164 + 166 = 556 (100%)
R 226 of 556 ~ 40.65%
G 164 of 556 ~ 29.5%
B 166 of 556 ~ 29.86%

%40.65
%29.5
%29.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 26.55%
  • key color value is 11.37%
CMYK:
(0,27,27,11)
C0M27Y27K11 
(0%,27%,27%,11%)
(0.00/0.27/0.27/0.11)	

CMYK percentages

%0
%27.43
%26.55
%11.37

Codes

Color #E2A4A6 in popluar color models

E2A4A6
RGB226164166
HSL358°51.67%76.47%
HSB/HSV358°27.43%88.63%
CMYK0.00%27.43%26.55%
11.37%

Color #E2A4A6 in popluar number systems.

HEXE2A4A6
Decimal226164166
Binary111000101010010010100110
Octal342244246

Shades and tints

Shades of #E2A4A6

#E2A4A6
(226,164,166)
#CE9697
(206,150,151)
#BA8888
(186,136,136)
#A67A79
(166,122,121)
#926C6A
(146,108,106)
#7E5E5B
(126,94,91)
#6A504C
(106,80,76)
#56423D
(86,66,61)
#42342E
(66,52,46)
#2E261F
(46,38,31)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #E2A4A6

#E2A4A6
(226,164,166)
#E4ACAE
(228,172,174)
#E6B4B6
(230,180,182)
#E8BCBE
(232,188,190)
#EAC4C6
(234,196,198)
#ECCCCE
(236,204,206)
#EED4D6
(238,212,214)
#F0DCDE
(240,220,222)
#F2E4E6
(242,228,230)
#F4ECEE
(244,236,238)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A4A6; }

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

This text font color is #E2A4A6.


Background Color

.myBgColor { background-color: #E2A4A6; }

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

This div background color is #E2A4A6.


Border color

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

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

This div border color is #E2A4A6.


Opacity

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

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

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

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

This text has shadow with #E2A4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A4A6 on black background.


Color preview on white background

This text has color #E2A4A6 on white background.



Black color preview on #E2A4A6 background

This text has black color on #E2A4A6 background.


White color preview on #E2A4A6 background

This text has white color on #E2A4A6 background.