COLOR #E18D92

HEX: #E18D92
RGB: (225,141,146)

Color info

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

RGB color model

#E18D92 color RGB value is (225,141,146).

  • red value is 225;
  • green value is 141;
  • blue value is 146.
RGB:
(225,141,146)
(88%,55%,57%)

RGB channels and saturation

R 225 of 255 = 88%
G 141 of 255 = 55%
B 146 of 255 = 57%

225
141
146

R + G + B ~ 67%. #E18D92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 141 + 146 = 512 (100%)
R 225 of 512 ~ 43.95%
G 141 of 512 ~ 27.54%
B 146 of 512 ~ 28.52%

%43.95
%27.54
%28.52

CMYK color model

#E18D92 color CMYK value is (0,37,35,12).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 35.11%
  • key color value is 11.76%
CMYK:
(0,37,35,12)
C0M37Y35K12 
(0%,37%,35%,12%)
(0.00/0.37/0.35/0.12)	

CMYK percentages

%0
%37.33
%35.11
%11.76

Codes

Color #E18D92 in popluar color models

E18D92
RGB225141146
HSL356°58.33%71.76%
HSB/HSV356°37.33%88.24%
CMYK0.00%37.33%35.11%
11.76%

Color #E18D92 in popluar number systems.

HEXE18D92
Decimal225141146
Binary111000011000110110010010
Octal341215222

Shades and tints

Shades of #E18D92

#E18D92
(225,141,146)
#CD8185
(205,129,133)
#B97578
(185,117,120)
#A5696B
(165,105,107)
#915D5E
(145,93,94)
#7D5151
(125,81,81)
#694544
(105,69,68)
#553937
(85,57,55)
#412D2A
(65,45,42)
#2D211D
(45,33,29)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #E18D92

#E18D92
(225,141,146)
#E3979B
(227,151,155)
#E5A1A4
(229,161,164)
#E7ABAD
(231,171,173)
#E9B5B6
(233,181,182)
#EBBFBF
(235,191,191)
#EDC9C8
(237,201,200)
#EFD3D1
(239,211,209)
#F1DDDA
(241,221,218)
#F3E7E3
(243,231,227)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18D92 color. Also use rgb(225,141,146) instead hex code.

Text Font Color

.myTextColor { color: #E18D92; }

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

This text font color is #E18D92.


Background Color

.myBgColor { background-color: #E18D92; }

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

This div background color is #E18D92.


Border color

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

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

This div border color is #E18D92.


Opacity

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

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

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

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

This text has shadow with #E18D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18D92 on black background.


Color preview on white background

This text has color #E18D92 on white background.



Black color preview on #E18D92 background

This text has black color on #E18D92 background.


White color preview on #E18D92 background

This text has white color on #E18D92 background.