COLOR #E58371

HEX: #E58371
RGB: (229,131,113)

Color info

#E58371 contains mainly red color. Web safe color of #E58371 is #CC9966 (or #C96).

RGB color model

#E58371 color RGB value is (229,131,113).

  • red value is 229;
  • green value is 131;
  • blue value is 113.
RGB:
(229,131,113)
(90%,51%,44%)

RGB channels and saturation

R 229 of 255 = 90%
G 131 of 255 = 51%
B 113 of 255 = 44%

229
131
113

R + G + B ~ 62%. #E58371 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 131 + 113 = 473 (100%)
R 229 of 473 ~ 48.41%
G 131 of 473 ~ 27.7%
B 113 of 473 ~ 23.89%

%48.41
%27.7
%23.89

CMYK color model

#E58371 color CMYK value is (0,43,51,10).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 50.66%
  • key color value is 10.20%
CMYK:
(0,43,51,10)
C0M43Y51K10 
(0%,43%,51%,10%)
(0.00/0.43/0.51/0.10)	

CMYK percentages

%0
%42.79
%50.66
%10.2

Codes

Color #E58371 in popluar color models

E58371
RGB229131113
HSL69.05%67.06%
HSB/HSV50.66%89.80%
CMYK0.00%42.79%50.66%
10.20%

Color #E58371 in popluar number systems.

HEXE58371
Decimal229131113
Binary11100101100000111110001
Octal345203161

Shades and tints

Shades of #E58371

#E58371
(229,131,113)
#D17867
(209,120,103)
#BD6D5D
(189,109,93)
#A96253
(169,98,83)
#955749
(149,87,73)
#814C3F
(129,76,63)
#6D4135
(109,65,53)
#59362B
(89,54,43)
#452B21
(69,43,33)
#312017
(49,32,23)
#1D150D
(29,21,13)
#000000
(0,0,0)

Tints of #E58371

#E58371
(229,131,113)
#E78E7D
(231,142,125)
#E99989
(233,153,137)
#EBA495
(235,164,149)
#EDAFA1
(237,175,161)
#EFBAAD
(239,186,173)
#F1C5B9
(241,197,185)
#F3D0C5
(243,208,197)
#F5DBD1
(245,219,209)
#F7E6DD
(247,230,221)
#F9F1E9
(249,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E58371 color. Also use rgb(229,131,113) instead hex code.

Text Font Color

.myTextColor { color: #E58371; }

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

This text font color is #E58371.


Background Color

.myBgColor { background-color: #E58371; }

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

This div background color is #E58371.


Border color

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

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

This div border color is #E58371.


Opacity

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

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

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

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

This text has shadow with #E58371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58371 on black background.


Color preview on white background

This text has color #E58371 on white background.



Black color preview on #E58371 background

This text has black color on #E58371 background.


White color preview on #E58371 background

This text has white color on #E58371 background.