COLOR #E0838B

HEX: #E0838B
RGB: (224,131,139)

Color info

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

RGB color model

#E0838B color RGB value is (224,131,139).

  • red value is 224;
  • green value is 131;
  • blue value is 139.
RGB:
(224,131,139)
(88%,51%,55%)

RGB channels and saturation

R 224 of 255 = 88%
G 131 of 255 = 51%
B 139 of 255 = 55%

224
131
139

R + G + B ~ 65%. #E0838B is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 131 + 139 = 494 (100%)
R 224 of 494 ~ 45.34%
G 131 of 494 ~ 26.52%
B 139 of 494 ~ 28.14%

%45.34
%26.52
%28.14

CMYK color model

#E0838B color CMYK value is (0,42,38,12).

  • cyan value is 0.00%
  • magenta value is 41.52%
  • yellow value is 37.95%
  • key color value is 12.16%
CMYK:
(0,42,38,12)
C0M42Y38K12 
(0%,42%,38%,12%)
(0.00/0.42/0.38/0.12)	

CMYK percentages

%0
%41.52
%37.95
%12.16

Codes

Color #E0838B in popluar color models

E0838B
RGB224131139
HSL355°60.00%69.61%
HSB/HSV355°41.52%87.84%
CMYK0.00%41.52%37.95%
12.16%

Color #E0838B in popluar number systems.

HEXE0838B
Decimal224131139
Binary111000001000001110001011
Octal340203213

Shades and tints

Shades of #E0838B

#E0838B
(224,131,139)
#CC787F
(204,120,127)
#B86D73
(184,109,115)
#A46267
(164,98,103)
#90575B
(144,87,91)
#7C4C4F
(124,76,79)
#684143
(104,65,67)
#543637
(84,54,55)
#402B2B
(64,43,43)
#2C201F
(44,32,31)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #E0838B

#E0838B
(224,131,139)
#E28E95
(226,142,149)
#E4999F
(228,153,159)
#E6A4A9
(230,164,169)
#E8AFB3
(232,175,179)
#EABABD
(234,186,189)
#ECC5C7
(236,197,199)
#EED0D1
(238,208,209)
#F0DBDB
(240,219,219)
#F2E6E5
(242,230,229)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0838B color. Also use rgb(224,131,139) instead hex code.

Text Font Color

.myTextColor { color: #E0838B; }

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

This text font color is #E0838B.


Background Color

.myBgColor { background-color: #E0838B; }

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

This div background color is #E0838B.


Border color

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

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

This div border color is #E0838B.


Opacity

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

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

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

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

This text has shadow with #E0838B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0838B on black background.


Color preview on white background

This text has color #E0838B on white background.



Black color preview on #E0838B background

This text has black color on #E0838B background.


White color preview on #E0838B background

This text has white color on #E0838B background.