COLOR #E49088

HEX: #E49088
RGB: (228,144,136)

Color info

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

RGB color model

#E49088 color RGB value is (228,144,136).

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

RGB channels and saturation

R 228 of 255 = 89%
G 144 of 255 = 56%
B 136 of 255 = 53%

228
144
136

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

Portions of RGB colors in percentages

R + G + B =
228 + 144 + 136 = 508 (100%)
R 228 of 508 ~ 44.88%
G 144 of 508 ~ 28.35%
B 136 of 508 ~ 26.77%

%44.88
%28.35
%26.77

CMYK color model

#E49088 color CMYK value is (0,37,40,11).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 40.35%
  • key color value is 10.59%
CMYK:
(0,37,40,11)
C0M37Y40K11 
(0%,37%,40%,11%)
(0.00/0.37/0.40/0.11)	

CMYK percentages

%0
%36.84
%40.35
%10.59

Codes

Color #E49088 in popluar color models

E49088
RGB228144136
HSL63.01%71.37%
HSB/HSV40.35%89.41%
CMYK0.00%36.84%40.35%
10.59%

Color #E49088 in popluar number systems.

HEXE49088
Decimal228144136
Binary111001001001000010001000
Octal344220210

Shades and tints

Shades of #E49088

#E49088
(228,144,136)
#D0837C
(208,131,124)
#BC7670
(188,118,112)
#A86964
(168,105,100)
#945C58
(148,92,88)
#804F4C
(128,79,76)
#6C4240
(108,66,64)
#583534
(88,53,52)
#442828
(68,40,40)
#301B1C
(48,27,28)
#1C0E10
(28,14,16)
#000000
(0,0,0)

Tints of #E49088

#E49088
(228,144,136)
#E69A92
(230,154,146)
#E8A49C
(232,164,156)
#EAAEA6
(234,174,166)
#ECB8B0
(236,184,176)
#EEC2BA
(238,194,186)
#F0CCC4
(240,204,196)
#F2D6CE
(242,214,206)
#F4E0D8
(244,224,216)
#F6EAE2
(246,234,226)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49088; }

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

This text font color is #E49088.


Background Color

.myBgColor { background-color: #E49088; }

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

This div background color is #E49088.


Border color

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

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

This div border color is #E49088.


Opacity

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

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

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

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

This text has shadow with #E49088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49088 on black background.


Color preview on white background

This text has color #E49088 on white background.



Black color preview on #E49088 background

This text has black color on #E49088 background.


White color preview on #E49088 background

This text has white color on #E49088 background.