COLOR #E88B82

HEX: #E88B82
RGB: (232,139,130)

Color info

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

RGB color model

#E88B82 color RGB value is (232,139,130).

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

RGB channels and saturation

R 232 of 255 = 91%
G 139 of 255 = 55%
B 130 of 255 = 51%

232
139
130

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

Portions of RGB colors in percentages

R + G + B =
232 + 139 + 130 = 501 (100%)
R 232 of 501 ~ 46.31%
G 139 of 501 ~ 27.74%
B 130 of 501 ~ 25.95%

%46.31
%27.74
%25.95

CMYK color model

#E88B82 color CMYK value is (0,40,44,9).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 43.97%
  • key color value is 9.02%
CMYK:
(0,40,44,9)
C0M40Y44K9 
(0%,40%,44%,9%)
(0.00/0.40/0.44/0.09)	

CMYK percentages

%0
%40.09
%43.97
%9.02

Codes

Color #E88B82 in popluar color models

E88B82
RGB232139130
HSL68.92%70.98%
HSB/HSV43.97%90.98%
CMYK0.00%40.09%43.97%
9.02%

Color #E88B82 in popluar number systems.

HEXE88B82
Decimal232139130
Binary111010001000101110000010
Octal350213202

Shades and tints

Shades of #E88B82

#E88B82
(232,139,130)
#D37F77
(211,127,119)
#BE736C
(190,115,108)
#A96761
(169,103,97)
#945B56
(148,91,86)
#7F4F4B
(127,79,75)
#6A4340
(106,67,64)
#553735
(85,55,53)
#402B2A
(64,43,42)
#2B1F1F
(43,31,31)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #E88B82

#E88B82
(232,139,130)
#EA958D
(234,149,141)
#EC9F98
(236,159,152)
#EEA9A3
(238,169,163)
#F0B3AE
(240,179,174)
#F2BDB9
(242,189,185)
#F4C7C4
(244,199,196)
#F6D1CF
(246,209,207)
#F8DBDA
(248,219,218)
#FAE5E5
(250,229,229)
#FCEFF0
(252,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88B82; }

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

This text font color is #E88B82.


Background Color

.myBgColor { background-color: #E88B82; }

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

This div background color is #E88B82.


Border color

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

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

This div border color is #E88B82.


Opacity

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

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

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

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

This text has shadow with #E88B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88B82 on black background.


Color preview on white background

This text has color #E88B82 on white background.



Black color preview on #E88B82 background

This text has black color on #E88B82 background.


White color preview on #E88B82 background

This text has white color on #E88B82 background.