COLOR #E88588

HEX: #E88588
RGB: (232,133,136)

Color info

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

RGB color model

#E88588 color RGB value is (232,133,136).

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

RGB channels and saturation

R 232 of 255 = 91%
G 133 of 255 = 52%
B 136 of 255 = 53%

232
133
136

R + G + B ~ 65%. #E88588 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 133 + 136 = 501 (100%)
R 232 of 501 ~ 46.31%
G 133 of 501 ~ 26.55%
B 136 of 501 ~ 27.15%

%46.31
%26.55
%27.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 41.38%
  • key color value is 9.02%
CMYK:
(0,43,41,9)
C0M43Y41K9 
(0%,43%,41%,9%)
(0.00/0.43/0.41/0.09)	

CMYK percentages

%0
%42.67
%41.38
%9.02

Codes

Color #E88588 in popluar color models

E88588
RGB232133136
HSL358°68.28%71.57%
HSB/HSV358°42.67%90.98%
CMYK0.00%42.67%41.38%
9.02%

Color #E88588 in popluar number systems.

HEXE88588
Decimal232133136
Binary111010001000010110001000
Octal350205210

Shades and tints

Shades of #E88588

#E88588
(232,133,136)
#D3797C
(211,121,124)
#BE6D70
(190,109,112)
#A96164
(169,97,100)
#945558
(148,85,88)
#7F494C
(127,73,76)
#6A3D40
(106,61,64)
#553134
(85,49,52)
#402528
(64,37,40)
#2B191C
(43,25,28)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #E88588

#E88588
(232,133,136)
#EA9092
(234,144,146)
#EC9B9C
(236,155,156)
#EEA6A6
(238,166,166)
#F0B1B0
(240,177,176)
#F2BCBA
(242,188,186)
#F4C7C4
(244,199,196)
#F6D2CE
(246,210,206)
#F8DDD8
(248,221,216)
#FAE8E2
(250,232,226)
#FCF3EC
(252,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88588; }

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

This text font color is #E88588.


Background Color

.myBgColor { background-color: #E88588; }

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

This div background color is #E88588.


Border color

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

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

This div border color is #E88588.


Opacity

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

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

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

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

This text has shadow with #E88588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88588 on black background.


Color preview on white background

This text has color #E88588 on white background.



Black color preview on #E88588 background

This text has black color on #E88588 background.


White color preview on #E88588 background

This text has white color on #E88588 background.