COLOR #E2A0AB

HEX: #E2A0AB
RGB: (226,160,171)

Color info

#E2A0AB contains mainly red and blue colors. Web safe color of #E2A0AB is #CC9999 (or #C99).

RGB color model

#E2A0AB color RGB value is (226,160,171).

  • red value is 226;
  • green value is 160;
  • blue value is 171.
RGB:
(226,160,171)
(89%,63%,67%)

RGB channels and saturation

R 226 of 255 = 89%
G 160 of 255 = 63%
B 171 of 255 = 67%

226
160
171

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

Portions of RGB colors in percentages

R + G + B =
226 + 160 + 171 = 557 (100%)
R 226 of 557 ~ 40.57%
G 160 of 557 ~ 28.73%
B 171 of 557 ~ 30.7%

%40.57
%28.73
%30.7

CMYK color model

#E2A0AB color CMYK value is (0,29,24,11).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 24.34%
  • key color value is 11.37%
CMYK:
(0,29,24,11)
C0M29Y24K11 
(0%,29%,24%,11%)
(0.00/0.29/0.24/0.11)	

CMYK percentages

%0
%29.2
%24.34
%11.37

Codes

Color #E2A0AB in popluar color models

E2A0AB
RGB226160171
HSL350°53.23%75.69%
HSB/HSV350°29.20%88.63%
CMYK0.00%29.20%24.34%
11.37%

Color #E2A0AB in popluar number systems.

HEXE2A0AB
Decimal226160171
Binary111000101010000010101011
Octal342240253

Shades and tints

Shades of #E2A0AB

#E2A0AB
(226,160,171)
#CE929C
(206,146,156)
#BA848D
(186,132,141)
#A6767E
(166,118,126)
#92686F
(146,104,111)
#7E5A60
(126,90,96)
#6A4C51
(106,76,81)
#563E42
(86,62,66)
#423033
(66,48,51)
#2E2224
(46,34,36)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #E2A0AB

#E2A0AB
(226,160,171)
#E4A8B2
(228,168,178)
#E6B0B9
(230,176,185)
#E8B8C0
(232,184,192)
#EAC0C7
(234,192,199)
#ECC8CE
(236,200,206)
#EED0D5
(238,208,213)
#F0D8DC
(240,216,220)
#F2E0E3
(242,224,227)
#F4E8EA
(244,232,234)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A0AB color. Also use rgb(226,160,171) instead hex code.

Text Font Color

.myTextColor { color: #E2A0AB; }

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

This text font color is #E2A0AB.


Background Color

.myBgColor { background-color: #E2A0AB; }

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

This div background color is #E2A0AB.


Border color

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

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

This div border color is #E2A0AB.


Opacity

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

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

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

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

This text has shadow with #E2A0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A0AB on black background.


Color preview on white background

This text has color #E2A0AB on white background.



Black color preview on #E2A0AB background

This text has black color on #E2A0AB background.


White color preview on #E2A0AB background

This text has white color on #E2A0AB background.