COLOR #E38197

HEX: #E38197
RGB: (227,129,151)

Color info

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

RGB color model

#E38197 color RGB value is (227,129,151).

  • red value is 227;
  • green value is 129;
  • blue value is 151.
RGB:
(227,129,151)
(89%,51%,59%)

RGB channels and saturation

R 227 of 255 = 89%
G 129 of 255 = 51%
B 151 of 255 = 59%

227
129
151

R + G + B ~ 66%. #E38197 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 129 + 151 = 507 (100%)
R 227 of 507 ~ 44.77%
G 129 of 507 ~ 25.44%
B 151 of 507 ~ 29.78%

%44.77
%25.44
%29.78

CMYK color model

#E38197 color CMYK value is (0,43,33,11).

  • cyan value is 0.00%
  • magenta value is 43.17%
  • yellow value is 33.48%
  • key color value is 10.98%
CMYK:
(0,43,33,11)
C0M43Y33K11 
(0%,43%,33%,11%)
(0.00/0.43/0.33/0.11)	

CMYK percentages

%0
%43.17
%33.48
%10.98

Codes

Color #E38197 in popluar color models

E38197
RGB227129151
HSL347°63.64%69.80%
HSB/HSV347°43.17%89.02%
CMYK0.00%43.17%33.48%
10.98%

Color #E38197 in popluar number systems.

HEXE38197
Decimal227129151
Binary111000111000000110010111
Octal343201227

Shades and tints

Shades of #E38197

#E38197
(227,129,151)
#CF768A
(207,118,138)
#BB6B7D
(187,107,125)
#A76070
(167,96,112)
#935563
(147,85,99)
#7F4A56
(127,74,86)
#6B3F49
(107,63,73)
#57343C
(87,52,60)
#43292F
(67,41,47)
#2F1E22
(47,30,34)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #E38197

#E38197
(227,129,151)
#E58CA0
(229,140,160)
#E797A9
(231,151,169)
#E9A2B2
(233,162,178)
#EBADBB
(235,173,187)
#EDB8C4
(237,184,196)
#EFC3CD
(239,195,205)
#F1CED6
(241,206,214)
#F3D9DF
(243,217,223)
#F5E4E8
(245,228,232)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38197 color. Also use rgb(227,129,151) instead hex code.

Text Font Color

.myTextColor { color: #E38197; }

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

This text font color is #E38197.


Background Color

.myBgColor { background-color: #E38197; }

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

This div background color is #E38197.


Border color

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

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

This div border color is #E38197.


Opacity

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

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

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

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

This text has shadow with #E38197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38197 on black background.


Color preview on white background

This text has color #E38197 on white background.



Black color preview on #E38197 background

This text has black color on #E38197 background.


White color preview on #E38197 background

This text has white color on #E38197 background.