COLOR #E17E86

HEX: #E17E86
RGB: (225,126,134)

Color info

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

RGB color model

#E17E86 color RGB value is (225,126,134).

  • red value is 225;
  • green value is 126;
  • blue value is 134.
RGB:
(225,126,134)
(88%,49%,53%)

RGB channels and saturation

R 225 of 255 = 88%
G 126 of 255 = 49%
B 134 of 255 = 53%

225
126
134

R + G + B ~ 63%. #E17E86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 126 + 134 = 485 (100%)
R 225 of 485 ~ 46.39%
G 126 of 485 ~ 25.98%
B 134 of 485 ~ 27.63%

%46.39
%25.98
%27.63

CMYK color model

#E17E86 color CMYK value is (0,44,40,12).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 40.44%
  • key color value is 11.76%
CMYK:
(0,44,40,12)
C0M44Y40K12 
(0%,44%,40%,12%)
(0.00/0.44/0.40/0.12)	

CMYK percentages

%0
%44
%40.44
%11.76

Codes

Color #E17E86 in popluar color models

E17E86
RGB225126134
HSL355°62.26%68.82%
HSB/HSV355°44.00%88.24%
CMYK0.00%44.00%40.44%
11.76%

Color #E17E86 in popluar number systems.

HEXE17E86
Decimal225126134
Binary11100001111111010000110
Octal341176206

Shades and tints

Shades of #E17E86

#E17E86
(225,126,134)
#CD737A
(205,115,122)
#B9686E
(185,104,110)
#A55D62
(165,93,98)
#915256
(145,82,86)
#7D474A
(125,71,74)
#693C3E
(105,60,62)
#553132
(85,49,50)
#412626
(65,38,38)
#2D1B1A
(45,27,26)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #E17E86

#E17E86
(225,126,134)
#E38991
(227,137,145)
#E5949C
(229,148,156)
#E79FA7
(231,159,167)
#E9AAB2
(233,170,178)
#EBB5BD
(235,181,189)
#EDC0C8
(237,192,200)
#EFCBD3
(239,203,211)
#F1D6DE
(241,214,222)
#F3E1E9
(243,225,233)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17E86 color. Also use rgb(225,126,134) instead hex code.

Text Font Color

.myTextColor { color: #E17E86; }

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

This text font color is #E17E86.


Background Color

.myBgColor { background-color: #E17E86; }

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

This div background color is #E17E86.


Border color

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

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

This div border color is #E17E86.


Opacity

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

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

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

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

This text has shadow with #E17E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17E86 on black background.


Color preview on white background

This text has color #E17E86 on white background.



Black color preview on #E17E86 background

This text has black color on #E17E86 background.


White color preview on #E17E86 background

This text has white color on #E17E86 background.