COLOR #E78296

HEX: #E78296
RGB: (231,130,150)

Color info

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

RGB color model

#E78296 color RGB value is (231,130,150).

  • red value is 231;
  • green value is 130;
  • blue value is 150.
RGB:
(231,130,150)
(91%,51%,59%)

RGB channels and saturation

R 231 of 255 = 91%
G 130 of 255 = 51%
B 150 of 255 = 59%

231
130
150

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

Portions of RGB colors in percentages

R + G + B =
231 + 130 + 150 = 511 (100%)
R 231 of 511 ~ 45.21%
G 130 of 511 ~ 25.44%
B 150 of 511 ~ 29.35%

%45.21
%25.44
%29.35

CMYK color model

#E78296 color CMYK value is (0,44,35,9).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 35.06%
  • key color value is 9.41%
CMYK:
(0,44,35,9)
C0M44Y35K9 
(0%,44%,35%,9%)
(0.00/0.44/0.35/0.09)	

CMYK percentages

%0
%43.72
%35.06
%9.41

Codes

Color #E78296 in popluar color models

E78296
RGB231130150
HSL348°67.79%70.78%
HSB/HSV348°43.72%90.59%
CMYK0.00%43.72%35.06%
9.41%

Color #E78296 in popluar number systems.

HEXE78296
Decimal231130150
Binary111001111000001010010110
Octal347202226

Shades and tints

Shades of #E78296

#E78296
(231,130,150)
#D27789
(210,119,137)
#BD6C7C
(189,108,124)
#A8616F
(168,97,111)
#935662
(147,86,98)
#7E4B55
(126,75,85)
#694048
(105,64,72)
#54353B
(84,53,59)
#3F2A2E
(63,42,46)
#2A1F21
(42,31,33)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E78296

#E78296
(231,130,150)
#E98D9F
(233,141,159)
#EB98A8
(235,152,168)
#EDA3B1
(237,163,177)
#EFAEBA
(239,174,186)
#F1B9C3
(241,185,195)
#F3C4CC
(243,196,204)
#F5CFD5
(245,207,213)
#F7DADE
(247,218,222)
#F9E5E7
(249,229,231)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78296; }

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

This text font color is #E78296.


Background Color

.myBgColor { background-color: #E78296; }

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

This div background color is #E78296.


Border color

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

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

This div border color is #E78296.


Opacity

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

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

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

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

This text has shadow with #E78296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78296 on black background.


Color preview on white background

This text has color #E78296 on white background.



Black color preview on #E78296 background

This text has black color on #E78296 background.


White color preview on #E78296 background

This text has white color on #E78296 background.