COLOR #E38086

HEX: #E38086
RGB: (227,128,134)

Color info

#E38086 contains mainly red color. Web safe color of #E38086 is #CC6699 (or #C69).

RGB color model

#E38086 color RGB value is (227,128,134).

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

RGB channels and saturation

R 227 of 255 = 89%
G 128 of 255 = 50%
B 134 of 255 = 53%

227
128
134

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

Portions of RGB colors in percentages

R + G + B =
227 + 128 + 134 = 489 (100%)
R 227 of 489 ~ 46.42%
G 128 of 489 ~ 26.18%
B 134 of 489 ~ 27.4%

%46.42
%26.18
%27.4

CMYK color model

#E38086 color CMYK value is (0,44,41,11).

  • cyan value is 0.00%
  • magenta value is 43.61%
  • yellow value is 40.97%
  • key color value is 10.98%
CMYK:
(0,44,41,11)
C0M44Y41K11 
(0%,44%,41%,11%)
(0.00/0.44/0.41/0.11)	

CMYK percentages

%0
%43.61
%40.97
%10.98

Codes

Color #E38086 in popluar color models

E38086
RGB227128134
HSL356°63.87%69.61%
HSB/HSV356°43.61%89.02%
CMYK0.00%43.61%40.97%
10.98%

Color #E38086 in popluar number systems.

HEXE38086
Decimal227128134
Binary111000111000000010000110
Octal343200206

Shades and tints

Shades of #E38086

#E38086
(227,128,134)
#CF757A
(207,117,122)
#BB6A6E
(187,106,110)
#A75F62
(167,95,98)
#935456
(147,84,86)
#7F494A
(127,73,74)
#6B3E3E
(107,62,62)
#573332
(87,51,50)
#432826
(67,40,38)
#2F1D1A
(47,29,26)
#1B120E
(27,18,14)
#000000
(0,0,0)

Tints of #E38086

#E38086
(227,128,134)
#E58B91
(229,139,145)
#E7969C
(231,150,156)
#E9A1A7
(233,161,167)
#EBACB2
(235,172,178)
#EDB7BD
(237,183,189)
#EFC2C8
(239,194,200)
#F1CDD3
(241,205,211)
#F3D8DE
(243,216,222)
#F5E3E9
(245,227,233)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E38086; }

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

This text font color is #E38086.


Background Color

.myBgColor { background-color: #E38086; }

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

This div background color is #E38086.


Border color

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

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

This div border color is #E38086.


Opacity

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

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

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

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

This text has shadow with #E38086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38086 on black background.


Color preview on white background

This text has color #E38086 on white background.



Black color preview on #E38086 background

This text has black color on #E38086 background.


White color preview on #E38086 background

This text has white color on #E38086 background.