COLOR #E47DBA

HEX: #E47DBA
RGB: (228,125,186)

Color info

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

RGB color model

#E47DBA color RGB value is (228,125,186).

  • red value is 228;
  • green value is 125;
  • blue value is 186.
RGB:
(228,125,186)
(89%,49%,73%)

RGB channels and saturation

R 228 of 255 = 89%
G 125 of 255 = 49%
B 186 of 255 = 73%

228
125
186

R + G + B ~ 70%. #E47DBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 125 + 186 = 539 (100%)
R 228 of 539 ~ 42.3%
G 125 of 539 ~ 23.19%
B 186 of 539 ~ 34.51%

%42.3
%23.19
%34.51

CMYK color model

#E47DBA color CMYK value is (0,45,18,11).

  • cyan value is 0.00%
  • magenta value is 45.18%
  • yellow value is 18.42%
  • key color value is 10.59%
CMYK:
(0,45,18,11)
C0M45Y18K11 
(0%,45%,18%,11%)
(0.00/0.45/0.18/0.11)	

CMYK percentages

%0
%45.18
%18.42
%10.59

Codes

Color #E47DBA in popluar color models

E47DBA
RGB228125186
HSL324°65.61%69.22%
HSB/HSV324°45.18%89.41%
CMYK0.00%45.18%18.42%
10.59%

Color #E47DBA in popluar number systems.

HEXE47DBA
Decimal228125186
Binary11100100111110110111010
Octal344175272

Shades and tints

Shades of #E47DBA

#E47DBA
(228,125,186)
#D072AA
(208,114,170)
#BC679A
(188,103,154)
#A85C8A
(168,92,138)
#94517A
(148,81,122)
#80466A
(128,70,106)
#6C3B5A
(108,59,90)
#58304A
(88,48,74)
#44253A
(68,37,58)
#301A2A
(48,26,42)
#1C0F1A
(28,15,26)
#000000
(0,0,0)

Tints of #E47DBA

#E47DBA
(228,125,186)
#E688C0
(230,136,192)
#E893C6
(232,147,198)
#EA9ECC
(234,158,204)
#ECA9D2
(236,169,210)
#EEB4D8
(238,180,216)
#F0BFDE
(240,191,222)
#F2CAE4
(242,202,228)
#F4D5EA
(244,213,234)
#F6E0F0
(246,224,240)
#F8EBF6
(248,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47DBA color. Also use rgb(228,125,186) instead hex code.

Text Font Color

.myTextColor { color: #E47DBA; }

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

This text font color is #E47DBA.


Background Color

.myBgColor { background-color: #E47DBA; }

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

This div background color is #E47DBA.


Border color

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

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

This div border color is #E47DBA.


Opacity

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

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

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

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

This text has shadow with #E47DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47DBA on black background.


Color preview on white background

This text has color #E47DBA on white background.



Black color preview on #E47DBA background

This text has black color on #E47DBA background.


White color preview on #E47DBA background

This text has white color on #E47DBA background.