COLOR #E76556

HEX: #E76556
RGB: (231,101,86)

Color info

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

RGB color model

#E76556 color RGB value is (231,101,86).

  • red value is 231;
  • green value is 101;
  • blue value is 86.
RGB:
(231,101,86)
(91%,40%,34%)

RGB channels and saturation

R 231 of 255 = 91%
G 101 of 255 = 40%
B 86 of 255 = 34%

231
101
86

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

Portions of RGB colors in percentages

R + G + B =
231 + 101 + 86 = 418 (100%)
R 231 of 418 ~ 55.26%
G 101 of 418 ~ 24.16%
B 86 of 418 ~ 20.57%

%55.26
%24.16
%20.57

CMYK color model

#E76556 color CMYK value is (0,56,63,9).

  • cyan value is 0.00%
  • magenta value is 56.28%
  • yellow value is 62.77%
  • key color value is 9.41%
CMYK:
(0,56,63,9)
C0M56Y63K9 
(0%,56%,63%,9%)
(0.00/0.56/0.63/0.09)	

CMYK percentages

%0
%56.28
%62.77
%9.41

Codes

Color #E76556 in popluar color models

E76556
RGB23110186
HSL75.13%62.16%
HSB/HSV62.77%90.59%
CMYK0.00%56.28%62.77%
9.41%

Color #E76556 in popluar number systems.

HEXE76556
Decimal23110186
Binary1110011111001011010110
Octal347145126

Shades and tints

Shades of #E76556

#E76556
(231,101,86)
#D25C4F
(210,92,79)
#BD5348
(189,83,72)
#A84A41
(168,74,65)
#93413A
(147,65,58)
#7E3833
(126,56,51)
#692F2C
(105,47,44)
#542625
(84,38,37)
#3F1D1E
(63,29,30)
#2A1417
(42,20,23)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #E76556

#E76556
(231,101,86)
#E97365
(233,115,101)
#EB8174
(235,129,116)
#ED8F83
(237,143,131)
#EF9D92
(239,157,146)
#F1ABA1
(241,171,161)
#F3B9B0
(243,185,176)
#F5C7BF
(245,199,191)
#F7D5CE
(247,213,206)
#F9E3DD
(249,227,221)
#FBF1EC
(251,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76556 color. Also use rgb(231,101,86) instead hex code.

Text Font Color

.myTextColor { color: #E76556; }

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

This text font color is #E76556.


Background Color

.myBgColor { background-color: #E76556; }

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

This div background color is #E76556.


Border color

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

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

This div border color is #E76556.


Opacity

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

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

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

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

This text has shadow with #E76556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76556 on black background.


Color preview on white background

This text has color #E76556 on white background.



Black color preview on #E76556 background

This text has black color on #E76556 background.


White color preview on #E76556 background

This text has white color on #E76556 background.