COLOR #E8678B

HEX: #E8678B
RGB: (232,103,139)

Color info

#E8678B contains mainly red color. Web safe color of #E8678B is #FF6699 (or #F69).

RGB color model

#E8678B color RGB value is (232,103,139).

  • red value is 232;
  • green value is 103;
  • blue value is 139.
RGB:
(232,103,139)
(91%,40%,55%)

RGB channels and saturation

R 232 of 255 = 91%
G 103 of 255 = 40%
B 139 of 255 = 55%

232
103
139

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

Portions of RGB colors in percentages

R + G + B =
232 + 103 + 139 = 474 (100%)
R 232 of 474 ~ 48.95%
G 103 of 474 ~ 21.73%
B 139 of 474 ~ 29.32%

%48.95
%21.73
%29.32

CMYK color model

#E8678B color CMYK value is (0,56,40,9).

  • cyan value is 0.00%
  • magenta value is 55.60%
  • yellow value is 40.09%
  • key color value is 9.02%
CMYK:
(0,56,40,9)
C0M56Y40K9 
(0%,56%,40%,9%)
(0.00/0.56/0.40/0.09)	

CMYK percentages

%0
%55.6
%40.09
%9.02

Codes

Color #E8678B in popluar color models

E8678B
RGB232103139
HSL343°73.71%65.69%
HSB/HSV343°55.60%90.98%
CMYK0.00%55.60%40.09%
9.02%

Color #E8678B in popluar number systems.

HEXE8678B
Decimal232103139
Binary11101000110011110001011
Octal350147213

Shades and tints

Shades of #E8678B

#E8678B
(232,103,139)
#D35E7F
(211,94,127)
#BE5573
(190,85,115)
#A94C67
(169,76,103)
#94435B
(148,67,91)
#7F3A4F
(127,58,79)
#6A3143
(106,49,67)
#552837
(85,40,55)
#401F2B
(64,31,43)
#2B161F
(43,22,31)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #E8678B

#E8678B
(232,103,139)
#EA7495
(234,116,149)
#EC819F
(236,129,159)
#EE8EA9
(238,142,169)
#F09BB3
(240,155,179)
#F2A8BD
(242,168,189)
#F4B5C7
(244,181,199)
#F6C2D1
(246,194,209)
#F8CFDB
(248,207,219)
#FADCE5
(250,220,229)
#FCE9EF
(252,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8678B color. Also use rgb(232,103,139) instead hex code.

Text Font Color

.myTextColor { color: #E8678B; }

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

This text font color is #E8678B.


Background Color

.myBgColor { background-color: #E8678B; }

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

This div background color is #E8678B.


Border color

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

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

This div border color is #E8678B.


Opacity

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

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

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

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

This text has shadow with #E8678B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8678B on black background.


Color preview on white background

This text has color #E8678B on white background.



Black color preview on #E8678B background

This text has black color on #E8678B background.


White color preview on #E8678B background

This text has white color on #E8678B background.