COLOR #E78DA0

HEX: #E78DA0
RGB: (231,141,160)

Color info

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

RGB color model

#E78DA0 color RGB value is (231,141,160).

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

RGB channels and saturation

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

231
141
160

R + G + B ~ 70%. #E78DA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 141 + 160 = 532 (100%)
R 231 of 532 ~ 43.42%
G 141 of 532 ~ 26.5%
B 160 of 532 ~ 30.08%

%43.42
%26.5
%30.08

CMYK color model

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

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

CMYK percentages

%0
%38.96
%30.74
%9.41

Codes

Color #E78DA0 in popluar color models

E78DA0
RGB231141160
HSL347°65.22%72.94%
HSB/HSV347°38.96%90.59%
CMYK0.00%38.96%30.74%
9.41%

Color #E78DA0 in popluar number systems.

HEXE78DA0
Decimal231141160
Binary111001111000110110100000
Octal347215240

Shades and tints

Shades of #E78DA0

#E78DA0
(231,141,160)
#D28192
(210,129,146)
#BD7584
(189,117,132)
#A86976
(168,105,118)
#935D68
(147,93,104)
#7E515A
(126,81,90)
#69454C
(105,69,76)
#54393E
(84,57,62)
#3F2D30
(63,45,48)
#2A2122
(42,33,34)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #E78DA0

#E78DA0
(231,141,160)
#E997A8
(233,151,168)
#EBA1B0
(235,161,176)
#EDABB8
(237,171,184)
#EFB5C0
(239,181,192)
#F1BFC8
(241,191,200)
#F3C9D0
(243,201,208)
#F5D3D8
(245,211,216)
#F7DDE0
(247,221,224)
#F9E7E8
(249,231,232)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78DA0; }

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

This text font color is #E78DA0.


Background Color

.myBgColor { background-color: #E78DA0; }

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

This div background color is #E78DA0.


Border color

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

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

This div border color is #E78DA0.


Opacity

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

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

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

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

This text has shadow with #E78DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78DA0 on black background.


Color preview on white background

This text has color #E78DA0 on white background.



Black color preview on #E78DA0 background

This text has black color on #E78DA0 background.


White color preview on #E78DA0 background

This text has white color on #E78DA0 background.