COLOR #E78887

HEX: #E78887
RGB: (231,136,135)

Color info

#E78887 contains mainly red color. Web safe color of #E78887 is #FF9999 (or #F99).

RGB color model

#E78887 color RGB value is (231,136,135).

  • red value is 231;
  • green value is 136;
  • blue value is 135.
RGB:
(231,136,135)
(91%,53%,53%)

RGB channels and saturation

R 231 of 255 = 91%
G 136 of 255 = 53%
B 135 of 255 = 53%

231
136
135

R + G + B ~ 66%. #E78887 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 136 + 135 = 502 (100%)
R 231 of 502 ~ 46.02%
G 136 of 502 ~ 27.09%
B 135 of 502 ~ 26.89%

%46.02
%27.09
%26.89

CMYK color model

#E78887 color CMYK value is (0,41,42,9).

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 41.56%
  • key color value is 9.41%
CMYK:
(0,41,42,9)
C0M41Y42K9 
(0%,41%,42%,9%)
(0.00/0.41/0.42/0.09)	

CMYK percentages

%0
%41.13
%41.56
%9.41

Codes

Color #E78887 in popluar color models

E78887
RGB231136135
HSL66.67%71.76%
HSB/HSV41.56%90.59%
CMYK0.00%41.13%41.56%
9.41%

Color #E78887 in popluar number systems.

HEXE78887
Decimal231136135
Binary111001111000100010000111
Octal347210207

Shades and tints

Shades of #E78887

#E78887
(231,136,135)
#D27C7B
(210,124,123)
#BD706F
(189,112,111)
#A86463
(168,100,99)
#935857
(147,88,87)
#7E4C4B
(126,76,75)
#69403F
(105,64,63)
#543433
(84,52,51)
#3F2827
(63,40,39)
#2A1C1B
(42,28,27)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #E78887

#E78887
(231,136,135)
#E99291
(233,146,145)
#EB9C9B
(235,156,155)
#EDA6A5
(237,166,165)
#EFB0AF
(239,176,175)
#F1BAB9
(241,186,185)
#F3C4C3
(243,196,195)
#F5CECD
(245,206,205)
#F7D8D7
(247,216,215)
#F9E2E1
(249,226,225)
#FBECEB
(251,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78887; }

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

This text font color is #E78887.


Background Color

.myBgColor { background-color: #E78887; }

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

This div background color is #E78887.


Border color

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

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

This div border color is #E78887.


Opacity

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

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

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

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

This text has shadow with #E78887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78887 on black background.


Color preview on white background

This text has color #E78887 on white background.



Black color preview on #E78887 background

This text has black color on #E78887 background.


White color preview on #E78887 background

This text has white color on #E78887 background.