COLOR #E78D8D

HEX: #E78D8D
RGB: (231,141,141)

Color info

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

RGB color model

#E78D8D color RGB value is (231,141,141).

  • red value is 231;
  • green value is 141;
  • blue value is 141.
RGB:
(231,141,141)
(91%,55%,55%)

RGB channels and saturation

R 231 of 255 = 91%
G 141 of 255 = 55%
B 141 of 255 = 55%

231
141
141

R + G + B ~ 67%. #E78D8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 141 + 141 = 513 (100%)
R 231 of 513 ~ 45.03%
G 141 of 513 ~ 27.49%
B 141 of 513 ~ 27.49%

%45.03
%27.49
%27.49

CMYK color model

#E78D8D color CMYK value is (0,39,39,9).

  • cyan value is 0.00%
  • magenta value is 38.96%
  • yellow value is 38.96%
  • key color value is 9.41%
CMYK:
(0,39,39,9)
C0M39Y39K9 
(0%,39%,39%,9%)
(0.00/0.39/0.39/0.09)	

CMYK percentages

%0
%38.96
%38.96
%9.41

Codes

Color #E78D8D in popluar color models

E78D8D
RGB231141141
HSL65.22%72.94%
HSB/HSV38.96%90.59%
CMYK0.00%38.96%38.96%
9.41%

Color #E78D8D in popluar number systems.

HEXE78D8D
Decimal231141141
Binary111001111000110110001101
Octal347215215

Shades and tints

Shades of #E78D8D

#E78D8D
(231,141,141)
#D28181
(210,129,129)
#BD7575
(189,117,117)
#A86969
(168,105,105)
#935D5D
(147,93,93)
#7E5151
(126,81,81)
#694545
(105,69,69)
#543939
(84,57,57)
#3F2D2D
(63,45,45)
#2A2121
(42,33,33)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #E78D8D

#E78D8D
(231,141,141)
#E99797
(233,151,151)
#EBA1A1
(235,161,161)
#EDABAB
(237,171,171)
#EFB5B5
(239,181,181)
#F1BFBF
(241,191,191)
#F3C9C9
(243,201,201)
#F5D3D3
(245,211,211)
#F7DDDD
(247,221,221)
#F9E7E7
(249,231,231)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78D8D; }

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

This text font color is #E78D8D.


Background Color

.myBgColor { background-color: #E78D8D; }

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

This div background color is #E78D8D.


Border color

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

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

This div border color is #E78D8D.


Opacity

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

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

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

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

This text has shadow with #E78D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78D8D on black background.


Color preview on white background

This text has color #E78D8D on white background.



Black color preview on #E78D8D background

This text has black color on #E78D8D background.


White color preview on #E78D8D background

This text has white color on #E78D8D background.