COLOR #E0A3AF

HEX: #E0A3AF RGB: (224,163,175)

Color info

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

RGB color model

#E0A3AF color RGB value is (224,163,175).

RGB: (224,163,175) (88%, 64%, 69%)

RGB channels and saturation

R 224 of 255 = 88%
G 163 of 255 = 64%
B 175 of 255 = 69%

224
163
175

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

Portions of RGB colors in percentages

R + G + B = 224 + 163 + 175 = 562 (100%)
R 224 of 562 ~ 39.86%
G 163 of 562 ~ 29%
B 175 of 562 ~ 31.14'%

%39.86
%29
%31.14

CMYK color model

#E0A3AF color CMYK value is (0,27,22,12).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 21.88%
  • key color value is 12.16%

CMYK: (0,27,22,12)
C0M27Y22K12 (0%, 27%, 22%, 12%)
(0.00 / 0.27 / 0.22 / 0.12)

CMYK percentages

%0
%27.23
%21.88
%12.16

Codes

Color #E0A3AF in popluar color models

E0 A3 AF
RGB 224 163 175
HSL 348° 49.59% 75.88%
HSB/HSV 348° 27.23% 87.84%
CMYK 0.00% 27.23% 21.88%
12.16%

Color #E0A3AF in popluar number systems.

HEX E0 A3 AF
Decimal 224 163 175
Binary 11100000 10100011 10101111
Octal 340 243 257

Shades and tints

Shades of #E0A3AF

#E0A3AF
(224,163,175)
#CC95A0
(204,149,160)
#B88791
(184,135,145)
#A47982
(164,121,130)
#906B73
(144,107,115)
#7C5D64
(124,93,100)
#684F55
(104,79,85)
#544146
(84,65,70)
#403337
(64,51,55)
#2C2528
(44,37,40)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #E0A3AF

#E0A3AF
(224,163,175)
#E2ABB6
(226,171,182)
#E4B3BD
(228,179,189)
#E6BBC4
(230,187,196)
#E8C3CB
(232,195,203)
#EACBD2
(234,203,210)
#ECD3D9
(236,211,217)
#EEDBE0
(238,219,224)
#F0E3E7
(240,227,231)
#F2EBEE
(242,235,238)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A3AF; }

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

This text font color is #E0A3AF.

Background Color

.myBgColor { background-color: #E0A3AF; }

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

This div background color is #E0A3AF.

Border color

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

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

This div border color is #E0A3AF.

Opacity

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

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

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

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

This text has shadow with #E0A3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A3AF.

Preview

Color preview on black background

This text has color #E0A3AF on black background.


Color preview on white background

This text has color #E0A3AF on white background.


Black color preview on #E0A3AF background

This text has black color on #E0A3AF background.


White color preview on #E0A3AF background

This text has white color on #E0A3AF background.


Related colors

Complementary color

Complementary color for #hex is #1F5C50.


I love getcolorcode.com

Triadic colors

1 #AFE0A3 and #A3AFE0 with #E0A3AF are triadic colors.

2 #AFA3E0 and #A3E0AF with #E0A3AF are triadic colors.