COLOR #E78FE0

HEX: #E78FE0
RGB: (231,143,224)

Color info

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

RGB color model

#E78FE0 color RGB value is (231,143,224).

  • red value is 231;
  • green value is 143;
  • blue value is 224.
RGB:
(231,143,224)
(91%,56%,88%)

RGB channels and saturation

R 231 of 255 = 91%
G 143 of 255 = 56%
B 224 of 255 = 88%

231
143
224

R + G + B ~ 78%. #E78FE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 143 + 224 = 598 (100%)
R 231 of 598 ~ 38.63%
G 143 of 598 ~ 23.91%
B 224 of 598 ~ 37.46%

%38.63
%23.91
%37.46

CMYK color model

#E78FE0 color CMYK value is (0,38,3,9).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 3.03%
  • key color value is 9.41%
CMYK:
(0,38,3,9)
C0M38Y3K9 
(0%,38%,3%,9%)
(0.00/0.38/0.03/0.09)	

CMYK percentages

%0
%38.1
%3.03
%9.41

Codes

Color #E78FE0 in popluar color models

E78FE0
RGB231143224
HSL305°64.71%73.33%
HSB/HSV305°38.10%90.59%
CMYK0.00%38.10%3.03%
9.41%

Color #E78FE0 in popluar number systems.

HEXE78FE0
Decimal231143224
Binary111001111000111111100000
Octal347217340

Shades and tints

Shades of #E78FE0

#E78FE0
(231,143,224)
#D282CC
(210,130,204)
#BD75B8
(189,117,184)
#A868A4
(168,104,164)
#935B90
(147,91,144)
#7E4E7C
(126,78,124)
#694168
(105,65,104)
#543454
(84,52,84)
#3F2740
(63,39,64)
#2A1A2C
(42,26,44)
#150D18
(21,13,24)
#000000
(0,0,0)

Tints of #E78FE0

#E78FE0
(231,143,224)
#E999E2
(233,153,226)
#EBA3E4
(235,163,228)
#EDADE6
(237,173,230)
#EFB7E8
(239,183,232)
#F1C1EA
(241,193,234)
#F3CBEC
(243,203,236)
#F5D5EE
(245,213,238)
#F7DFF0
(247,223,240)
#F9E9F2
(249,233,242)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E78FE0 color. Also use rgb(231,143,224) instead hex code.

Text Font Color

.myTextColor { color: #E78FE0; }

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

This text font color is #E78FE0.


Background Color

.myBgColor { background-color: #E78FE0; }

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

This div background color is #E78FE0.


Border color

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

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

This div border color is #E78FE0.


Opacity

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

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

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

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

This text has shadow with #E78FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78FE0 on black background.


Color preview on white background

This text has color #E78FE0 on white background.



Black color preview on #E78FE0 background

This text has black color on #E78FE0 background.


White color preview on #E78FE0 background

This text has white color on #E78FE0 background.