COLOR #E8A4B7

HEX: #E8A4B7 RGB: (232,164,183)

Color info

#E8A4B7 contains mainly red and blue colors. Web safe color of #E8A4B7 is #FF99CC (or #F9C).

RGB color model

#E8A4B7 color RGB value is (232,164,183).

RGB: (232,164,183) (91%, 64%, 72%)

RGB channels and saturation

R 232 of 255 = 91%
G 164 of 255 = 64%
B 183 of 255 = 72%

232
164
183

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

Portions of RGB colors in percentages

R + G + B = 232 + 164 + 183 = 579 (100%)
R 232 of 579 ~ 40.07%
G 164 of 579 ~ 28.32%
B 183 of 579 ~ 31.61'%

%40.07
%28.32
%31.61

CMYK color model

#E8A4B7 color CMYK value is (0,29,21,9).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 21.12%
  • key color value is 9.02%

CMYK: (0,29,21,9)
C0M29Y21K9 (0%, 29%, 21%, 9%)
(0.00 / 0.29 / 0.21 / 0.09)

CMYK percentages

%0
%29.31
%21.12
%9.02

Codes

Color #E8A4B7 in popluar color models

E8 A4 B7
RGB 232 164 183
HSL 343° 59.65% 77.65%
HSB/HSV 343° 29.31% 90.98%
CMYK 0.00% 29.31% 21.12%
9.02%

Color #E8A4B7 in popluar number systems.

HEX E8 A4 B7
Decimal 232 164 183
Binary 11101000 10100100 10110111
Octal 350 244 267

Shades and tints

Shades of #E8A4B7

#E8A4B7
(232,164,183)
#D396A7
(211,150,167)
#BE8897
(190,136,151)
#A97A87
(169,122,135)
#946C77
(148,108,119)
#7F5E67
(127,94,103)
#6A5057
(106,80,87)
#554247
(85,66,71)
#403437
(64,52,55)
#2B2627
(43,38,39)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #E8A4B7

#E8A4B7
(232,164,183)
#EAACBD
(234,172,189)
#ECB4C3
(236,180,195)
#EEBCC9
(238,188,201)
#F0C4CF
(240,196,207)
#F2CCD5
(242,204,213)
#F4D4DB
(244,212,219)
#F6DCE1
(246,220,225)
#F8E4E7
(248,228,231)
#FAECED
(250,236,237)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A4B7 color. Also use rgb(232,164,183) instead hex code.

Text Font Color

.myTextColor { color: #E8A4B7; }

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

This text font color is #E8A4B7.

Background Color

.myBgColor { background-color: #E8A4B7; }

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

This div background color is #E8A4B7.

Border color

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

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

This div border color is #E8A4B7.

Opacity

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

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

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

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

This text has shadow with #E8A4B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8A4B7.

Preview

Color preview on black background

This text has color #E8A4B7 on black background.


Color preview on white background

This text has color #E8A4B7 on white background.


Black color preview on #E8A4B7 background

This text has black color on #E8A4B7 background.


White color preview on #E8A4B7 background

This text has white color on #E8A4B7 background.


Related colors

Complementary color

Complementary color for #hex is #175B48.


I love getcolorcode.com

Triadic colors

1 #B7E8A4 and #A4B7E8 with #E8A4B7 are triadic colors.

2 #B7A4E8 and #A4E8B7 with #E8A4B7 are triadic colors.