COLOR #E18EA5

HEX: #E18EA5
RGB: (225,142,165)

Color info

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

RGB color model

#E18EA5 color RGB value is (225,142,165).

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

RGB channels and saturation

R 225 of 255 = 88%
G 142 of 255 = 56%
B 165 of 255 = 65%

225
142
165

R + G + B ~ 70%. #E18EA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 142 + 165 = 532 (100%)
R 225 of 532 ~ 42.29%
G 142 of 532 ~ 26.69%
B 165 of 532 ~ 31.02%

%42.29
%26.69
%31.02

CMYK color model

#E18EA5 color CMYK value is (0,37,27,12).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 26.67%
  • key color value is 11.76%
CMYK:
(0,37,27,12)
C0M37Y27K12 
(0%,37%,27%,12%)
(0.00/0.37/0.27/0.12)	

CMYK percentages

%0
%36.89
%26.67
%11.76

Codes

Color #E18EA5 in popluar color models

E18EA5
RGB225142165
HSL343°58.04%71.96%
HSB/HSV343°36.89%88.24%
CMYK0.00%36.89%26.67%
11.76%

Color #E18EA5 in popluar number systems.

HEXE18EA5
Decimal225142165
Binary111000011000111010100101
Octal341216245

Shades and tints

Shades of #E18EA5

#E18EA5
(225,142,165)
#CD8296
(205,130,150)
#B97687
(185,118,135)
#A56A78
(165,106,120)
#915E69
(145,94,105)
#7D525A
(125,82,90)
#69464B
(105,70,75)
#553A3C
(85,58,60)
#412E2D
(65,46,45)
#2D221E
(45,34,30)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #E18EA5

#E18EA5
(225,142,165)
#E398AD
(227,152,173)
#E5A2B5
(229,162,181)
#E7ACBD
(231,172,189)
#E9B6C5
(233,182,197)
#EBC0CD
(235,192,205)
#EDCAD5
(237,202,213)
#EFD4DD
(239,212,221)
#F1DEE5
(241,222,229)
#F3E8ED
(243,232,237)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18EA5; }

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

This text font color is #E18EA5.


Background Color

.myBgColor { background-color: #E18EA5; }

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

This div background color is #E18EA5.


Border color

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

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

This div border color is #E18EA5.


Opacity

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

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

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

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

This text has shadow with #E18EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18EA5 on black background.


Color preview on white background

This text has color #E18EA5 on white background.



Black color preview on #E18EA5 background

This text has black color on #E18EA5 background.


White color preview on #E18EA5 background

This text has white color on #E18EA5 background.