COLOR #E78BD2

HEX: #E78BD2 RGB: (231,139,210)

Color info

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

RGB color model

#E78BD2 color RGB value is (231,139,210).

RGB: (231,139,210) (91%, 55%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 139 of 255 = 55%
B 210 of 255 = 82%

231
139
210

R + G + B ~ 76%. #E78BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 139 + 210 = 580 (100%)
R 231 of 580 ~ 39.83%
G 139 of 580 ~ 23.97%
B 210 of 580 ~ 36.21'%

%39.83
%23.97
%36.21

CMYK color model

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

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

CMYK: (0,40,9,9)
C0M40Y9K9 (0%, 40%, 9%, 9%)
(0.00 / 0.40 / 0.09 / 0.09)

CMYK percentages

%0
%39.83
%9.09
%9.41

Codes

Color #E78BD2 in popluar color models

E7 8B D2
RGB 231 139 210
HSL 314° 65.71% 72.55%
HSB/HSV 314° 39.83% 90.59%
CMYK 0.00% 39.83% 9.09%
9.41%

Color #E78BD2 in popluar number systems.

HEX E7 8B D2
Decimal 231 139 210
Binary 11100111 10001011 11010010
Octal 347 213 322

Shades and tints

Shades of #E78BD2

#E78BD2
(231,139,210)
#D27FBF
(210,127,191)
#BD73AC
(189,115,172)
#A86799
(168,103,153)
#935B86
(147,91,134)
#7E4F73
(126,79,115)
#694360
(105,67,96)
#54374D
(84,55,77)
#3F2B3A
(63,43,58)
#2A1F27
(42,31,39)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #E78BD2

#E78BD2
(231,139,210)
#E995D6
(233,149,214)
#EB9FDA
(235,159,218)
#EDA9DE
(237,169,222)
#EFB3E2
(239,179,226)
#F1BDE6
(241,189,230)
#F3C7EA
(243,199,234)
#F5D1EE
(245,209,238)
#F7DBF2
(247,219,242)
#F9E5F6
(249,229,246)
#FBEFFA
(251,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78BD2; }

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

This text font color is #E78BD2.

Background Color

.myBgColor { background-color: #E78BD2; }

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

This div background color is #E78BD2.

Border color

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

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

This div border color is #E78BD2.

Opacity

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

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

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

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

This text has shadow with #E78BD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E78BD2.

Preview

Color preview on black background

This text has color #E78BD2 on black background.


Color preview on white background

This text has color #E78BD2 on white background.


Black color preview on #E78BD2 background

This text has black color on #E78BD2 background.


White color preview on #E78BD2 background

This text has white color on #E78BD2 background.


Related colors

Complementary color

Complementary color for #hex is #18742D.


I love getcolorcode.com

Triadic colors

1 #D2E78B and #8BD2E7 with #E78BD2 are triadic colors.

2 #D28BE7 and #8BE7D2 with #E78BD2 are triadic colors.