COLOR #E18E89

HEX: #E18E89
RGB: (225,142,137)

Color info

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

RGB color model

#E18E89 color RGB value is (225,142,137).

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

RGB channels and saturation

R 225 of 255 = 88%
G 142 of 255 = 56%
B 137 of 255 = 54%

225
142
137

R + G + B ~ 66%. #E18E89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 142 + 137 = 504 (100%)
R 225 of 504 ~ 44.64%
G 142 of 504 ~ 28.17%
B 137 of 504 ~ 27.18%

%44.64
%28.17
%27.18

CMYK color model

#E18E89 color CMYK value is (0,37,39,12).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 39.11%
  • key color value is 11.76%
CMYK:
(0,37,39,12)
C0M37Y39K12 
(0%,37%,39%,12%)
(0.00/0.37/0.39/0.12)	

CMYK percentages

%0
%36.89
%39.11
%11.76

Codes

Color #E18E89 in popluar color models

E18E89
RGB225142137
HSL59.46%70.98%
HSB/HSV39.11%88.24%
CMYK0.00%36.89%39.11%
11.76%

Color #E18E89 in popluar number systems.

HEXE18E89
Decimal225142137
Binary111000011000111010001001
Octal341216211

Shades and tints

Shades of #E18E89

#E18E89
(225,142,137)
#CD827D
(205,130,125)
#B97671
(185,118,113)
#A56A65
(165,106,101)
#915E59
(145,94,89)
#7D524D
(125,82,77)
#694641
(105,70,65)
#553A35
(85,58,53)
#412E29
(65,46,41)
#2D221D
(45,34,29)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #E18E89

#E18E89
(225,142,137)
#E39893
(227,152,147)
#E5A29D
(229,162,157)
#E7ACA7
(231,172,167)
#E9B6B1
(233,182,177)
#EBC0BB
(235,192,187)
#EDCAC5
(237,202,197)
#EFD4CF
(239,212,207)
#F1DED9
(241,222,217)
#F3E8E3
(243,232,227)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18E89; }

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

This text font color is #E18E89.


Background Color

.myBgColor { background-color: #E18E89; }

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

This div background color is #E18E89.


Border color

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

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

This div border color is #E18E89.


Opacity

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

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

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

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

This text has shadow with #E18E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18E89 on black background.


Color preview on white background

This text has color #E18E89 on white background.



Black color preview on #E18E89 background

This text has black color on #E18E89 background.


White color preview on #E18E89 background

This text has white color on #E18E89 background.