COLOR #E78EB0

HEX: #E78EB0 RGB: (231,142,176)

Color info

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

RGB color model

#E78EB0 color RGB value is (231,142,176).

RGB: (231,142,176) (91%, 56%, 69%)

RGB channels and saturation

R 231 of 255 = 91%
G 142 of 255 = 56%
B 176 of 255 = 69%

231
142
176

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

Portions of RGB colors in percentages

R + G + B = 231 + 142 + 176 = 549 (100%)
R 231 of 549 ~ 42.08%
G 142 of 549 ~ 25.87%
B 176 of 549 ~ 32.06'%

%42.08
%25.87
%32.06

CMYK color model

#E78EB0 color CMYK value is (0,39,24,9).

  • cyan value is 0.00%
  • magenta value is 38.53%
  • yellow value is 23.81%
  • key color value is 9.41%

CMYK: (0,39,24,9)
C0M39Y24K9 (0%, 39%, 24%, 9%)
(0.00 / 0.39 / 0.24 / 0.09)

CMYK percentages

%0
%38.53
%23.81
%9.41

Codes

Color #E78EB0 in popluar color models

E7 8E B0
RGB 231 142 176
HSL 337° 64.96% 73.14%
HSB/HSV 337° 38.53% 90.59%
CMYK 0.00% 38.53% 23.81%
9.41%

Color #E78EB0 in popluar number systems.

HEX E7 8E B0
Decimal 231 142 176
Binary 11100111 10001110 10110000
Octal 347 216 260

Shades and tints

Shades of #E78EB0

#E78EB0
(231,142,176)
#D282A0
(210,130,160)
#BD7690
(189,118,144)
#A86A80
(168,106,128)
#935E70
(147,94,112)
#7E5260
(126,82,96)
#694650
(105,70,80)
#543A40
(84,58,64)
#3F2E30
(63,46,48)
#2A2220
(42,34,32)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #E78EB0

#E78EB0
(231,142,176)
#E998B7
(233,152,183)
#EBA2BE
(235,162,190)
#EDACC5
(237,172,197)
#EFB6CC
(239,182,204)
#F1C0D3
(241,192,211)
#F3CADA
(243,202,218)
#F5D4E1
(245,212,225)
#F7DEE8
(247,222,232)
#F9E8EF
(249,232,239)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E78EB0 color. Also use rgb(231,142,176) instead hex code.

Text Font Color

.myTextColor { color: #E78EB0; }

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

This text font color is #E78EB0.

Background Color

.myBgColor { background-color: #E78EB0; }

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

This div background color is #E78EB0.

Border color

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

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

This div border color is #E78EB0.

Opacity

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

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

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

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

This text has shadow with #E78EB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E78EB0.

Preview

Color preview on black background

This text has color #E78EB0 on black background.


Color preview on white background

This text has color #E78EB0 on white background.


Black color preview on #E78EB0 background

This text has black color on #E78EB0 background.


White color preview on #E78EB0 background

This text has white color on #E78EB0 background.


Related colors

Complementary color

Complementary color for #hex is #18714F.


I love getcolorcode.com

Triadic colors

1 #B0E78E and #8EB0E7 with #E78EB0 are triadic colors.

2 #B08EE7 and #8EE7B0 with #E78EB0 are triadic colors.