COLOR #E76855

HEX: #E76855
RGB: (231,104,85)

Color info

#E76855 contains mainly red color. Web safe color of #E76855 is #FF6666 (or #F66).

RGB color model

#E76855 color RGB value is (231,104,85).

  • red value is 231;
  • green value is 104;
  • blue value is 85.
RGB:
(231,104,85)
(91%,41%,33%)

RGB channels and saturation

R 231 of 255 = 91%
G 104 of 255 = 41%
B 85 of 255 = 33%

231
104
85

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

Portions of RGB colors in percentages

R + G + B =
231 + 104 + 85 = 420 (100%)
R 231 of 420 ~ 55%
G 104 of 420 ~ 24.76%
B 85 of 420 ~ 20.24%

%55
%24.76
%20.24

CMYK color model

#E76855 color CMYK value is (0,55,63,9).

  • cyan value is 0.00%
  • magenta value is 54.98%
  • yellow value is 63.20%
  • key color value is 9.41%
CMYK:
(0,55,63,9)
C0M55Y63K9 
(0%,55%,63%,9%)
(0.00/0.55/0.63/0.09)	

CMYK percentages

%0
%54.98
%63.2
%9.41

Codes

Color #E76855 in popluar color models

E76855
RGB23110485
HSL75.26%61.96%
HSB/HSV63.20%90.59%
CMYK0.00%54.98%63.20%
9.41%

Color #E76855 in popluar number systems.

HEXE76855
Decimal23110485
Binary1110011111010001010101
Octal347150125

Shades and tints

Shades of #E76855

#E76855
(231,104,85)
#D25F4E
(210,95,78)
#BD5647
(189,86,71)
#A84D40
(168,77,64)
#934439
(147,68,57)
#7E3B32
(126,59,50)
#69322B
(105,50,43)
#542924
(84,41,36)
#3F201D
(63,32,29)
#2A1716
(42,23,22)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #E76855

#E76855
(231,104,85)
#E97564
(233,117,100)
#EB8273
(235,130,115)
#ED8F82
(237,143,130)
#EF9C91
(239,156,145)
#F1A9A0
(241,169,160)
#F3B6AF
(243,182,175)
#F5C3BE
(245,195,190)
#F7D0CD
(247,208,205)
#F9DDDC
(249,221,220)
#FBEAEB
(251,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76855 color. Also use rgb(231,104,85) instead hex code.

Text Font Color

.myTextColor { color: #E76855; }

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

This text font color is #E76855.


Background Color

.myBgColor { background-color: #E76855; }

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

This div background color is #E76855.


Border color

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

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

This div border color is #E76855.


Opacity

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

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

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

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

This text has shadow with #E76855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76855 on black background.


Color preview on white background

This text has color #E76855 on white background.



Black color preview on #E76855 background

This text has black color on #E76855 background.


White color preview on #E76855 background

This text has white color on #E76855 background.