COLOR #E5A3B9

HEX: #E5A3B9 RGB: (229,163,185)

Color info

#E5A3B9 contains mainly red and blue colors. Web safe color of #E5A3B9 is #CC99CC (or #C9C).

RGB color model

#E5A3B9 color RGB value is (229,163,185).

RGB: (229,163,185) (90%, 64%, 73%)

RGB channels and saturation

R 229 of 255 = 90%
G 163 of 255 = 64%
B 185 of 255 = 73%

229
163
185

R + G + B ~ 76%. #E5A3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 163 + 185 = 577 (100%)
R 229 of 577 ~ 39.69%
G 163 of 577 ~ 28.25%
B 185 of 577 ~ 32.06'%

%39.69
%28.25
%32.06

CMYK color model

#E5A3B9 color CMYK value is (0,29,19,10).

  • cyan value is 0.00%
  • magenta value is 28.82%
  • yellow value is 19.21%
  • key color value is 10.20%

CMYK: (0,29,19,10)
C0M29Y19K10 (0%, 29%, 19%, 10%)
(0.00 / 0.29 / 0.19 / 0.10)

CMYK percentages

%0
%28.82
%19.21
%10.2

Codes

Color #E5A3B9 in popluar color models

E5 A3 B9
RGB 229 163 185
HSL 340° 55.93% 76.86%
HSB/HSV 340° 28.82% 89.80%
CMYK 0.00% 28.82% 19.21%
10.20%

Color #E5A3B9 in popluar number systems.

HEX E5 A3 B9
Decimal 229 163 185
Binary 11100101 10100011 10111001
Octal 345 243 271

Shades and tints

Shades of #E5A3B9

#E5A3B9
(229,163,185)
#D195A9
(209,149,169)
#BD8799
(189,135,153)
#A97989
(169,121,137)
#956B79
(149,107,121)
#815D69
(129,93,105)
#6D4F59
(109,79,89)
#594149
(89,65,73)
#453339
(69,51,57)
#312529
(49,37,41)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5A3B9

#E5A3B9
(229,163,185)
#E7ABBF
(231,171,191)
#E9B3C5
(233,179,197)
#EBBBCB
(235,187,203)
#EDC3D1
(237,195,209)
#EFCBD7
(239,203,215)
#F1D3DD
(241,211,221)
#F3DBE3
(243,219,227)
#F5E3E9
(245,227,233)
#F7EBEF
(247,235,239)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A3B9 color. Also use rgb(229,163,185) instead hex code.

Text Font Color

.myTextColor { color: #E5A3B9; }

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

This text font color is #E5A3B9.

Background Color

.myBgColor { background-color: #E5A3B9; }

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

This div background color is #E5A3B9.

Border color

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

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

This div border color is #E5A3B9.

Opacity

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

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

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

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

This text has shadow with #E5A3B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5A3B9.

Preview

Color preview on black background

This text has color #E5A3B9 on black background.


Color preview on white background

This text has color #E5A3B9 on white background.


Black color preview on #E5A3B9 background

This text has black color on #E5A3B9 background.


White color preview on #E5A3B9 background

This text has white color on #E5A3B9 background.


Related colors

Complementary color

Complementary color for #hex is #1A5C46.


I love getcolorcode.com

Triadic colors

1 #B9E5A3 and #A3B9E5 with #E5A3B9 are triadic colors.

2 #B9A3E5 and #A3E5B9 with #E5A3B9 are triadic colors.