COLOR #E78789

HEX: #E78789
RGB: (231,135,137)

Color info

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

RGB color model

#E78789 color RGB value is (231,135,137).

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

RGB channels and saturation

R 231 of 255 = 91%
G 135 of 255 = 53%
B 137 of 255 = 54%

231
135
137

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

Portions of RGB colors in percentages

R + G + B =
231 + 135 + 137 = 503 (100%)
R 231 of 503 ~ 45.92%
G 135 of 503 ~ 26.84%
B 137 of 503 ~ 27.24%

%45.92
%26.84
%27.24

CMYK color model

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

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

CMYK percentages

%0
%41.56
%40.69
%9.41

Codes

Color #E78789 in popluar color models

E78789
RGB231135137
HSL359°66.67%71.76%
HSB/HSV359°41.56%90.59%
CMYK0.00%41.56%40.69%
9.41%

Color #E78789 in popluar number systems.

HEXE78789
Decimal231135137
Binary111001111000011110001001
Octal347207211

Shades and tints

Shades of #E78789

#E78789
(231,135,137)
#D27B7D
(210,123,125)
#BD6F71
(189,111,113)
#A86365
(168,99,101)
#935759
(147,87,89)
#7E4B4D
(126,75,77)
#693F41
(105,63,65)
#543335
(84,51,53)
#3F2729
(63,39,41)
#2A1B1D
(42,27,29)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #E78789

#E78789
(231,135,137)
#E99193
(233,145,147)
#EB9B9D
(235,155,157)
#EDA5A7
(237,165,167)
#EFAFB1
(239,175,177)
#F1B9BB
(241,185,187)
#F3C3C5
(243,195,197)
#F5CDCF
(245,205,207)
#F7D7D9
(247,215,217)
#F9E1E3
(249,225,227)
#FBEBED
(251,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78789; }

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

This text font color is #E78789.


Background Color

.myBgColor { background-color: #E78789; }

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

This div background color is #E78789.


Border color

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

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

This div border color is #E78789.


Opacity

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

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

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

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

This text has shadow with #E78789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78789 on black background.


Color preview on white background

This text has color #E78789 on white background.



Black color preview on #E78789 background

This text has black color on #E78789 background.


White color preview on #E78789 background

This text has white color on #E78789 background.