COLOR #E49084

HEX: #E49084
RGB: (228,144,132)

Color info

#E49084 contains mainly red color. Web safe color of #E49084 is #CC9999 (or #C99).

RGB color model

#E49084 color RGB value is (228,144,132).

  • red value is 228;
  • green value is 144;
  • blue value is 132.
RGB:
(228,144,132)
(89%,56%,52%)

RGB channels and saturation

R 228 of 255 = 89%
G 144 of 255 = 56%
B 132 of 255 = 52%

228
144
132

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

Portions of RGB colors in percentages

R + G + B =
228 + 144 + 132 = 504 (100%)
R 228 of 504 ~ 45.24%
G 144 of 504 ~ 28.57%
B 132 of 504 ~ 26.19%

%45.24
%28.57
%26.19

CMYK color model

#E49084 color CMYK value is (0,37,42,11).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 42.11%
  • key color value is 10.59%
CMYK:
(0,37,42,11)
C0M37Y42K11 
(0%,37%,42%,11%)
(0.00/0.37/0.42/0.11)	

CMYK percentages

%0
%36.84
%42.11
%10.59

Codes

Color #E49084 in popluar color models

E49084
RGB228144132
HSL64.00%70.59%
HSB/HSV42.11%89.41%
CMYK0.00%36.84%42.11%
10.59%

Color #E49084 in popluar number systems.

HEXE49084
Decimal228144132
Binary111001001001000010000100
Octal344220204

Shades and tints

Shades of #E49084

#E49084
(228,144,132)
#D08378
(208,131,120)
#BC766C
(188,118,108)
#A86960
(168,105,96)
#945C54
(148,92,84)
#804F48
(128,79,72)
#6C423C
(108,66,60)
#583530
(88,53,48)
#442824
(68,40,36)
#301B18
(48,27,24)
#1C0E0C
(28,14,12)
#000000
(0,0,0)

Tints of #E49084

#E49084
(228,144,132)
#E69A8F
(230,154,143)
#E8A49A
(232,164,154)
#EAAEA5
(234,174,165)
#ECB8B0
(236,184,176)
#EEC2BB
(238,194,187)
#F0CCC6
(240,204,198)
#F2D6D1
(242,214,209)
#F4E0DC
(244,224,220)
#F6EAE7
(246,234,231)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49084 color. Also use rgb(228,144,132) instead hex code.

Text Font Color

.myTextColor { color: #E49084; }

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

This text font color is #E49084.


Background Color

.myBgColor { background-color: #E49084; }

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

This div background color is #E49084.


Border color

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

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

This div border color is #E49084.


Opacity

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

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

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

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

This text has shadow with #E49084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49084 on black background.


Color preview on white background

This text has color #E49084 on white background.



Black color preview on #E49084 background

This text has black color on #E49084 background.


White color preview on #E49084 background

This text has white color on #E49084 background.