COLOR #E18087

HEX: #E18087 RGB: (225,128,135)

Color info

#E18087 contains mainly red color. Web safe color of #E18087 is #CC6699 (or #C69).

RGB color model

#E18087 color RGB value is (225,128,135).

RGB: (225,128,135) (88%, 50%, 53%)

RGB channels and saturation

R 225 of 255 = 88%
G 128 of 255 = 50%
B 135 of 255 = 53%

225
128
135

R + G + B ~ 64%. #E18087 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 128 + 135 = 488 (100%)
R 225 of 488 ~ 46.11%
G 128 of 488 ~ 26.23%
B 135 of 488 ~ 27.66'%

%46.11
%26.23
%27.66

CMYK color model

#E18087 color CMYK value is (0,43,40,12).

  • cyan value is 0.00%
  • magenta value is 43.11%
  • yellow value is 40.00%
  • key color value is 11.76%

CMYK: (0,43,40,12)
C0M43Y40K12 (0%, 43%, 40%, 12%)
(0.00 / 0.43 / 0.40 / 0.12)

CMYK percentages

%0
%43.11
%40
%11.76

Codes

Color #E18087 in popluar color models

E1 80 87
RGB 225 128 135
HSL 356° 61.78% 69.22%
HSB/HSV 356° 43.11% 88.24%
CMYK 0.00% 43.11% 40.00%
11.76%

Color #E18087 in popluar number systems.

HEX E1 80 87
Decimal 225 128 135
Binary 11100001 10000000 10000111
Octal 341 200 207

Shades and tints

Shades of #E18087

#E18087
(225,128,135)
#CD757B
(205,117,123)
#B96A6F
(185,106,111)
#A55F63
(165,95,99)
#915457
(145,84,87)
#7D494B
(125,73,75)
#693E3F
(105,62,63)
#553333
(85,51,51)
#412827
(65,40,39)
#2D1D1B
(45,29,27)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #E18087

#E18087
(225,128,135)
#E38B91
(227,139,145)
#E5969B
(229,150,155)
#E7A1A5
(231,161,165)
#E9ACAF
(233,172,175)
#EBB7B9
(235,183,185)
#EDC2C3
(237,194,195)
#EFCDCD
(239,205,205)
#F1D8D7
(241,216,215)
#F3E3E1
(243,227,225)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18087 color. Also use rgb(225,128,135) instead hex code.

Text Font Color

.myTextColor { color: #E18087; }

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

This text font color is #E18087.

Background Color

.myBgColor { background-color: #E18087; }

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

This div background color is #E18087.

Border color

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

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

This div border color is #E18087.

Opacity

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

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

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

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

This text has shadow with #E18087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E18087.

Preview

Color preview on black background

This text has color #E18087 on black background.


Color preview on white background

This text has color #E18087 on white background.


Black color preview on #E18087 background

This text has black color on #E18087 background.


White color preview on #E18087 background

This text has white color on #E18087 background.


Related colors

Complementary color

Complementary color for #hex is #1E7F78.


I love getcolorcode.com

Triadic colors

1 #87E180 and #8087E1 with #E18087 are triadic colors.

2 #8780E1 and #80E187 with #E18087 are triadic colors.