COLOR #E9A1A6

HEX: #E9A1A6
RGB: (233,161,166)

Color info

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

RGB color model

#E9A1A6 color RGB value is (233,161,166).

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

RGB channels and saturation

R 233 of 255 = 91%
G 161 of 255 = 63%
B 166 of 255 = 65%

233
161
166

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

Portions of RGB colors in percentages

R + G + B =
233 + 161 + 166 = 560 (100%)
R 233 of 560 ~ 41.61%
G 161 of 560 ~ 28.75%
B 166 of 560 ~ 29.64%

%41.61
%28.75
%29.64

CMYK color model

#E9A1A6 color CMYK value is (0,31,29,9).

  • cyan value is 0.00%
  • magenta value is 30.90%
  • yellow value is 28.76%
  • key color value is 8.63%
CMYK:
(0,31,29,9)
C0M31Y29K9 
(0%,31%,29%,9%)
(0.00/0.31/0.29/0.09)	

CMYK percentages

%0
%30.9
%28.76
%8.63

Codes

Color #E9A1A6 in popluar color models

E9A1A6
RGB233161166
HSL356°62.07%77.25%
HSB/HSV356°30.90%91.37%
CMYK0.00%30.90%28.76%
8.63%

Color #E9A1A6 in popluar number systems.

HEXE9A1A6
Decimal233161166
Binary111010011010000110100110
Octal351241246

Shades and tints

Shades of #E9A1A6

#E9A1A6
(233,161,166)
#D49397
(212,147,151)
#BF8588
(191,133,136)
#AA7779
(170,119,121)
#95696A
(149,105,106)
#805B5B
(128,91,91)
#6B4D4C
(107,77,76)
#563F3D
(86,63,61)
#41312E
(65,49,46)
#2C231F
(44,35,31)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #E9A1A6

#E9A1A6
(233,161,166)
#EBA9AE
(235,169,174)
#EDB1B6
(237,177,182)
#EFB9BE
(239,185,190)
#F1C1C6
(241,193,198)
#F3C9CE
(243,201,206)
#F5D1D6
(245,209,214)
#F7D9DE
(247,217,222)
#F9E1E6
(249,225,230)
#FBE9EE
(251,233,238)
#FDF1F6
(253,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9A1A6; }

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

This text font color is #E9A1A6.


Background Color

.myBgColor { background-color: #E9A1A6; }

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

This div background color is #E9A1A6.


Border color

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

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

This div border color is #E9A1A6.


Opacity

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

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

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

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

This text has shadow with #E9A1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A1A6 on black background.


Color preview on white background

This text has color #E9A1A6 on white background.



Black color preview on #E9A1A6 background

This text has black color on #E9A1A6 background.


White color preview on #E9A1A6 background

This text has white color on #E9A1A6 background.