COLOR #E18C88

HEX: #E18C88
RGB: (225,140,136)

Color info

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

RGB color model

#E18C88 color RGB value is (225,140,136).

  • red value is 225;
  • green value is 140;
  • blue value is 136.
RGB:
(225,140,136)
(88%,55%,53%)

RGB channels and saturation

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

225
140
136

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

Portions of RGB colors in percentages

R + G + B =
225 + 140 + 136 = 501 (100%)
R 225 of 501 ~ 44.91%
G 140 of 501 ~ 27.94%
B 136 of 501 ~ 27.15%

%44.91
%27.94
%27.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.78%
  • 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
%37.78
%39.56
%11.76

Codes

Color #E18C88 in popluar color models

E18C88
RGB225140136
HSL59.73%70.78%
HSB/HSV39.56%88.24%
CMYK0.00%37.78%39.56%
11.76%

Color #E18C88 in popluar number systems.

HEXE18C88
Decimal225140136
Binary111000011000110010001000
Octal341214210

Shades and tints

Shades of #E18C88

#E18C88
(225,140,136)
#CD807C
(205,128,124)
#B97470
(185,116,112)
#A56864
(165,104,100)
#915C58
(145,92,88)
#7D504C
(125,80,76)
#694440
(105,68,64)
#553834
(85,56,52)
#412C28
(65,44,40)
#2D201C
(45,32,28)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #E18C88

#E18C88
(225,140,136)
#E39692
(227,150,146)
#E5A09C
(229,160,156)
#E7AAA6
(231,170,166)
#E9B4B0
(233,180,176)
#EBBEBA
(235,190,186)
#EDC8C4
(237,200,196)
#EFD2CE
(239,210,206)
#F1DCD8
(241,220,216)
#F3E6E2
(243,230,226)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18C88; }

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

This text font color is #E18C88.


Background Color

.myBgColor { background-color: #E18C88; }

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

This div background color is #E18C88.


Border color

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

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

This div border color is #E18C88.


Opacity

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

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

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

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

This text has shadow with #E18C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18C88 on black background.


Color preview on white background

This text has color #E18C88 on white background.



Black color preview on #E18C88 background

This text has black color on #E18C88 background.


White color preview on #E18C88 background

This text has white color on #E18C88 background.