COLOR #E47D9B

HEX: #E47D9B RGB: (228,125,155)

Color info

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

RGB color model

#E47D9B color RGB value is (228,125,155).

RGB: (228,125,155) (89%, 49%, 61%)

RGB channels and saturation

R 228 of 255 = 89%
G 125 of 255 = 49%
B 155 of 255 = 61%

228
125
155

R + G + B ~ 66%. #E47D9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 125 + 155 = 508 (100%)
R 228 of 508 ~ 44.88%
G 125 of 508 ~ 24.61%
B 155 of 508 ~ 30.51'%

%44.88
%24.61
%30.51

CMYK color model

#E47D9B color CMYK value is (0,45,32,11).

  • cyan value is 0.00%
  • magenta value is 45.18%
  • yellow value is 32.02%
  • key color value is 10.59%

CMYK: (0,45,32,11)
C0M45Y32K11 (0%, 45%, 32%, 11%)
(0.00 / 0.45 / 0.32 / 0.11)

CMYK percentages

%0
%45.18
%32.02
%10.59

Codes

Color #E47D9B in popluar color models

E4 7D 9B
RGB 228 125 155
HSL 343° 65.61% 69.22%
HSB/HSV 343° 45.18% 89.41%
CMYK 0.00% 45.18% 32.02%
10.59%

Color #E47D9B in popluar number systems.

HEX E4 7D 9B
Decimal 228 125 155
Binary 11100100 1111101 10011011
Octal 344 175 233

Shades and tints

Shades of #E47D9B

#E47D9B
(228,125,155)
#D0728D
(208,114,141)
#BC677F
(188,103,127)
#A85C71
(168,92,113)
#945163
(148,81,99)
#804655
(128,70,85)
#6C3B47
(108,59,71)
#583039
(88,48,57)
#44252B
(68,37,43)
#301A1D
(48,26,29)
#1C0F0F
(28,15,15)
#000000
(0,0,0)

Tints of #E47D9B

#E47D9B
(228,125,155)
#E688A4
(230,136,164)
#E893AD
(232,147,173)
#EA9EB6
(234,158,182)
#ECA9BF
(236,169,191)
#EEB4C8
(238,180,200)
#F0BFD1
(240,191,209)
#F2CADA
(242,202,218)
#F4D5E3
(244,213,227)
#F6E0EC
(246,224,236)
#F8EBF5
(248,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E47D9B; }

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

This text font color is #E47D9B.

Background Color

.myBgColor { background-color: #E47D9B; }

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

This div background color is #E47D9B.

Border color

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

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

This div border color is #E47D9B.

Opacity

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

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

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

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

This text has shadow with #E47D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E47D9B.

Preview

Color preview on black background

This text has color #E47D9B on black background.


Color preview on white background

This text has color #E47D9B on white background.


Black color preview on #E47D9B background

This text has black color on #E47D9B background.


White color preview on #E47D9B background

This text has white color on #E47D9B background.


Related colors

Complementary color

Complementary color for #hex is #1B8264.


I love getcolorcode.com

Triadic colors

1 #9BE47D and #7D9BE4 with #E47D9B are triadic colors.

2 #9B7DE4 and #7DE49B with #E47D9B are triadic colors.