COLOR #E18787

HEX: #E18787
RGB: (225,135,135)

Color info

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

RGB color model

#E18787 color RGB value is (225,135,135).

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

RGB channels and saturation

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

225
135
135

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

Portions of RGB colors in percentages

R + G + B =
225 + 135 + 135 = 495 (100%)
R 225 of 495 ~ 45.45%
G 135 of 495 ~ 27.27%
B 135 of 495 ~ 27.27%

%45.45
%27.27
%27.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.00%
  • key color value is 11.76%
CMYK:
(0,40,40,12)
C0M40Y40K12 
(0%,40%,40%,12%)
(0.00/0.40/0.40/0.12)	

CMYK percentages

%0
%40
%40
%11.76

Codes

Color #E18787 in popluar color models

E18787
RGB225135135
HSL60.00%70.59%
HSB/HSV40.00%88.24%
CMYK0.00%40.00%40.00%
11.76%

Color #E18787 in popluar number systems.

HEXE18787
Decimal225135135
Binary111000011000011110000111
Octal341207207

Shades and tints

Shades of #E18787

#E18787
(225,135,135)
#CD7B7B
(205,123,123)
#B96F6F
(185,111,111)
#A56363
(165,99,99)
#915757
(145,87,87)
#7D4B4B
(125,75,75)
#693F3F
(105,63,63)
#553333
(85,51,51)
#412727
(65,39,39)
#2D1B1B
(45,27,27)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #E18787

#E18787
(225,135,135)
#E39191
(227,145,145)
#E59B9B
(229,155,155)
#E7A5A5
(231,165,165)
#E9AFAF
(233,175,175)
#EBB9B9
(235,185,185)
#EDC3C3
(237,195,195)
#EFCDCD
(239,205,205)
#F1D7D7
(241,215,215)
#F3E1E1
(243,225,225)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18787; }

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

This text font color is #E18787.


Background Color

.myBgColor { background-color: #E18787; }

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

This div background color is #E18787.


Border color

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

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

This div border color is #E18787.


Opacity

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

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

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

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

This text has shadow with #E18787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18787 on black background.


Color preview on white background

This text has color #E18787 on white background.



Black color preview on #E18787 background

This text has black color on #E18787 background.


White color preview on #E18787 background

This text has white color on #E18787 background.