COLOR #E78FAF

HEX: #E78FAF
RGB: (231,143,175)

Color info

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

RGB color model

#E78FAF color RGB value is (231,143,175).

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

RGB channels and saturation

R 231 of 255 = 91%
G 143 of 255 = 56%
B 175 of 255 = 69%

231
143
175

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

Portions of RGB colors in percentages

R + G + B =
231 + 143 + 175 = 549 (100%)
R 231 of 549 ~ 42.08%
G 143 of 549 ~ 26.05%
B 175 of 549 ~ 31.88%

%42.08
%26.05
%31.88

CMYK color model

#E78FAF color CMYK value is (0,38,24,9).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 24.24%
  • key color value is 9.41%
CMYK:
(0,38,24,9)
C0M38Y24K9 
(0%,38%,24%,9%)
(0.00/0.38/0.24/0.09)	

CMYK percentages

%0
%38.1
%24.24
%9.41

Codes

Color #E78FAF in popluar color models

E78FAF
RGB231143175
HSL338°64.71%73.33%
HSB/HSV338°38.10%90.59%
CMYK0.00%38.10%24.24%
9.41%

Color #E78FAF in popluar number systems.

HEXE78FAF
Decimal231143175
Binary111001111000111110101111
Octal347217257

Shades and tints

Shades of #E78FAF

#E78FAF
(231,143,175)
#D282A0
(210,130,160)
#BD7591
(189,117,145)
#A86882
(168,104,130)
#935B73
(147,91,115)
#7E4E64
(126,78,100)
#694155
(105,65,85)
#543446
(84,52,70)
#3F2737
(63,39,55)
#2A1A28
(42,26,40)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #E78FAF

#E78FAF
(231,143,175)
#E999B6
(233,153,182)
#EBA3BD
(235,163,189)
#EDADC4
(237,173,196)
#EFB7CB
(239,183,203)
#F1C1D2
(241,193,210)
#F3CBD9
(243,203,217)
#F5D5E0
(245,213,224)
#F7DFE7
(247,223,231)
#F9E9EE
(249,233,238)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78FAF; }

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

This text font color is #E78FAF.


Background Color

.myBgColor { background-color: #E78FAF; }

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

This div background color is #E78FAF.


Border color

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

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

This div border color is #E78FAF.


Opacity

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

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

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

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

This text has shadow with #E78FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78FAF on black background.


Color preview on white background

This text has color #E78FAF on white background.



Black color preview on #E78FAF background

This text has black color on #E78FAF background.


White color preview on #E78FAF background

This text has white color on #E78FAF background.