COLOR #E18B88

HEX: #E18B88 RGB: (225,139,136)

Color info

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

RGB color model

#E18B88 color RGB value is (225,139,136).

RGB: (225,139,136) (88%, 55%, 53%)

RGB channels and saturation

R 225 of 255 = 88%
G 139 of 255 = 55%
B 136 of 255 = 53%

225
139
136

R + G + B ~ 65%. #E18B88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 139 + 136 = 500 (100%)
R 225 of 500 ~ 45%
G 139 of 500 ~ 27.8%
B 136 of 500 ~ 27.2'%

%45
%27.8
%27.2

CMYK color model

#E18B88 color CMYK value is (0,38,40,12).

  • cyan value is 0.00%
  • magenta value is 38.22%
  • yellow value is 39.56%
  • key color value is 11.76%

CMYK: (0,38,40,12)
C0M38Y40K12 (0%, 38%, 40%, 12%)
(0.00 / 0.38 / 0.40 / 0.12)

CMYK percentages

%0
%38.22
%39.56
%11.76

Codes

Color #E18B88 in popluar color models

E1 8B 88
RGB 225 139 136
HSL 59.73% 70.78%
HSB/HSV 39.56% 88.24%
CMYK 0.00% 38.22% 39.56%
11.76%

Color #E18B88 in popluar number systems.

HEX E1 8B 88
Decimal 225 139 136
Binary 11100001 10001011 10001000
Octal 341 213 210

Shades and tints

Shades of #E18B88

#E18B88
(225,139,136)
#CD7F7C
(205,127,124)
#B97370
(185,115,112)
#A56764
(165,103,100)
#915B58
(145,91,88)
#7D4F4C
(125,79,76)
#694340
(105,67,64)
#553734
(85,55,52)
#412B28
(65,43,40)
#2D1F1C
(45,31,28)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #E18B88

#E18B88
(225,139,136)
#E39592
(227,149,146)
#E59F9C
(229,159,156)
#E7A9A6
(231,169,166)
#E9B3B0
(233,179,176)
#EBBDBA
(235,189,186)
#EDC7C4
(237,199,196)
#EFD1CE
(239,209,206)
#F1DBD8
(241,219,216)
#F3E5E2
(243,229,226)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18B88 color. Also use rgb(225,139,136) instead hex code.

Text Font Color

.myTextColor { color: #E18B88; }

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

This text font color is #E18B88.

Background Color

.myBgColor { background-color: #E18B88; }

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

This div background color is #E18B88.

Border color

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

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

This div border color is #E18B88.

Opacity

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

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

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

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

This text has shadow with #E18B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E18B88.

Preview

Color preview on black background

This text has color #E18B88 on black background.


Color preview on white background

This text has color #E18B88 on white background.


Black color preview on #E18B88 background

This text has black color on #E18B88 background.


White color preview on #E18B88 background

This text has white color on #E18B88 background.


Related colors

Complementary color

Complementary color for #hex is #1E7477.


I love getcolorcode.com

Triadic colors

1 #88E18B and #8B88E1 with #E18B88 are triadic colors.

2 #888BE1 and #8BE188 with #E18B88 are triadic colors.