COLOR #E85A41

HEX: #E85A41
RGB: (232,90,65)

Color info

#E85A41 contains mainly red color. Web safe color of #E85A41 is #FF6633 (or #F63).

RGB color model

#E85A41 color RGB value is (232,90,65).

  • red value is 232;
  • green value is 90;
  • blue value is 65.
RGB:
(232,90,65)
(91%,35%,25%)

RGB channels and saturation

R 232 of 255 = 91%
G 90 of 255 = 35%
B 65 of 255 = 25%

232
90
65

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

Portions of RGB colors in percentages

R + G + B =
232 + 90 + 65 = 387 (100%)
R 232 of 387 ~ 59.95%
G 90 of 387 ~ 23.26%
B 65 of 387 ~ 16.8%

%59.95
%23.26
%16.8

CMYK color model

#E85A41 color CMYK value is (0,61,72,9).

  • cyan value is 0.00%
  • magenta value is 61.21%
  • yellow value is 71.98%
  • key color value is 9.02%
CMYK:
(0,61,72,9)
C0M61Y72K9 
(0%,61%,72%,9%)
(0.00/0.61/0.72/0.09)	

CMYK percentages

%0
%61.21
%71.98
%9.02

Codes

Color #E85A41 in popluar color models

E85A41
RGB2329065
HSL78.40%58.24%
HSB/HSV71.98%90.98%
CMYK0.00%61.21%71.98%
9.02%

Color #E85A41 in popluar number systems.

HEXE85A41
Decimal2329065
Binary1110100010110101000001
Octal350132101

Shades and tints

Shades of #E85A41

#E85A41
(232,90,65)
#D3523C
(211,82,60)
#BE4A37
(190,74,55)
#A94232
(169,66,50)
#943A2D
(148,58,45)
#7F3228
(127,50,40)
#6A2A23
(106,42,35)
#55221E
(85,34,30)
#401A19
(64,26,25)
#2B1214
(43,18,20)
#160A0F
(22,10,15)
#000000
(0,0,0)

Tints of #E85A41

#E85A41
(232,90,65)
#EA6952
(234,105,82)
#EC7863
(236,120,99)
#EE8774
(238,135,116)
#F09685
(240,150,133)
#F2A596
(242,165,150)
#F4B4A7
(244,180,167)
#F6C3B8
(246,195,184)
#F8D2C9
(248,210,201)
#FAE1DA
(250,225,218)
#FCF0EB
(252,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E85A41 color. Also use rgb(232,90,65) instead hex code.

Text Font Color

.myTextColor { color: #E85A41; }

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

This text font color is #E85A41.


Background Color

.myBgColor { background-color: #E85A41; }

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

This div background color is #E85A41.


Border color

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

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

This div border color is #E85A41.


Opacity

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

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

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

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

This text has shadow with #E85A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85A41 on black background.


Color preview on white background

This text has color #E85A41 on white background.



Black color preview on #E85A41 background

This text has black color on #E85A41 background.


White color preview on #E85A41 background

This text has white color on #E85A41 background.