COLOR #E4A2A6

HEX: #E4A2A6
RGB: (228,162,166)

Color info

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

RGB color model

#E4A2A6 color RGB value is (228,162,166).

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

RGB channels and saturation

R 228 of 255 = 89%
G 162 of 255 = 64%
B 166 of 255 = 65%

228
162
166

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

Portions of RGB colors in percentages

R + G + B =
228 + 162 + 166 = 556 (100%)
R 228 of 556 ~ 41.01%
G 162 of 556 ~ 29.14%
B 166 of 556 ~ 29.86%

%41.01
%29.14
%29.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 27.19%
  • key color value is 10.59%
CMYK:
(0,29,27,11)
C0M29Y27K11 
(0%,29%,27%,11%)
(0.00/0.29/0.27/0.11)	

CMYK percentages

%0
%28.95
%27.19
%10.59

Codes

Color #E4A2A6 in popluar color models

E4A2A6
RGB228162166
HSL356°55.00%76.47%
HSB/HSV356°28.95%89.41%
CMYK0.00%28.95%27.19%
10.59%

Color #E4A2A6 in popluar number systems.

HEXE4A2A6
Decimal228162166
Binary111001001010001010100110
Octal344242246

Shades and tints

Shades of #E4A2A6

#E4A2A6
(228,162,166)
#D09497
(208,148,151)
#BC8688
(188,134,136)
#A87879
(168,120,121)
#946A6A
(148,106,106)
#805C5B
(128,92,91)
#6C4E4C
(108,78,76)
#58403D
(88,64,61)
#44322E
(68,50,46)
#30241F
(48,36,31)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #E4A2A6

#E4A2A6
(228,162,166)
#E6AAAE
(230,170,174)
#E8B2B6
(232,178,182)
#EABABE
(234,186,190)
#ECC2C6
(236,194,198)
#EECACE
(238,202,206)
#F0D2D6
(240,210,214)
#F2DADE
(242,218,222)
#F4E2E6
(244,226,230)
#F6EAEE
(246,234,238)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A2A6; }

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

This text font color is #E4A2A6.


Background Color

.myBgColor { background-color: #E4A2A6; }

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

This div background color is #E4A2A6.


Border color

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

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

This div border color is #E4A2A6.


Opacity

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

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

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

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

This text has shadow with #E4A2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A2A6 on black background.


Color preview on white background

This text has color #E4A2A6 on white background.



Black color preview on #E4A2A6 background

This text has black color on #E4A2A6 background.


White color preview on #E4A2A6 background

This text has white color on #E4A2A6 background.