COLOR #E88F8D

HEX: #E88F8D
RGB: (232,143,141)

Color info

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

RGB color model

#E88F8D color RGB value is (232,143,141).

  • red value is 232;
  • green value is 143;
  • blue value is 141.
RGB:
(232,143,141)
(91%,56%,55%)

RGB channels and saturation

R 232 of 255 = 91%
G 143 of 255 = 56%
B 141 of 255 = 55%

232
143
141

R + G + B ~ 67%. #E88F8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 143 + 141 = 516 (100%)
R 232 of 516 ~ 44.96%
G 143 of 516 ~ 27.71%
B 141 of 516 ~ 27.33%

%44.96
%27.71
%27.33

CMYK color model

#E88F8D color CMYK value is (0,38,39,9).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 39.22%
  • key color value is 9.02%
CMYK:
(0,38,39,9)
C0M38Y39K9 
(0%,38%,39%,9%)
(0.00/0.38/0.39/0.09)	

CMYK percentages

%0
%38.36
%39.22
%9.02

Codes

Color #E88F8D in popluar color models

E88F8D
RGB232143141
HSL66.42%73.14%
HSB/HSV39.22%90.98%
CMYK0.00%38.36%39.22%
9.02%

Color #E88F8D in popluar number systems.

HEXE88F8D
Decimal232143141
Binary111010001000111110001101
Octal350217215

Shades and tints

Shades of #E88F8D

#E88F8D
(232,143,141)
#D38281
(211,130,129)
#BE7575
(190,117,117)
#A96869
(169,104,105)
#945B5D
(148,91,93)
#7F4E51
(127,78,81)
#6A4145
(106,65,69)
#553439
(85,52,57)
#40272D
(64,39,45)
#2B1A21
(43,26,33)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #E88F8D

#E88F8D
(232,143,141)
#EA9997
(234,153,151)
#ECA3A1
(236,163,161)
#EEADAB
(238,173,171)
#F0B7B5
(240,183,181)
#F2C1BF
(242,193,191)
#F4CBC9
(244,203,201)
#F6D5D3
(246,213,211)
#F8DFDD
(248,223,221)
#FAE9E7
(250,233,231)
#FCF3F1
(252,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88F8D color. Also use rgb(232,143,141) instead hex code.

Text Font Color

.myTextColor { color: #E88F8D; }

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

This text font color is #E88F8D.


Background Color

.myBgColor { background-color: #E88F8D; }

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

This div background color is #E88F8D.


Border color

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

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

This div border color is #E88F8D.


Opacity

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

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

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

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

This text has shadow with #E88F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88F8D on black background.


Color preview on white background

This text has color #E88F8D on white background.



Black color preview on #E88F8D background

This text has black color on #E88F8D background.


White color preview on #E88F8D background

This text has white color on #E88F8D background.