COLOR #E78BAD

HEX: #E78BAD RGB: (231,139,173)

Color info

#E78BAD contains mainly red and blue colors. Web safe color of #E78BAD is #FF9999 (or #F99).

RGB color model

#E78BAD color RGB value is (231,139,173).

RGB: (231,139,173) (91%, 55%, 68%)

RGB channels and saturation

R 231 of 255 = 91%
G 139 of 255 = 55%
B 173 of 255 = 68%

231
139
173

R + G + B ~ 71%. #E78BAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 139 + 173 = 543 (100%)
R 231 of 543 ~ 42.54%
G 139 of 543 ~ 25.6%
B 173 of 543 ~ 31.86'%

%42.54
%25.6
%31.86

CMYK color model

#E78BAD color CMYK value is (0,40,25,9).

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

CMYK: (0,40,25,9)
C0M40Y25K9 (0%, 40%, 25%, 9%)
(0.00 / 0.40 / 0.25 / 0.09)

CMYK percentages

%0
%39.83
%25.11
%9.41

Codes

Color #E78BAD in popluar color models

E7 8B AD
RGB 231 139 173
HSL 338° 65.71% 72.55%
HSB/HSV 338° 39.83% 90.59%
CMYK 0.00% 39.83% 25.11%
9.41%

Color #E78BAD in popluar number systems.

HEX E7 8B AD
Decimal 231 139 173
Binary 11100111 10001011 10101101
Octal 347 213 255

Shades and tints

Shades of #E78BAD

#E78BAD
(231,139,173)
#D27F9E
(210,127,158)
#BD738F
(189,115,143)
#A86780
(168,103,128)
#935B71
(147,91,113)
#7E4F62
(126,79,98)
#694353
(105,67,83)
#543744
(84,55,68)
#3F2B35
(63,43,53)
#2A1F26
(42,31,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #E78BAD

#E78BAD
(231,139,173)
#E995B4
(233,149,180)
#EB9FBB
(235,159,187)
#EDA9C2
(237,169,194)
#EFB3C9
(239,179,201)
#F1BDD0
(241,189,208)
#F3C7D7
(243,199,215)
#F5D1DE
(245,209,222)
#F7DBE5
(247,219,229)
#F9E5EC
(249,229,236)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78BAD; }

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

This text font color is #E78BAD.

Background Color

.myBgColor { background-color: #E78BAD; }

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

This div background color is #E78BAD.

Border color

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

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

This div border color is #E78BAD.

Opacity

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

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

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

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

This text has shadow with #E78BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E78BAD.

Preview

Color preview on black background

This text has color #E78BAD on black background.


Color preview on white background

This text has color #E78BAD on white background.


Black color preview on #E78BAD background

This text has black color on #E78BAD background.


White color preview on #E78BAD background

This text has white color on #E78BAD background.


Related colors

Complementary color

Complementary color for #hex is #187452.


I love getcolorcode.com

Triadic colors

1 #ADE78B and #8BADE7 with #E78BAD are triadic colors.

2 #AD8BE7 and #8BE7AD with #E78BAD are triadic colors.