COLOR #E47AC0

HEX: #E47AC0
RGB: (228,122,192)

Color info

#E47AC0 contains mainly red and blue colors. Web safe color of #E47AC0 is #CC66CC (or #C6C).

RGB color model

#E47AC0 color RGB value is (228,122,192).

  • red value is 228;
  • green value is 122;
  • blue value is 192.
RGB:
(228,122,192)
(89%,48%,75%)

RGB channels and saturation

R 228 of 255 = 89%
G 122 of 255 = 48%
B 192 of 255 = 75%

228
122
192

R + G + B ~ 71%. #E47AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 122 + 192 = 542 (100%)
R 228 of 542 ~ 42.07%
G 122 of 542 ~ 22.51%
B 192 of 542 ~ 35.42%

%42.07
%22.51
%35.42

CMYK color model

#E47AC0 color CMYK value is (0,46,16,11).

  • cyan value is 0.00%
  • magenta value is 46.49%
  • yellow value is 15.79%
  • key color value is 10.59%
CMYK:
(0,46,16,11)
C0M46Y16K11 
(0%,46%,16%,11%)
(0.00/0.46/0.16/0.11)	

CMYK percentages

%0
%46.49
%15.79
%10.59

Codes

Color #E47AC0 in popluar color models

E47AC0
RGB228122192
HSL320°66.25%68.63%
HSB/HSV320°46.49%89.41%
CMYK0.00%46.49%15.79%
10.59%

Color #E47AC0 in popluar number systems.

HEXE47AC0
Decimal228122192
Binary11100100111101011000000
Octal344172300

Shades and tints

Shades of #E47AC0

#E47AC0
(228,122,192)
#D06FAF
(208,111,175)
#BC649E
(188,100,158)
#A8598D
(168,89,141)
#944E7C
(148,78,124)
#80436B
(128,67,107)
#6C385A
(108,56,90)
#582D49
(88,45,73)
#442238
(68,34,56)
#301727
(48,23,39)
#1C0C16
(28,12,22)
#000000
(0,0,0)

Tints of #E47AC0

#E47AC0
(228,122,192)
#E686C5
(230,134,197)
#E892CA
(232,146,202)
#EA9ECF
(234,158,207)
#ECAAD4
(236,170,212)
#EEB6D9
(238,182,217)
#F0C2DE
(240,194,222)
#F2CEE3
(242,206,227)
#F4DAE8
(244,218,232)
#F6E6ED
(246,230,237)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47AC0 color. Also use rgb(228,122,192) instead hex code.

Text Font Color

.myTextColor { color: #E47AC0; }

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

This text font color is #E47AC0.


Background Color

.myBgColor { background-color: #E47AC0; }

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

This div background color is #E47AC0.


Border color

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

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

This div border color is #E47AC0.


Opacity

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

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

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

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

This text has shadow with #E47AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47AC0 on black background.


Color preview on white background

This text has color #E47AC0 on white background.



Black color preview on #E47AC0 background

This text has black color on #E47AC0 background.


White color preview on #E47AC0 background

This text has white color on #E47AC0 background.