COLOR #E47FA4

HEX: #E47FA4
RGB: (228,127,164)

Color info

#E47FA4 contains mainly red color. Web safe color of #E47FA4 is #CC6699 (or #C69).

RGB color model

#E47FA4 color RGB value is (228,127,164).

  • red value is 228;
  • green value is 127;
  • blue value is 164.
RGB:
(228,127,164)
(89%,50%,64%)

RGB channels and saturation

R 228 of 255 = 89%
G 127 of 255 = 50%
B 164 of 255 = 64%

228
127
164

R + G + B ~ 68%. #E47FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 127 + 164 = 519 (100%)
R 228 of 519 ~ 43.93%
G 127 of 519 ~ 24.47%
B 164 of 519 ~ 31.6%

%43.93
%24.47
%31.6

CMYK color model

#E47FA4 color CMYK value is (0,44,28,11).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 28.07%
  • key color value is 10.59%
CMYK:
(0,44,28,11)
C0M44Y28K11 
(0%,44%,28%,11%)
(0.00/0.44/0.28/0.11)	

CMYK percentages

%0
%44.3
%28.07
%10.59

Codes

Color #E47FA4 in popluar color models

E47FA4
RGB228127164
HSL338°65.16%69.61%
HSB/HSV338°44.30%89.41%
CMYK0.00%44.30%28.07%
10.59%

Color #E47FA4 in popluar number systems.

HEXE47FA4
Decimal228127164
Binary11100100111111110100100
Octal344177244

Shades and tints

Shades of #E47FA4

#E47FA4
(228,127,164)
#D07496
(208,116,150)
#BC6988
(188,105,136)
#A85E7A
(168,94,122)
#94536C
(148,83,108)
#80485E
(128,72,94)
#6C3D50
(108,61,80)
#583242
(88,50,66)
#442734
(68,39,52)
#301C26
(48,28,38)
#1C1118
(28,17,24)
#000000
(0,0,0)

Tints of #E47FA4

#E47FA4
(228,127,164)
#E68AAC
(230,138,172)
#E895B4
(232,149,180)
#EAA0BC
(234,160,188)
#ECABC4
(236,171,196)
#EEB6CC
(238,182,204)
#F0C1D4
(240,193,212)
#F2CCDC
(242,204,220)
#F4D7E4
(244,215,228)
#F6E2EC
(246,226,236)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47FA4 color. Also use rgb(228,127,164) instead hex code.

Text Font Color

.myTextColor { color: #E47FA4; }

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

This text font color is #E47FA4.


Background Color

.myBgColor { background-color: #E47FA4; }

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

This div background color is #E47FA4.


Border color

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

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

This div border color is #E47FA4.


Opacity

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

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

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

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

This text has shadow with #E47FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47FA4 on black background.


Color preview on white background

This text has color #E47FA4 on white background.



Black color preview on #E47FA4 background

This text has black color on #E47FA4 background.


White color preview on #E47FA4 background

This text has white color on #E47FA4 background.