COLOR #E18983

HEX: #E18983
RGB: (225,137,131)

Color info

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

RGB color model

#E18983 color RGB value is (225,137,131).

  • red value is 225;
  • green value is 137;
  • blue value is 131.
RGB:
(225,137,131)
(88%,54%,51%)

RGB channels and saturation

R 225 of 255 = 88%
G 137 of 255 = 54%
B 131 of 255 = 51%

225
137
131

R + G + B ~ 64%. #E18983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 137 + 131 = 493 (100%)
R 225 of 493 ~ 45.64%
G 137 of 493 ~ 27.79%
B 131 of 493 ~ 26.57%

%45.64
%27.79
%26.57

CMYK color model

#E18983 color CMYK value is (0,39,42,12).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 41.78%
  • key color value is 11.76%
CMYK:
(0,39,42,12)
C0M39Y42K12 
(0%,39%,42%,12%)
(0.00/0.39/0.42/0.12)	

CMYK percentages

%0
%39.11
%41.78
%11.76

Codes

Color #E18983 in popluar color models

E18983
RGB225137131
HSL61.04%69.80%
HSB/HSV41.78%88.24%
CMYK0.00%39.11%41.78%
11.76%

Color #E18983 in popluar number systems.

HEXE18983
Decimal225137131
Binary111000011000100110000011
Octal341211203

Shades and tints

Shades of #E18983

#E18983
(225,137,131)
#CD7D78
(205,125,120)
#B9716D
(185,113,109)
#A56562
(165,101,98)
#915957
(145,89,87)
#7D4D4C
(125,77,76)
#694141
(105,65,65)
#553536
(85,53,54)
#41292B
(65,41,43)
#2D1D20
(45,29,32)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #E18983

#E18983
(225,137,131)
#E3938E
(227,147,142)
#E59D99
(229,157,153)
#E7A7A4
(231,167,164)
#E9B1AF
(233,177,175)
#EBBBBA
(235,187,186)
#EDC5C5
(237,197,197)
#EFCFD0
(239,207,208)
#F1D9DB
(241,217,219)
#F3E3E6
(243,227,230)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18983 color. Also use rgb(225,137,131) instead hex code.

Text Font Color

.myTextColor { color: #E18983; }

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

This text font color is #E18983.


Background Color

.myBgColor { background-color: #E18983; }

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

This div background color is #E18983.


Border color

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

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

This div border color is #E18983.


Opacity

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

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

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

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

This text has shadow with #E18983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18983 on black background.


Color preview on white background

This text has color #E18983 on white background.



Black color preview on #E18983 background

This text has black color on #E18983 background.


White color preview on #E18983 background

This text has white color on #E18983 background.