COLOR #E18A97

HEX: #E18A97 RGB: (225,138,151)

Color info

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

RGB color model

#E18A97 color RGB value is (225,138,151).

RGB: (225,138,151) (88%, 54%, 59%)

RGB channels and saturation

R 225 of 255 = 88%
G 138 of 255 = 54%
B 151 of 255 = 59%

225
138
151

R + G + B ~ 67%. #E18A97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 138 + 151 = 514 (100%)
R 225 of 514 ~ 43.77%
G 138 of 514 ~ 26.85%
B 151 of 514 ~ 29.38'%

%43.77
%26.85
%29.38

CMYK color model

#E18A97 color CMYK value is (0,39,33,12).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 32.89%
  • key color value is 11.76%

CMYK: (0,39,33,12)
C0M39Y33K12 (0%, 39%, 33%, 12%)
(0.00 / 0.39 / 0.33 / 0.12)

CMYK percentages

%0
%38.67
%32.89
%11.76

Codes

Color #E18A97 in popluar color models

E1 8A 97
RGB 225 138 151
HSL 351° 59.18% 71.18%
HSB/HSV 351° 38.67% 88.24%
CMYK 0.00% 38.67% 32.89%
11.76%

Color #E18A97 in popluar number systems.

HEX E1 8A 97
Decimal 225 138 151
Binary 11100001 10001010 10010111
Octal 341 212 227

Shades and tints

Shades of #E18A97

#E18A97
(225,138,151)
#CD7E8A
(205,126,138)
#B9727D
(185,114,125)
#A56670
(165,102,112)
#915A63
(145,90,99)
#7D4E56
(125,78,86)
#694249
(105,66,73)
#55363C
(85,54,60)
#412A2F
(65,42,47)
#2D1E22
(45,30,34)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #E18A97

#E18A97
(225,138,151)
#E394A0
(227,148,160)
#E59EA9
(229,158,169)
#E7A8B2
(231,168,178)
#E9B2BB
(233,178,187)
#EBBCC4
(235,188,196)
#EDC6CD
(237,198,205)
#EFD0D6
(239,208,214)
#F1DADF
(241,218,223)
#F3E4E8
(243,228,232)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18A97; }

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

This text font color is #E18A97.

Background Color

.myBgColor { background-color: #E18A97; }

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

This div background color is #E18A97.

Border color

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

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

This div border color is #E18A97.

Opacity

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

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

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

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

This text has shadow with #E18A97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E18A97.

Preview

Color preview on black background

This text has color #E18A97 on black background.


Color preview on white background

This text has color #E18A97 on white background.


Black color preview on #E18A97 background

This text has black color on #E18A97 background.


White color preview on #E18A97 background

This text has white color on #E18A97 background.


Related colors

Complementary color

Complementary color for #hex is #1E7568.


I love getcolorcode.com

Triadic colors

1 #97E18A and #8A97E1 with #E18A97 are triadic colors.

2 #978AE1 and #8AE197 with #E18A97 are triadic colors.