COLOR #E47169

HEX: #E47169
RGB: (228,113,105)

Color info

#E47169 contains mainly red color. Web safe color of #E47169 is #CC6666 (or #C66).

RGB color model

#E47169 color RGB value is (228,113,105).

  • red value is 228;
  • green value is 113;
  • blue value is 105.
RGB:
(228,113,105)
(89%,44%,41%)

RGB channels and saturation

R 228 of 255 = 89%
G 113 of 255 = 44%
B 105 of 255 = 41%

228
113
105

R + G + B ~ 58%. #E47169 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
228 + 113 + 105 = 446 (100%)
R 228 of 446 ~ 51.12%
G 113 of 446 ~ 25.34%
B 105 of 446 ~ 23.54%

%51.12
%25.34
%23.54

CMYK color model

#E47169 color CMYK value is (0,50,54,11).

  • cyan value is 0.00%
  • magenta value is 50.44%
  • yellow value is 53.95%
  • key color value is 10.59%
CMYK:
(0,50,54,11)
C0M50Y54K11 
(0%,50%,54%,11%)
(0.00/0.50/0.54/0.11)	

CMYK percentages

%0
%50.44
%53.95
%10.59

Codes

Color #E47169 in popluar color models

E47169
RGB228113105
HSL69.49%65.29%
HSB/HSV53.95%89.41%
CMYK0.00%50.44%53.95%
10.59%

Color #E47169 in popluar number systems.

HEXE47169
Decimal228113105
Binary1110010011100011101001
Octal344161151

Shades and tints

Shades of #E47169

#E47169
(228,113,105)
#D06760
(208,103,96)
#BC5D57
(188,93,87)
#A8534E
(168,83,78)
#944945
(148,73,69)
#803F3C
(128,63,60)
#6C3533
(108,53,51)
#582B2A
(88,43,42)
#442121
(68,33,33)
#301718
(48,23,24)
#1C0D0F
(28,13,15)
#000000
(0,0,0)

Tints of #E47169

#E47169
(228,113,105)
#E67D76
(230,125,118)
#E88983
(232,137,131)
#EA9590
(234,149,144)
#ECA19D
(236,161,157)
#EEADAA
(238,173,170)
#F0B9B7
(240,185,183)
#F2C5C4
(242,197,196)
#F4D1D1
(244,209,209)
#F6DDDE
(246,221,222)
#F8E9EB
(248,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47169 color. Also use rgb(228,113,105) instead hex code.

Text Font Color

.myTextColor { color: #E47169; }

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

This text font color is #E47169.


Background Color

.myBgColor { background-color: #E47169; }

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

This div background color is #E47169.


Border color

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

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

This div border color is #E47169.


Opacity

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

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

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

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

This text has shadow with #E47169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47169 on black background.


Color preview on white background

This text has color #E47169 on white background.



Black color preview on #E47169 background

This text has black color on #E47169 background.


White color preview on #E47169 background

This text has white color on #E47169 background.