COLOR #E2A9C0

HEX: #E2A9C0
RGB: (226,169,192)

Color info

#E2A9C0 contains red, green and blue colors in about the same proportion. Web safe color of #E2A9C0 is #CC99CC (or #C9C).

RGB color model

#E2A9C0 color RGB value is (226,169,192).

  • red value is 226;
  • green value is 169;
  • blue value is 192.
RGB:
(226,169,192)
(89%,66%,75%)

RGB channels and saturation

R 226 of 255 = 89%
G 169 of 255 = 66%
B 192 of 255 = 75%

226
169
192

R + G + B ~ 77%. #E2A9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 169 + 192 = 587 (100%)
R 226 of 587 ~ 38.5%
G 169 of 587 ~ 28.79%
B 192 of 587 ~ 32.71%

%38.5
%28.79
%32.71

CMYK color model

#E2A9C0 color CMYK value is (0,25,15,11).

  • cyan value is 0.00%
  • magenta value is 25.22%
  • yellow value is 15.04%
  • key color value is 11.37%
CMYK:
(0,25,15,11)
C0M25Y15K11 
(0%,25%,15%,11%)
(0.00/0.25/0.15/0.11)	

CMYK percentages

%0
%25.22
%15.04
%11.37

Codes

Color #E2A9C0 in popluar color models

E2A9C0
RGB226169192
HSL336°49.57%77.45%
HSB/HSV336°25.22%88.63%
CMYK0.00%25.22%15.04%
11.37%

Color #E2A9C0 in popluar number systems.

HEXE2A9C0
Decimal226169192
Binary111000101010100111000000
Octal342251300

Shades and tints

Shades of #E2A9C0

#E2A9C0
(226,169,192)
#CE9AAF
(206,154,175)
#BA8B9E
(186,139,158)
#A67C8D
(166,124,141)
#926D7C
(146,109,124)
#7E5E6B
(126,94,107)
#6A4F5A
(106,79,90)
#564049
(86,64,73)
#423138
(66,49,56)
#2E2227
(46,34,39)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #E2A9C0

#E2A9C0
(226,169,192)
#E4B0C5
(228,176,197)
#E6B7CA
(230,183,202)
#E8BECF
(232,190,207)
#EAC5D4
(234,197,212)
#ECCCD9
(236,204,217)
#EED3DE
(238,211,222)
#F0DAE3
(240,218,227)
#F2E1E8
(242,225,232)
#F4E8ED
(244,232,237)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A9C0 color. Also use rgb(226,169,192) instead hex code.

Text Font Color

.myTextColor { color: #E2A9C0; }

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

This text font color is #E2A9C0.


Background Color

.myBgColor { background-color: #E2A9C0; }

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

This div background color is #E2A9C0.


Border color

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

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

This div border color is #E2A9C0.


Opacity

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

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

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

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

This text has shadow with #E2A9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A9C0 on black background.


Color preview on white background

This text has color #E2A9C0 on white background.



Black color preview on #E2A9C0 background

This text has black color on #E2A9C0 background.


White color preview on #E2A9C0 background

This text has white color on #E2A9C0 background.