COLOR #E890A5

HEX: #E890A5 RGB: (232,144,165)

Color info

#E890A5 contains mainly red color. Web safe color of #E890A5 is #FF9999 (or #F99).

RGB color model

#E890A5 color RGB value is (232,144,165).

RGB: (232,144,165) (91%, 56%, 65%)

RGB channels and saturation

R 232 of 255 = 91%
G 144 of 255 = 56%
B 165 of 255 = 65%

232
144
165

R + G + B ~ 71%. #E890A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 144 + 165 = 541 (100%)
R 232 of 541 ~ 42.88%
G 144 of 541 ~ 26.62%
B 165 of 541 ~ 30.5'%

%42.88
%26.62
%30.5

CMYK color model

#E890A5 color CMYK value is (0,38,29,9).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 28.88%
  • key color value is 9.02%

CMYK: (0,38,29,9)
C0M38Y29K9 (0%, 38%, 29%, 9%)
(0.00 / 0.38 / 0.29 / 0.09)

CMYK percentages

%0
%37.93
%28.88
%9.02

Codes

Color #E890A5 in popluar color models

E8 90 A5
RGB 232 144 165
HSL 346° 65.67% 73.73%
HSB/HSV 346° 37.93% 90.98%
CMYK 0.00% 37.93% 28.88%
9.02%

Color #E890A5 in popluar number systems.

HEX E8 90 A5
Decimal 232 144 165
Binary 11101000 10010000 10100101
Octal 350 220 245

Shades and tints

Shades of #E890A5

#E890A5
(232,144,165)
#D38396
(211,131,150)
#BE7687
(190,118,135)
#A96978
(169,105,120)
#945C69
(148,92,105)
#7F4F5A
(127,79,90)
#6A424B
(106,66,75)
#55353C
(85,53,60)
#40282D
(64,40,45)
#2B1B1E
(43,27,30)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #E890A5

#E890A5
(232,144,165)
#EA9AAD
(234,154,173)
#ECA4B5
(236,164,181)
#EEAEBD
(238,174,189)
#F0B8C5
(240,184,197)
#F2C2CD
(242,194,205)
#F4CCD5
(244,204,213)
#F6D6DD
(246,214,221)
#F8E0E5
(248,224,229)
#FAEAED
(250,234,237)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E890A5 color. Also use rgb(232,144,165) instead hex code.

Text Font Color

.myTextColor { color: #E890A5; }

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

This text font color is #E890A5.

Background Color

.myBgColor { background-color: #E890A5; }

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

This div background color is #E890A5.

Border color

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

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

This div border color is #E890A5.

Opacity

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

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

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

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

This text has shadow with #E890A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E890A5.

Preview

Color preview on black background

This text has color #E890A5 on black background.


Color preview on white background

This text has color #E890A5 on white background.


Black color preview on #E890A5 background

This text has black color on #E890A5 background.


White color preview on #E890A5 background

This text has white color on #E890A5 background.


Related colors

Complementary color

Complementary color for #hex is #176F5A.


I love getcolorcode.com

Triadic colors

1 #A5E890 and #90A5E8 with #E890A5 are triadic colors.

2 #A590E8 and #90E8A5 with #E890A5 are triadic colors.