COLOR #E4A2AB

HEX: #E4A2AB
RGB: (228,162,171)

Color info

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

RGB color model

#E4A2AB color RGB value is (228,162,171).

  • red value is 228;
  • green value is 162;
  • blue value is 171.
RGB:
(228,162,171)
(89%,64%,67%)

RGB channels and saturation

R 228 of 255 = 89%
G 162 of 255 = 64%
B 171 of 255 = 67%

228
162
171

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

Portions of RGB colors in percentages

R + G + B =
228 + 162 + 171 = 561 (100%)
R 228 of 561 ~ 40.64%
G 162 of 561 ~ 28.88%
B 171 of 561 ~ 30.48%

%40.64
%28.88
%30.48

CMYK color model

#E4A2AB color CMYK value is (0,29,25,11).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 25.00%
  • key color value is 10.59%
CMYK:
(0,29,25,11)
C0M29Y25K11 
(0%,29%,25%,11%)
(0.00/0.29/0.25/0.11)	

CMYK percentages

%0
%28.95
%25
%10.59

Codes

Color #E4A2AB in popluar color models

E4A2AB
RGB228162171
HSL352°55.00%76.47%
HSB/HSV352°28.95%89.41%
CMYK0.00%28.95%25.00%
10.59%

Color #E4A2AB in popluar number systems.

HEXE4A2AB
Decimal228162171
Binary111001001010001010101011
Octal344242253

Shades and tints

Shades of #E4A2AB

#E4A2AB
(228,162,171)
#D0949C
(208,148,156)
#BC868D
(188,134,141)
#A8787E
(168,120,126)
#946A6F
(148,106,111)
#805C60
(128,92,96)
#6C4E51
(108,78,81)
#584042
(88,64,66)
#443233
(68,50,51)
#302424
(48,36,36)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #E4A2AB

#E4A2AB
(228,162,171)
#E6AAB2
(230,170,178)
#E8B2B9
(232,178,185)
#EABAC0
(234,186,192)
#ECC2C7
(236,194,199)
#EECACE
(238,202,206)
#F0D2D5
(240,210,213)
#F2DADC
(242,218,220)
#F4E2E3
(244,226,227)
#F6EAEA
(246,234,234)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A2AB color. Also use rgb(228,162,171) instead hex code.

Text Font Color

.myTextColor { color: #E4A2AB; }

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

This text font color is #E4A2AB.


Background Color

.myBgColor { background-color: #E4A2AB; }

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

This div background color is #E4A2AB.


Border color

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

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

This div border color is #E4A2AB.


Opacity

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

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

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

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

This text has shadow with #E4A2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A2AB on black background.


Color preview on white background

This text has color #E4A2AB on white background.



Black color preview on #E4A2AB background

This text has black color on #E4A2AB background.


White color preview on #E4A2AB background

This text has white color on #E4A2AB background.