COLOR #E8777E

HEX: #E8777E
RGB: (232,119,126)

Color info

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

RGB color model

#E8777E color RGB value is (232,119,126).

  • red value is 232;
  • green value is 119;
  • blue value is 126.
RGB:
(232,119,126)
(91%,47%,49%)

RGB channels and saturation

R 232 of 255 = 91%
G 119 of 255 = 47%
B 126 of 255 = 49%

232
119
126

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

Portions of RGB colors in percentages

R + G + B =
232 + 119 + 126 = 477 (100%)
R 232 of 477 ~ 48.64%
G 119 of 477 ~ 24.95%
B 126 of 477 ~ 26.42%

%48.64
%24.95
%26.42

CMYK color model

#E8777E color CMYK value is (0,49,46,9).

  • cyan value is 0.00%
  • magenta value is 48.71%
  • yellow value is 45.69%
  • key color value is 9.02%
CMYK:
(0,49,46,9)
C0M49Y46K9 
(0%,49%,46%,9%)
(0.00/0.49/0.46/0.09)	

CMYK percentages

%0
%48.71
%45.69
%9.02

Codes

Color #E8777E in popluar color models

E8777E
RGB232119126
HSL356°71.07%68.82%
HSB/HSV356°48.71%90.98%
CMYK0.00%48.71%45.69%
9.02%

Color #E8777E in popluar number systems.

HEXE8777E
Decimal232119126
Binary1110100011101111111110
Octal350167176

Shades and tints

Shades of #E8777E

#E8777E
(232,119,126)
#D36D73
(211,109,115)
#BE6368
(190,99,104)
#A9595D
(169,89,93)
#944F52
(148,79,82)
#7F4547
(127,69,71)
#6A3B3C
(106,59,60)
#553131
(85,49,49)
#402726
(64,39,38)
#2B1D1B
(43,29,27)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #E8777E

#E8777E
(232,119,126)
#EA8389
(234,131,137)
#EC8F94
(236,143,148)
#EE9B9F
(238,155,159)
#F0A7AA
(240,167,170)
#F2B3B5
(242,179,181)
#F4BFC0
(244,191,192)
#F6CBCB
(246,203,203)
#F8D7D6
(248,215,214)
#FAE3E1
(250,227,225)
#FCEFEC
(252,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8777E color. Also use rgb(232,119,126) instead hex code.

Text Font Color

.myTextColor { color: #E8777E; }

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

This text font color is #E8777E.


Background Color

.myBgColor { background-color: #E8777E; }

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

This div background color is #E8777E.


Border color

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

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

This div border color is #E8777E.


Opacity

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

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

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

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

This text has shadow with #E8777E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8777E on black background.


Color preview on white background

This text has color #E8777E on white background.



Black color preview on #E8777E background

This text has black color on #E8777E background.


White color preview on #E8777E background

This text has white color on #E8777E background.