COLOR #E78DB4

HEX: #E78DB4
RGB: (231,141,180)

Color info

#E78DB4 contains mainly red and blue colors. Web safe color of #E78DB4 is #FF99CC (or #F9C).

RGB color model

#E78DB4 color RGB value is (231,141,180).

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

RGB channels and saturation

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

231
141
180

R + G + B ~ 72%. #E78DB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 141 + 180 = 552 (100%)
R 231 of 552 ~ 41.85%
G 141 of 552 ~ 25.54%
B 180 of 552 ~ 32.61%

%41.85
%25.54
%32.61

CMYK color model

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

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

CMYK percentages

%0
%38.96
%22.08
%9.41

Codes

Color #E78DB4 in popluar color models

E78DB4
RGB231141180
HSL334°65.22%72.94%
HSB/HSV334°38.96%90.59%
CMYK0.00%38.96%22.08%
9.41%

Color #E78DB4 in popluar number systems.

HEXE78DB4
Decimal231141180
Binary111001111000110110110100
Octal347215264

Shades and tints

Shades of #E78DB4

#E78DB4
(231,141,180)
#D281A4
(210,129,164)
#BD7594
(189,117,148)
#A86984
(168,105,132)
#935D74
(147,93,116)
#7E5164
(126,81,100)
#694554
(105,69,84)
#543944
(84,57,68)
#3F2D34
(63,45,52)
#2A2124
(42,33,36)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #E78DB4

#E78DB4
(231,141,180)
#E997BA
(233,151,186)
#EBA1C0
(235,161,192)
#EDABC6
(237,171,198)
#EFB5CC
(239,181,204)
#F1BFD2
(241,191,210)
#F3C9D8
(243,201,216)
#F5D3DE
(245,211,222)
#F7DDE4
(247,221,228)
#F9E7EA
(249,231,234)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78DB4; }

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

This text font color is #E78DB4.


Background Color

.myBgColor { background-color: #E78DB4; }

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

This div background color is #E78DB4.


Border color

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

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

This div border color is #E78DB4.


Opacity

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

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

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

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

This text has shadow with #E78DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78DB4 on black background.


Color preview on white background

This text has color #E78DB4 on white background.



Black color preview on #E78DB4 background

This text has black color on #E78DB4 background.


White color preview on #E78DB4 background

This text has white color on #E78DB4 background.