COLOR #E47B8C

HEX: #E47B8C RGB: (228,123,140)

Color info

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

RGB color model

#E47B8C color RGB value is (228,123,140).

RGB: (228,123,140) (89%, 48%, 55%)

RGB channels and saturation

R 228 of 255 = 89%
G 123 of 255 = 48%
B 140 of 255 = 55%

228
123
140

R + G + B ~ 64%. #E47B8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 123 + 140 = 491 (100%)
R 228 of 491 ~ 46.44%
G 123 of 491 ~ 25.05%
B 140 of 491 ~ 28.51'%

%46.44
%25.05
%28.51

CMYK color model

#E47B8C color CMYK value is (0,46,39,11).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 38.60%
  • key color value is 10.59%

CMYK: (0,46,39,11)
C0M46Y39K11 (0%, 46%, 39%, 11%)
(0.00 / 0.46 / 0.39 / 0.11)

CMYK percentages

%0
%46.05
%38.6
%10.59

Codes

Color #E47B8C in popluar color models

E4 7B 8C
RGB 228 123 140
HSL 350° 66.04% 68.82%
HSB/HSV 350° 46.05% 89.41%
CMYK 0.00% 46.05% 38.60%
10.59%

Color #E47B8C in popluar number systems.

HEX E4 7B 8C
Decimal 228 123 140
Binary 11100100 1111011 10001100
Octal 344 173 214

Shades and tints

Shades of #E47B8C

#E47B8C
(228,123,140)
#D07080
(208,112,128)
#BC6574
(188,101,116)
#A85A68
(168,90,104)
#944F5C
(148,79,92)
#804450
(128,68,80)
#6C3944
(108,57,68)
#582E38
(88,46,56)
#44232C
(68,35,44)
#301820
(48,24,32)
#1C0D14
(28,13,20)
#000000
(0,0,0)

Tints of #E47B8C

#E47B8C
(228,123,140)
#E68796
(230,135,150)
#E893A0
(232,147,160)
#EA9FAA
(234,159,170)
#ECABB4
(236,171,180)
#EEB7BE
(238,183,190)
#F0C3C8
(240,195,200)
#F2CFD2
(242,207,210)
#F4DBDC
(244,219,220)
#F6E7E6
(246,231,230)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47B8C color. Also use rgb(228,123,140) instead hex code.

Text Font Color

.myTextColor { color: #E47B8C; }

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

This text font color is #E47B8C.

Background Color

.myBgColor { background-color: #E47B8C; }

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

This div background color is #E47B8C.

Border color

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

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

This div border color is #E47B8C.

Opacity

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

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

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

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

This text has shadow with #E47B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E47B8C.

Preview

Color preview on black background

This text has color #E47B8C on black background.


Color preview on white background

This text has color #E47B8C on white background.


Black color preview on #E47B8C background

This text has black color on #E47B8C background.


White color preview on #E47B8C background

This text has white color on #E47B8C background.


Related colors

Complementary color

Complementary color for #hex is #1B8473.


I love getcolorcode.com

Triadic colors

1 #8CE47B and #7B8CE4 with #E47B8C are triadic colors.

2 #8C7BE4 and #7BE48C with #E47B8C are triadic colors.