COLOR #E78FBE

HEX: #E78FBE
RGB: (231,143,190)

Color info

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

RGB color model

#E78FBE color RGB value is (231,143,190).

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

RGB channels and saturation

R 231 of 255 = 91%
G 143 of 255 = 56%
B 190 of 255 = 75%

231
143
190

R + G + B ~ 74%. #E78FBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 143 + 190 = 564 (100%)
R 231 of 564 ~ 40.96%
G 143 of 564 ~ 25.35%
B 190 of 564 ~ 33.69%

%40.96
%25.35
%33.69

CMYK color model

#E78FBE color CMYK value is (0,38,18,9).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(0,38,18,9)
C0M38Y18K9 
(0%,38%,18%,9%)
(0.00/0.38/0.18/0.09)	

CMYK percentages

%0
%38.1
%17.75
%9.41

Codes

Color #E78FBE in popluar color models

E78FBE
RGB231143190
HSL328°64.71%73.33%
HSB/HSV328°38.10%90.59%
CMYK0.00%38.10%17.75%
9.41%

Color #E78FBE in popluar number systems.

HEXE78FBE
Decimal231143190
Binary111001111000111110111110
Octal347217276

Shades and tints

Shades of #E78FBE

#E78FBE
(231,143,190)
#D282AD
(210,130,173)
#BD759C
(189,117,156)
#A8688B
(168,104,139)
#935B7A
(147,91,122)
#7E4E69
(126,78,105)
#694158
(105,65,88)
#543447
(84,52,71)
#3F2736
(63,39,54)
#2A1A25
(42,26,37)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #E78FBE

#E78FBE
(231,143,190)
#E999C3
(233,153,195)
#EBA3C8
(235,163,200)
#EDADCD
(237,173,205)
#EFB7D2
(239,183,210)
#F1C1D7
(241,193,215)
#F3CBDC
(243,203,220)
#F5D5E1
(245,213,225)
#F7DFE6
(247,223,230)
#F9E9EB
(249,233,235)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78FBE; }

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

This text font color is #E78FBE.


Background Color

.myBgColor { background-color: #E78FBE; }

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

This div background color is #E78FBE.


Border color

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

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

This div border color is #E78FBE.


Opacity

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

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

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

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

This text has shadow with #E78FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78FBE on black background.


Color preview on white background

This text has color #E78FBE on white background.



Black color preview on #E78FBE background

This text has black color on #E78FBE background.


White color preview on #E78FBE background

This text has white color on #E78FBE background.