COLOR #E78A93

HEX: #E78A93
RGB: (231,138,147)

Color info

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

RGB color model

#E78A93 color RGB value is (231,138,147).

  • red value is 231;
  • green value is 138;
  • blue value is 147.
RGB:
(231,138,147)
(91%,54%,58%)

RGB channels and saturation

R 231 of 255 = 91%
G 138 of 255 = 54%
B 147 of 255 = 58%

231
138
147

R + G + B ~ 68%. #E78A93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 138 + 147 = 516 (100%)
R 231 of 516 ~ 44.77%
G 138 of 516 ~ 26.74%
B 147 of 516 ~ 28.49%

%44.77
%26.74
%28.49

CMYK color model

#E78A93 color CMYK value is (0,40,36,9).

  • cyan value is 0.00%
  • magenta value is 40.26%
  • yellow value is 36.36%
  • key color value is 9.41%
CMYK:
(0,40,36,9)
C0M40Y36K9 
(0%,40%,36%,9%)
(0.00/0.40/0.36/0.09)	

CMYK percentages

%0
%40.26
%36.36
%9.41

Codes

Color #E78A93 in popluar color models

E78A93
RGB231138147
HSL354°65.96%72.35%
HSB/HSV354°40.26%90.59%
CMYK0.00%40.26%36.36%
9.41%

Color #E78A93 in popluar number systems.

HEXE78A93
Decimal231138147
Binary111001111000101010010011
Octal347212223

Shades and tints

Shades of #E78A93

#E78A93
(231,138,147)
#D27E86
(210,126,134)
#BD7279
(189,114,121)
#A8666C
(168,102,108)
#935A5F
(147,90,95)
#7E4E52
(126,78,82)
#694245
(105,66,69)
#543638
(84,54,56)
#3F2A2B
(63,42,43)
#2A1E1E
(42,30,30)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #E78A93

#E78A93
(231,138,147)
#E9949C
(233,148,156)
#EB9EA5
(235,158,165)
#EDA8AE
(237,168,174)
#EFB2B7
(239,178,183)
#F1BCC0
(241,188,192)
#F3C6C9
(243,198,201)
#F5D0D2
(245,208,210)
#F7DADB
(247,218,219)
#F9E4E4
(249,228,228)
#FBEEED
(251,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78A93; }

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

This text font color is #E78A93.


Background Color

.myBgColor { background-color: #E78A93; }

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

This div background color is #E78A93.


Border color

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

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

This div border color is #E78A93.


Opacity

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

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

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

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

This text has shadow with #E78A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78A93 on black background.


Color preview on white background

This text has color #E78A93 on white background.



Black color preview on #E78A93 background

This text has black color on #E78A93 background.


White color preview on #E78A93 background

This text has white color on #E78A93 background.