COLOR #E38681

HEX: #E38681
RGB: (227,134,129)

Color info

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

RGB color model

#E38681 color RGB value is (227,134,129).

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

RGB channels and saturation

R 227 of 255 = 89%
G 134 of 255 = 53%
B 129 of 255 = 51%

227
134
129

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

Portions of RGB colors in percentages

R + G + B =
227 + 134 + 129 = 490 (100%)
R 227 of 490 ~ 46.33%
G 134 of 490 ~ 27.35%
B 129 of 490 ~ 26.33%

%46.33
%27.35
%26.33

CMYK color model

#E38681 color CMYK value is (0,41,43,11).

  • cyan value is 0.00%
  • magenta value is 40.97%
  • yellow value is 43.17%
  • key color value is 10.98%
CMYK:
(0,41,43,11)
C0M41Y43K11 
(0%,41%,43%,11%)
(0.00/0.41/0.43/0.11)	

CMYK percentages

%0
%40.97
%43.17
%10.98

Codes

Color #E38681 in popluar color models

E38681
RGB227134129
HSL63.64%69.80%
HSB/HSV43.17%89.02%
CMYK0.00%40.97%43.17%
10.98%

Color #E38681 in popluar number systems.

HEXE38681
Decimal227134129
Binary111000111000011010000001
Octal343206201

Shades and tints

Shades of #E38681

#E38681
(227,134,129)
#CF7A76
(207,122,118)
#BB6E6B
(187,110,107)
#A76260
(167,98,96)
#935655
(147,86,85)
#7F4A4A
(127,74,74)
#6B3E3F
(107,62,63)
#573234
(87,50,52)
#432629
(67,38,41)
#2F1A1E
(47,26,30)
#1B0E13
(27,14,19)
#000000
(0,0,0)

Tints of #E38681

#E38681
(227,134,129)
#E5918C
(229,145,140)
#E79C97
(231,156,151)
#E9A7A2
(233,167,162)
#EBB2AD
(235,178,173)
#EDBDB8
(237,189,184)
#EFC8C3
(239,200,195)
#F1D3CE
(241,211,206)
#F3DED9
(243,222,217)
#F5E9E4
(245,233,228)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E38681; }

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

This text font color is #E38681.


Background Color

.myBgColor { background-color: #E38681; }

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

This div background color is #E38681.


Border color

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

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

This div border color is #E38681.


Opacity

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

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

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

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

This text has shadow with #E38681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38681 on black background.


Color preview on white background

This text has color #E38681 on white background.



Black color preview on #E38681 background

This text has black color on #E38681 background.


White color preview on #E38681 background

This text has white color on #E38681 background.