COLOR #E49B9B

HEX: #E49B9B RGB: (228,155,155)

Color info

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

RGB color model

#E49B9B color RGB value is (228,155,155).

RGB: (228,155,155) (89%, 61%, 61%)

RGB channels and saturation

R 228 of 255 = 89%
G 155 of 255 = 61%
B 155 of 255 = 61%

228
155
155

R + G + B ~ 70%. #E49B9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 155 + 155 = 538 (100%)
R 228 of 538 ~ 42.38%
G 155 of 538 ~ 28.81%
B 155 of 538 ~ 28.81'%

%42.38
%28.81
%28.81

CMYK color model

#E49B9B color CMYK value is (0,32,32,11).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 32.02%
  • key color value is 10.59%

CMYK: (0,32,32,11)
C0M32Y32K11 (0%, 32%, 32%, 11%)
(0.00 / 0.32 / 0.32 / 0.11)

CMYK percentages

%0
%32.02
%32.02
%10.59

Codes

Color #E49B9B in popluar color models

E4 9B 9B
RGB 228 155 155
HSL 57.48% 75.10%
HSB/HSV 32.02% 89.41%
CMYK 0.00% 32.02% 32.02%
10.59%

Color #E49B9B in popluar number systems.

HEX E4 9B 9B
Decimal 228 155 155
Binary 11100100 10011011 10011011
Octal 344 233 233

Shades and tints

Shades of #E49B9B

#E49B9B
(228,155,155)
#D08D8D
(208,141,141)
#BC7F7F
(188,127,127)
#A87171
(168,113,113)
#946363
(148,99,99)
#805555
(128,85,85)
#6C4747
(108,71,71)
#583939
(88,57,57)
#442B2B
(68,43,43)
#301D1D
(48,29,29)
#1C0F0F
(28,15,15)
#000000
(0,0,0)

Tints of #E49B9B

#E49B9B
(228,155,155)
#E6A4A4
(230,164,164)
#E8ADAD
(232,173,173)
#EAB6B6
(234,182,182)
#ECBFBF
(236,191,191)
#EEC8C8
(238,200,200)
#F0D1D1
(240,209,209)
#F2DADA
(242,218,218)
#F4E3E3
(244,227,227)
#F6ECEC
(246,236,236)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49B9B; }

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

This text font color is #E49B9B.

Background Color

.myBgColor { background-color: #E49B9B; }

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

This div background color is #E49B9B.

Border color

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

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

This div border color is #E49B9B.

Opacity

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

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

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

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

This text has shadow with #E49B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E49B9B.

Preview

Color preview on black background

This text has color #E49B9B on black background.


Color preview on white background

This text has color #E49B9B on white background.


Black color preview on #E49B9B background

This text has black color on #E49B9B background.


White color preview on #E49B9B background

This text has white color on #E49B9B background.


Related colors

Complementary color

Complementary color for #hex is #1B6464.


I love getcolorcode.com