COLOR #E8888A

HEX: #E8888A
RGB: (232,136,138)

Color info

#E8888A contains mainly red color. Web safe color of #E8888A is #FF9999 (or #F99).

RGB color model

#E8888A color RGB value is (232,136,138).

  • red value is 232;
  • green value is 136;
  • blue value is 138.
RGB:
(232,136,138)
(91%,53%,54%)

RGB channels and saturation

R 232 of 255 = 91%
G 136 of 255 = 53%
B 138 of 255 = 54%

232
136
138

R + G + B ~ 66%. #E8888A is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 136 + 138 = 506 (100%)
R 232 of 506 ~ 45.85%
G 136 of 506 ~ 26.88%
B 138 of 506 ~ 27.27%

%45.85
%26.88
%27.27

CMYK color model

#E8888A color CMYK value is (0,41,41,9).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 40.52%
  • key color value is 9.02%
CMYK:
(0,41,41,9)
C0M41Y41K9 
(0%,41%,41%,9%)
(0.00/0.41/0.41/0.09)	

CMYK percentages

%0
%41.38
%40.52
%9.02

Codes

Color #E8888A in popluar color models

E8888A
RGB232136138
HSL359°67.61%72.16%
HSB/HSV359°41.38%90.98%
CMYK0.00%41.38%40.52%
9.02%

Color #E8888A in popluar number systems.

HEXE8888A
Decimal232136138
Binary111010001000100010001010
Octal350210212

Shades and tints

Shades of #E8888A

#E8888A
(232,136,138)
#D37C7E
(211,124,126)
#BE7072
(190,112,114)
#A96466
(169,100,102)
#94585A
(148,88,90)
#7F4C4E
(127,76,78)
#6A4042
(106,64,66)
#553436
(85,52,54)
#40282A
(64,40,42)
#2B1C1E
(43,28,30)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #E8888A

#E8888A
(232,136,138)
#EA9294
(234,146,148)
#EC9C9E
(236,156,158)
#EEA6A8
(238,166,168)
#F0B0B2
(240,176,178)
#F2BABC
(242,186,188)
#F4C4C6
(244,196,198)
#F6CED0
(246,206,208)
#F8D8DA
(248,216,218)
#FAE2E4
(250,226,228)
#FCECEE
(252,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8888A color. Also use rgb(232,136,138) instead hex code.

Text Font Color

.myTextColor { color: #E8888A; }

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

This text font color is #E8888A.


Background Color

.myBgColor { background-color: #E8888A; }

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

This div background color is #E8888A.


Border color

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

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

This div border color is #E8888A.


Opacity

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

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

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

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

This text has shadow with #E8888A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8888A on black background.


Color preview on white background

This text has color #E8888A on white background.



Black color preview on #E8888A background

This text has black color on #E8888A background.


White color preview on #E8888A background

This text has white color on #E8888A background.