COLOR #E47C96

HEX: #E47C96
RGB: (228,124,150)

Color info

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

RGB color model

#E47C96 color RGB value is (228,124,150).

  • red value is 228;
  • green value is 124;
  • blue value is 150.
RGB:
(228,124,150)
(89%,49%,59%)

RGB channels and saturation

R 228 of 255 = 89%
G 124 of 255 = 49%
B 150 of 255 = 59%

228
124
150

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

Portions of RGB colors in percentages

R + G + B =
228 + 124 + 150 = 502 (100%)
R 228 of 502 ~ 45.42%
G 124 of 502 ~ 24.7%
B 150 of 502 ~ 29.88%

%45.42
%24.7
%29.88

CMYK color model

#E47C96 color CMYK value is (0,46,34,11).

  • cyan value is 0.00%
  • magenta value is 45.61%
  • yellow value is 34.21%
  • key color value is 10.59%
CMYK:
(0,46,34,11)
C0M46Y34K11 
(0%,46%,34%,11%)
(0.00/0.46/0.34/0.11)	

CMYK percentages

%0
%45.61
%34.21
%10.59

Codes

Color #E47C96 in popluar color models

E47C96
RGB228124150
HSL345°65.82%69.02%
HSB/HSV345°45.61%89.41%
CMYK0.00%45.61%34.21%
10.59%

Color #E47C96 in popluar number systems.

HEXE47C96
Decimal228124150
Binary11100100111110010010110
Octal344174226

Shades and tints

Shades of #E47C96

#E47C96
(228,124,150)
#D07189
(208,113,137)
#BC667C
(188,102,124)
#A85B6F
(168,91,111)
#945062
(148,80,98)
#804555
(128,69,85)
#6C3A48
(108,58,72)
#582F3B
(88,47,59)
#44242E
(68,36,46)
#301921
(48,25,33)
#1C0E14
(28,14,20)
#000000
(0,0,0)

Tints of #E47C96

#E47C96
(228,124,150)
#E6879F
(230,135,159)
#E892A8
(232,146,168)
#EA9DB1
(234,157,177)
#ECA8BA
(236,168,186)
#EEB3C3
(238,179,195)
#F0BECC
(240,190,204)
#F2C9D5
(242,201,213)
#F4D4DE
(244,212,222)
#F6DFE7
(246,223,231)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47C96 color. Also use rgb(228,124,150) instead hex code.

Text Font Color

.myTextColor { color: #E47C96; }

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

This text font color is #E47C96.


Background Color

.myBgColor { background-color: #E47C96; }

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

This div background color is #E47C96.


Border color

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

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

This div border color is #E47C96.


Opacity

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

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

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

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

This text has shadow with #E47C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47C96 on black background.


Color preview on white background

This text has color #E47C96 on white background.



Black color preview on #E47C96 background

This text has black color on #E47C96 background.


White color preview on #E47C96 background

This text has white color on #E47C96 background.