COLOR #E18AA5

HEX: #E18AA5
RGB: (225,138,165)

Color info

#E18AA5 contains mainly red color. Web safe color of #E18AA5 is #CC9999 (or #C99).

RGB color model

#E18AA5 color RGB value is (225,138,165).

  • red value is 225;
  • green value is 138;
  • blue value is 165.
RGB:
(225,138,165)
(88%,54%,65%)

RGB channels and saturation

R 225 of 255 = 88%
G 138 of 255 = 54%
B 165 of 255 = 65%

225
138
165

R + G + B ~ 69%. #E18AA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 138 + 165 = 528 (100%)
R 225 of 528 ~ 42.61%
G 138 of 528 ~ 26.14%
B 165 of 528 ~ 31.25%

%42.61
%26.14
%31.25

CMYK color model

#E18AA5 color CMYK value is (0,39,27,12).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 26.67%
  • key color value is 11.76%
CMYK:
(0,39,27,12)
C0M39Y27K12 
(0%,39%,27%,12%)
(0.00/0.39/0.27/0.12)	

CMYK percentages

%0
%38.67
%26.67
%11.76

Codes

Color #E18AA5 in popluar color models

E18AA5
RGB225138165
HSL341°59.18%71.18%
HSB/HSV341°38.67%88.24%
CMYK0.00%38.67%26.67%
11.76%

Color #E18AA5 in popluar number systems.

HEXE18AA5
Decimal225138165
Binary111000011000101010100101
Octal341212245

Shades and tints

Shades of #E18AA5

#E18AA5
(225,138,165)
#CD7E96
(205,126,150)
#B97287
(185,114,135)
#A56678
(165,102,120)
#915A69
(145,90,105)
#7D4E5A
(125,78,90)
#69424B
(105,66,75)
#55363C
(85,54,60)
#412A2D
(65,42,45)
#2D1E1E
(45,30,30)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #E18AA5

#E18AA5
(225,138,165)
#E394AD
(227,148,173)
#E59EB5
(229,158,181)
#E7A8BD
(231,168,189)
#E9B2C5
(233,178,197)
#EBBCCD
(235,188,205)
#EDC6D5
(237,198,213)
#EFD0DD
(239,208,221)
#F1DAE5
(241,218,229)
#F3E4ED
(243,228,237)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18AA5 color. Also use rgb(225,138,165) instead hex code.

Text Font Color

.myTextColor { color: #E18AA5; }

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

This text font color is #E18AA5.


Background Color

.myBgColor { background-color: #E18AA5; }

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

This div background color is #E18AA5.


Border color

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

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

This div border color is #E18AA5.


Opacity

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

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

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

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

This text has shadow with #E18AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18AA5 on black background.


Color preview on white background

This text has color #E18AA5 on white background.



Black color preview on #E18AA5 background

This text has black color on #E18AA5 background.


White color preview on #E18AA5 background

This text has white color on #E18AA5 background.