COLOR #E78398

HEX: #E78398
RGB: (231,131,152)

Color info

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

RGB color model

#E78398 color RGB value is (231,131,152).

  • red value is 231;
  • green value is 131;
  • blue value is 152.
RGB:
(231,131,152)
(91%,51%,60%)

RGB channels and saturation

R 231 of 255 = 91%
G 131 of 255 = 51%
B 152 of 255 = 60%

231
131
152

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

Portions of RGB colors in percentages

R + G + B =
231 + 131 + 152 = 514 (100%)
R 231 of 514 ~ 44.94%
G 131 of 514 ~ 25.49%
B 152 of 514 ~ 29.57%

%44.94
%25.49
%29.57

CMYK color model

#E78398 color CMYK value is (0,43,34,9).

  • cyan value is 0.00%
  • magenta value is 43.29%
  • yellow value is 34.20%
  • key color value is 9.41%
CMYK:
(0,43,34,9)
C0M43Y34K9 
(0%,43%,34%,9%)
(0.00/0.43/0.34/0.09)	

CMYK percentages

%0
%43.29
%34.2
%9.41

Codes

Color #E78398 in popluar color models

E78398
RGB231131152
HSL347°67.57%70.98%
HSB/HSV347°43.29%90.59%
CMYK0.00%43.29%34.20%
9.41%

Color #E78398 in popluar number systems.

HEXE78398
Decimal231131152
Binary111001111000001110011000
Octal347203230

Shades and tints

Shades of #E78398

#E78398
(231,131,152)
#D2788B
(210,120,139)
#BD6D7E
(189,109,126)
#A86271
(168,98,113)
#935764
(147,87,100)
#7E4C57
(126,76,87)
#69414A
(105,65,74)
#54363D
(84,54,61)
#3F2B30
(63,43,48)
#2A2023
(42,32,35)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #E78398

#E78398
(231,131,152)
#E98EA1
(233,142,161)
#EB99AA
(235,153,170)
#EDA4B3
(237,164,179)
#EFAFBC
(239,175,188)
#F1BAC5
(241,186,197)
#F3C5CE
(243,197,206)
#F5D0D7
(245,208,215)
#F7DBE0
(247,219,224)
#F9E6E9
(249,230,233)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78398; }

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

This text font color is #E78398.


Background Color

.myBgColor { background-color: #E78398; }

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

This div background color is #E78398.


Border color

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

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

This div border color is #E78398.


Opacity

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

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

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

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

This text has shadow with #E78398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78398 on black background.


Color preview on white background

This text has color #E78398 on white background.



Black color preview on #E78398 background

This text has black color on #E78398 background.


White color preview on #E78398 background

This text has white color on #E78398 background.