COLOR #E38987

HEX: #E38987
RGB: (227,137,135)

Color info

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

RGB color model

#E38987 color RGB value is (227,137,135).

  • red value is 227;
  • green value is 137;
  • blue value is 135.
RGB:
(227,137,135)
(89%,54%,53%)

RGB channels and saturation

R 227 of 255 = 89%
G 137 of 255 = 54%
B 135 of 255 = 53%

227
137
135

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

Portions of RGB colors in percentages

R + G + B =
227 + 137 + 135 = 499 (100%)
R 227 of 499 ~ 45.49%
G 137 of 499 ~ 27.45%
B 135 of 499 ~ 27.05%

%45.49
%27.45
%27.05

CMYK color model

#E38987 color CMYK value is (0,40,41,11).

  • cyan value is 0.00%
  • magenta value is 39.65%
  • yellow value is 40.53%
  • key color value is 10.98%
CMYK:
(0,40,41,11)
C0M40Y41K11 
(0%,40%,41%,11%)
(0.00/0.40/0.41/0.11)	

CMYK percentages

%0
%39.65
%40.53
%10.98

Codes

Color #E38987 in popluar color models

E38987
RGB227137135
HSL62.16%70.98%
HSB/HSV40.53%89.02%
CMYK0.00%39.65%40.53%
10.98%

Color #E38987 in popluar number systems.

HEXE38987
Decimal227137135
Binary111000111000100110000111
Octal343211207

Shades and tints

Shades of #E38987

#E38987
(227,137,135)
#CF7D7B
(207,125,123)
#BB716F
(187,113,111)
#A76563
(167,101,99)
#935957
(147,89,87)
#7F4D4B
(127,77,75)
#6B413F
(107,65,63)
#573533
(87,53,51)
#432927
(67,41,39)
#2F1D1B
(47,29,27)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #E38987

#E38987
(227,137,135)
#E59391
(229,147,145)
#E79D9B
(231,157,155)
#E9A7A5
(233,167,165)
#EBB1AF
(235,177,175)
#EDBBB9
(237,187,185)
#EFC5C3
(239,197,195)
#F1CFCD
(241,207,205)
#F3D9D7
(243,217,215)
#F5E3E1
(245,227,225)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38987 color. Also use rgb(227,137,135) instead hex code.

Text Font Color

.myTextColor { color: #E38987; }

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

This text font color is #E38987.


Background Color

.myBgColor { background-color: #E38987; }

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

This div background color is #E38987.


Border color

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

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

This div border color is #E38987.


Opacity

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

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

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

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

This text has shadow with #E38987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38987 on black background.


Color preview on white background

This text has color #E38987 on white background.



Black color preview on #E38987 background

This text has black color on #E38987 background.


White color preview on #E38987 background

This text has white color on #E38987 background.