COLOR #E2A3AF

HEX: #E2A3AF
RGB: (226,163,175)

Color info

#E2A3AF contains mainly red and blue colors. Web safe color of #E2A3AF is #CC9999 (or #C99).

RGB color model

#E2A3AF color RGB value is (226,163,175).

  • red value is 226;
  • green value is 163;
  • blue value is 175.
RGB:
(226,163,175)
(89%,64%,69%)

RGB channels and saturation

R 226 of 255 = 89%
G 163 of 255 = 64%
B 175 of 255 = 69%

226
163
175

R + G + B ~ 74%. #E2A3AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 163 + 175 = 564 (100%)
R 226 of 564 ~ 40.07%
G 163 of 564 ~ 28.9%
B 175 of 564 ~ 31.03%

%40.07
%28.9
%31.03

CMYK color model

#E2A3AF color CMYK value is (0,28,23,11).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 22.57%
  • key color value is 11.37%
CMYK:
(0,28,23,11)
C0M28Y23K11 
(0%,28%,23%,11%)
(0.00/0.28/0.23/0.11)	

CMYK percentages

%0
%27.88
%22.57
%11.37

Codes

Color #E2A3AF in popluar color models

E2A3AF
RGB226163175
HSL349°52.07%76.27%
HSB/HSV349°27.88%88.63%
CMYK0.00%27.88%22.57%
11.37%

Color #E2A3AF in popluar number systems.

HEXE2A3AF
Decimal226163175
Binary111000101010001110101111
Octal342243257

Shades and tints

Shades of #E2A3AF

#E2A3AF
(226,163,175)
#CE95A0
(206,149,160)
#BA8791
(186,135,145)
#A67982
(166,121,130)
#926B73
(146,107,115)
#7E5D64
(126,93,100)
#6A4F55
(106,79,85)
#564146
(86,65,70)
#423337
(66,51,55)
#2E2528
(46,37,40)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #E2A3AF

#E2A3AF
(226,163,175)
#E4ABB6
(228,171,182)
#E6B3BD
(230,179,189)
#E8BBC4
(232,187,196)
#EAC3CB
(234,195,203)
#ECCBD2
(236,203,210)
#EED3D9
(238,211,217)
#F0DBE0
(240,219,224)
#F2E3E7
(242,227,231)
#F4EBEE
(244,235,238)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A3AF color. Also use rgb(226,163,175) instead hex code.

Text Font Color

.myTextColor { color: #E2A3AF; }

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

This text font color is #E2A3AF.


Background Color

.myBgColor { background-color: #E2A3AF; }

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

This div background color is #E2A3AF.


Border color

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

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

This div border color is #E2A3AF.


Opacity

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

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

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

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

This text has shadow with #E2A3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A3AF on black background.


Color preview on white background

This text has color #E2A3AF on white background.



Black color preview on #E2A3AF background

This text has black color on #E2A3AF background.


White color preview on #E2A3AF background

This text has white color on #E2A3AF background.