COLOR #E1A2A2

HEX: #E1A2A2
RGB: (225,162,162)

Color info

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

RGB color model

#E1A2A2 color RGB value is (225,162,162).

  • red value is 225;
  • green value is 162;
  • blue value is 162.
RGB:
(225,162,162)
(88%,64%,64%)

RGB channels and saturation

R 225 of 255 = 88%
G 162 of 255 = 64%
B 162 of 255 = 64%

225
162
162

R + G + B ~ 72%. #E1A2A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 162 + 162 = 549 (100%)
R 225 of 549 ~ 40.98%
G 162 of 549 ~ 29.51%
B 162 of 549 ~ 29.51%

%40.98
%29.51
%29.51

CMYK color model

#E1A2A2 color CMYK value is (0,28,28,12).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 28.00%
  • key color value is 11.76%
CMYK:
(0,28,28,12)
C0M28Y28K12 
(0%,28%,28%,12%)
(0.00/0.28/0.28/0.12)	

CMYK percentages

%0
%28
%28
%11.76

Codes

Color #E1A2A2 in popluar color models

E1A2A2
RGB225162162
HSL51.22%75.88%
HSB/HSV28.00%88.24%
CMYK0.00%28.00%28.00%
11.76%

Color #E1A2A2 in popluar number systems.

HEXE1A2A2
Decimal225162162
Binary111000011010001010100010
Octal341242242

Shades and tints

Shades of #E1A2A2

#E1A2A2
(225,162,162)
#CD9494
(205,148,148)
#B98686
(185,134,134)
#A57878
(165,120,120)
#916A6A
(145,106,106)
#7D5C5C
(125,92,92)
#694E4E
(105,78,78)
#554040
(85,64,64)
#413232
(65,50,50)
#2D2424
(45,36,36)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #E1A2A2

#E1A2A2
(225,162,162)
#E3AAAA
(227,170,170)
#E5B2B2
(229,178,178)
#E7BABA
(231,186,186)
#E9C2C2
(233,194,194)
#EBCACA
(235,202,202)
#EDD2D2
(237,210,210)
#EFDADA
(239,218,218)
#F1E2E2
(241,226,226)
#F3EAEA
(243,234,234)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A2A2; }

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

This text font color is #E1A2A2.


Background Color

.myBgColor { background-color: #E1A2A2; }

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

This div background color is #E1A2A2.


Border color

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

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

This div border color is #E1A2A2.


Opacity

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

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

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

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

This text has shadow with #E1A2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A2A2 on black background.


Color preview on white background

This text has color #E1A2A2 on white background.



Black color preview on #E1A2A2 background

This text has black color on #E1A2A2 background.


White color preview on #E1A2A2 background

This text has white color on #E1A2A2 background.