COLOR #E78BBA

HEX: #E78BBA RGB: (231,139,186)

Color info

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

RGB color model

#E78BBA color RGB value is (231,139,186).

RGB: (231,139,186) (91%, 55%, 73%)

RGB channels and saturation

R 231 of 255 = 91%
G 139 of 255 = 55%
B 186 of 255 = 73%

231
139
186

R + G + B ~ 73%. #E78BBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 139 + 186 = 556 (100%)
R 231 of 556 ~ 41.55%
G 139 of 556 ~ 25%
B 186 of 556 ~ 33.45'%

%41.55
%25
%33.45

CMYK color model

#E78BBA color CMYK value is (0,40,19,9).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 19.48%
  • key color value is 9.41%

CMYK: (0,40,19,9)
C0M40Y19K9 (0%, 40%, 19%, 9%)
(0.00 / 0.40 / 0.19 / 0.09)

CMYK percentages

%0
%39.83
%19.48
%9.41

Codes

Color #E78BBA in popluar color models

E7 8B BA
RGB 231 139 186
HSL 329° 65.71% 72.55%
HSB/HSV 329° 39.83% 90.59%
CMYK 0.00% 39.83% 19.48%
9.41%

Color #E78BBA in popluar number systems.

HEX E7 8B BA
Decimal 231 139 186
Binary 11100111 10001011 10111010
Octal 347 213 272

Shades and tints

Shades of #E78BBA

#E78BBA
(231,139,186)
#D27FAA
(210,127,170)
#BD739A
(189,115,154)
#A8678A
(168,103,138)
#935B7A
(147,91,122)
#7E4F6A
(126,79,106)
#69435A
(105,67,90)
#54374A
(84,55,74)
#3F2B3A
(63,43,58)
#2A1F2A
(42,31,42)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #E78BBA

#E78BBA
(231,139,186)
#E995C0
(233,149,192)
#EB9FC6
(235,159,198)
#EDA9CC
(237,169,204)
#EFB3D2
(239,179,210)
#F1BDD8
(241,189,216)
#F3C7DE
(243,199,222)
#F5D1E4
(245,209,228)
#F7DBEA
(247,219,234)
#F9E5F0
(249,229,240)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E78BBA color. Also use rgb(231,139,186) instead hex code.

Text Font Color

.myTextColor { color: #E78BBA; }

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

This text font color is #E78BBA.

Background Color

.myBgColor { background-color: #E78BBA; }

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

This div background color is #E78BBA.

Border color

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

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

This div border color is #E78BBA.

Opacity

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

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

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

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

This text has shadow with #E78BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E78BBA.

Preview

Color preview on black background

This text has color #E78BBA on black background.


Color preview on white background

This text has color #E78BBA on white background.


Black color preview on #E78BBA background

This text has black color on #E78BBA background.


White color preview on #E78BBA background

This text has white color on #E78BBA background.


Related colors

Complementary color

Complementary color for #hex is #187445.


I love getcolorcode.com

Triadic colors

1 #BAE78B and #8BBAE7 with #E78BBA are triadic colors.

2 #BA8BE7 and #8BE7BA with #E78BBA are triadic colors.