COLOR #E7A1A1

HEX: #E7A1A1
RGB: (231,161,161)

Color info

#E7A1A1 contains mainly red color. Web safe color of #E7A1A1 is #FF9999 (or #F99).

RGB color model

#E7A1A1 color RGB value is (231,161,161).

  • red value is 231;
  • green value is 161;
  • blue value is 161.
RGB:
(231,161,161)
(91%,63%,63%)

RGB channels and saturation

R 231 of 255 = 91%
G 161 of 255 = 63%
B 161 of 255 = 63%

231
161
161

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

Portions of RGB colors in percentages

R + G + B =
231 + 161 + 161 = 553 (100%)
R 231 of 553 ~ 41.77%
G 161 of 553 ~ 29.11%
B 161 of 553 ~ 29.11%

%41.77
%29.11
%29.11

CMYK color model

#E7A1A1 color CMYK value is (0,30,30,9).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 30.30%
  • key color value is 9.41%
CMYK:
(0,30,30,9)
C0M30Y30K9 
(0%,30%,30%,9%)
(0.00/0.30/0.30/0.09)	

CMYK percentages

%0
%30.3
%30.3
%9.41

Codes

Color #E7A1A1 in popluar color models

E7A1A1
RGB231161161
HSL59.32%76.86%
HSB/HSV30.30%90.59%
CMYK0.00%30.30%30.30%
9.41%

Color #E7A1A1 in popluar number systems.

HEXE7A1A1
Decimal231161161
Binary111001111010000110100001
Octal347241241

Shades and tints

Shades of #E7A1A1

#E7A1A1
(231,161,161)
#D29393
(210,147,147)
#BD8585
(189,133,133)
#A87777
(168,119,119)
#936969
(147,105,105)
#7E5B5B
(126,91,91)
#694D4D
(105,77,77)
#543F3F
(84,63,63)
#3F3131
(63,49,49)
#2A2323
(42,35,35)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #E7A1A1

#E7A1A1
(231,161,161)
#E9A9A9
(233,169,169)
#EBB1B1
(235,177,177)
#EDB9B9
(237,185,185)
#EFC1C1
(239,193,193)
#F1C9C9
(241,201,201)
#F3D1D1
(243,209,209)
#F5D9D9
(245,217,217)
#F7E1E1
(247,225,225)
#F9E9E9
(249,233,233)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A1A1 color. Also use rgb(231,161,161) instead hex code.

Text Font Color

.myTextColor { color: #E7A1A1; }

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

This text font color is #E7A1A1.


Background Color

.myBgColor { background-color: #E7A1A1; }

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

This div background color is #E7A1A1.


Border color

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

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

This div border color is #E7A1A1.


Opacity

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

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

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

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

This text has shadow with #E7A1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A1A1 on black background.


Color preview on white background

This text has color #E7A1A1 on white background.



Black color preview on #E7A1A1 background

This text has black color on #E7A1A1 background.


White color preview on #E7A1A1 background

This text has white color on #E7A1A1 background.