COLOR #E38893

HEX: #E38893
RGB: (227,136,147)

Color info

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

RGB color model

#E38893 color RGB value is (227,136,147).

  • red value is 227;
  • green value is 136;
  • blue value is 147.
RGB:
(227,136,147)
(89%,53%,58%)

RGB channels and saturation

R 227 of 255 = 89%
G 136 of 255 = 53%
B 147 of 255 = 58%

227
136
147

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

Portions of RGB colors in percentages

R + G + B =
227 + 136 + 147 = 510 (100%)
R 227 of 510 ~ 44.51%
G 136 of 510 ~ 26.67%
B 147 of 510 ~ 28.82%

%44.51
%26.67
%28.82

CMYK color model

#E38893 color CMYK value is (0,40,35,11).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 35.24%
  • key color value is 10.98%
CMYK:
(0,40,35,11)
C0M40Y35K11 
(0%,40%,35%,11%)
(0.00/0.40/0.35/0.11)	

CMYK percentages

%0
%40.09
%35.24
%10.98

Codes

Color #E38893 in popluar color models

E38893
RGB227136147
HSL353°61.90%71.18%
HSB/HSV353°40.09%89.02%
CMYK0.00%40.09%35.24%
10.98%

Color #E38893 in popluar number systems.

HEXE38893
Decimal227136147
Binary111000111000100010010011
Octal343210223

Shades and tints

Shades of #E38893

#E38893
(227,136,147)
#CF7C86
(207,124,134)
#BB7079
(187,112,121)
#A7646C
(167,100,108)
#93585F
(147,88,95)
#7F4C52
(127,76,82)
#6B4045
(107,64,69)
#573438
(87,52,56)
#43282B
(67,40,43)
#2F1C1E
(47,28,30)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #E38893

#E38893
(227,136,147)
#E5929C
(229,146,156)
#E79CA5
(231,156,165)
#E9A6AE
(233,166,174)
#EBB0B7
(235,176,183)
#EDBAC0
(237,186,192)
#EFC4C9
(239,196,201)
#F1CED2
(241,206,210)
#F3D8DB
(243,216,219)
#F5E2E4
(245,226,228)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38893 color. Also use rgb(227,136,147) instead hex code.

Text Font Color

.myTextColor { color: #E38893; }

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

This text font color is #E38893.


Background Color

.myBgColor { background-color: #E38893; }

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

This div background color is #E38893.


Border color

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

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

This div border color is #E38893.


Opacity

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

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

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

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

This text has shadow with #E38893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38893 on black background.


Color preview on white background

This text has color #E38893 on white background.



Black color preview on #E38893 background

This text has black color on #E38893 background.


White color preview on #E38893 background

This text has white color on #E38893 background.