COLOR #E78CC8

HEX: #E78CC8
RGB: (231,140,200)

Color info

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

RGB color model

#E78CC8 color RGB value is (231,140,200).

  • red value is 231;
  • green value is 140;
  • blue value is 200.
RGB:
(231,140,200)
(91%,55%,78%)

RGB channels and saturation

R 231 of 255 = 91%
G 140 of 255 = 55%
B 200 of 255 = 78%

231
140
200

R + G + B ~ 75%. #E78CC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 140 + 200 = 571 (100%)
R 231 of 571 ~ 40.46%
G 140 of 571 ~ 24.52%
B 200 of 571 ~ 35.03%

%40.46
%24.52
%35.03

CMYK color model

#E78CC8 color CMYK value is (0,39,13,9).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 13.42%
  • key color value is 9.41%
CMYK:
(0,39,13,9)
C0M39Y13K9 
(0%,39%,13%,9%)
(0.00/0.39/0.13/0.09)	

CMYK percentages

%0
%39.39
%13.42
%9.41

Codes

Color #E78CC8 in popluar color models

E78CC8
RGB231140200
HSL320°65.47%72.75%
HSB/HSV320°39.39%90.59%
CMYK0.00%39.39%13.42%
9.41%

Color #E78CC8 in popluar number systems.

HEXE78CC8
Decimal231140200
Binary111001111000110011001000
Octal347214310

Shades and tints

Shades of #E78CC8

#E78CC8
(231,140,200)
#D280B6
(210,128,182)
#BD74A4
(189,116,164)
#A86892
(168,104,146)
#935C80
(147,92,128)
#7E506E
(126,80,110)
#69445C
(105,68,92)
#54384A
(84,56,74)
#3F2C38
(63,44,56)
#2A2026
(42,32,38)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E78CC8

#E78CC8
(231,140,200)
#E996CD
(233,150,205)
#EBA0D2
(235,160,210)
#EDAAD7
(237,170,215)
#EFB4DC
(239,180,220)
#F1BEE1
(241,190,225)
#F3C8E6
(243,200,230)
#F5D2EB
(245,210,235)
#F7DCF0
(247,220,240)
#F9E6F5
(249,230,245)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E78CC8 color. Also use rgb(231,140,200) instead hex code.

Text Font Color

.myTextColor { color: #E78CC8; }

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

This text font color is #E78CC8.


Background Color

.myBgColor { background-color: #E78CC8; }

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

This div background color is #E78CC8.


Border color

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

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

This div border color is #E78CC8.


Opacity

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

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

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

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

This text has shadow with #E78CC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78CC8 on black background.


Color preview on white background

This text has color #E78CC8 on white background.



Black color preview on #E78CC8 background

This text has black color on #E78CC8 background.


White color preview on #E78CC8 background

This text has white color on #E78CC8 background.