COLOR #E1714E

HEX: #E1714E RGB: (225,113,78)

Color info

#E1714E contains mainly red color. Web safe color of #E1714E is #CC6666 (or #C66).

RGB color model

#E1714E color RGB value is (225,113,78).

RGB: (225,113,78) (88%, 44%, 31%)

RGB channels and saturation

R 225 of 255 = 88%
G 113 of 255 = 44%
B 78 of 255 = 31%

225
113
78

R + G + B ~ 54%. #E1714E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 225 + 113 + 78 = 416 (100%)
R 225 of 416 ~ 54.09%
G 113 of 416 ~ 27.16%
B 78 of 416 ~ 18.75'%

%54.09
%27.16
%18.75

CMYK color model

#E1714E color CMYK value is (0,50,65,12).

  • cyan value is 0.00%
  • magenta value is 49.78%
  • yellow value is 65.33%
  • key color value is 11.76%

CMYK: (0,50,65,12)
C0M50Y65K12 (0%, 50%, 65%, 12%)
(0.00 / 0.50 / 0.65 / 0.12)

CMYK percentages

%0
%49.78
%65.33
%11.76

Codes

Color #E1714E in popluar color models

E1 71 4E
RGB 225 113 78
HSL 14° 71.01% 59.41%
HSB/HSV 14° 65.33% 88.24%
CMYK 0.00% 49.78% 65.33%
11.76%

Color #E1714E in popluar number systems.

HEX E1 71 4E
Decimal 225 113 78
Binary 11100001 1110001 1001110
Octal 341 161 116

Shades and tints

Shades of #E1714E

#E1714E
(225,113,78)
#CD6747
(205,103,71)
#B95D40
(185,93,64)
#A55339
(165,83,57)
#914932
(145,73,50)
#7D3F2B
(125,63,43)
#693524
(105,53,36)
#552B1D
(85,43,29)
#412116
(65,33,22)
#2D170F
(45,23,15)
#190D08
(25,13,8)
#000000
(0,0,0)

Tints of #E1714E

#E1714E
(225,113,78)
#E37D5E
(227,125,94)
#E5896E
(229,137,110)
#E7957E
(231,149,126)
#E9A18E
(233,161,142)
#EBAD9E
(235,173,158)
#EDB9AE
(237,185,174)
#EFC5BE
(239,197,190)
#F1D1CE
(241,209,206)
#F3DDDE
(243,221,222)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1714E color. Also use rgb(225,113,78) instead hex code.

Text Font Color

.myTextColor { color: #E1714E; }

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

This text font color is #E1714E.

Background Color

.myBgColor { background-color: #E1714E; }

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

This div background color is #E1714E.

Border color

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

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

This div border color is #E1714E.

Opacity

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

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

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

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

This text has shadow with #E1714E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1714E.

Preview

Color preview on black background

This text has color #E1714E on black background.


Color preview on white background

This text has color #E1714E on white background.


Black color preview on #E1714E background

This text has black color on #E1714E background.


White color preview on #E1714E background

This text has white color on #E1714E background.


Related colors

Complementary color

Complementary color for #hex is #1E8EB1.


I love getcolorcode.com

Triadic colors

1 #4EE171 and #714EE1 with #E1714E are triadic colors.

2 #4E71E1 and #71E14E with #E1714E are triadic colors.