COLOR #E88BA1

HEX: #E88BA1
RGB: (232,139,161)

Color info

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

RGB color model

#E88BA1 color RGB value is (232,139,161).

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

RGB channels and saturation

R 232 of 255 = 91%
G 139 of 255 = 55%
B 161 of 255 = 63%

232
139
161

R + G + B ~ 70%. #E88BA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 139 + 161 = 532 (100%)
R 232 of 532 ~ 43.61%
G 139 of 532 ~ 26.13%
B 161 of 532 ~ 30.26%

%43.61
%26.13
%30.26

CMYK color model

#E88BA1 color CMYK value is (0,40,31,9).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 30.60%
  • key color value is 9.02%
CMYK:
(0,40,31,9)
C0M40Y31K9 
(0%,40%,31%,9%)
(0.00/0.40/0.31/0.09)	

CMYK percentages

%0
%40.09
%30.6
%9.02

Codes

Color #E88BA1 in popluar color models

E88BA1
RGB232139161
HSL346°66.91%72.75%
HSB/HSV346°40.09%90.98%
CMYK0.00%40.09%30.60%
9.02%

Color #E88BA1 in popluar number systems.

HEXE88BA1
Decimal232139161
Binary111010001000101110100001
Octal350213241

Shades and tints

Shades of #E88BA1

#E88BA1
(232,139,161)
#D37F93
(211,127,147)
#BE7385
(190,115,133)
#A96777
(169,103,119)
#945B69
(148,91,105)
#7F4F5B
(127,79,91)
#6A434D
(106,67,77)
#55373F
(85,55,63)
#402B31
(64,43,49)
#2B1F23
(43,31,35)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #E88BA1

#E88BA1
(232,139,161)
#EA95A9
(234,149,169)
#EC9FB1
(236,159,177)
#EEA9B9
(238,169,185)
#F0B3C1
(240,179,193)
#F2BDC9
(242,189,201)
#F4C7D1
(244,199,209)
#F6D1D9
(246,209,217)
#F8DBE1
(248,219,225)
#FAE5E9
(250,229,233)
#FCEFF1
(252,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88BA1; }

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

This text font color is #E88BA1.


Background Color

.myBgColor { background-color: #E88BA1; }

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

This div background color is #E88BA1.


Border color

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

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

This div border color is #E88BA1.


Opacity

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

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

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

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

This text has shadow with #E88BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88BA1 on black background.


Color preview on white background

This text has color #E88BA1 on white background.



Black color preview on #E88BA1 background

This text has black color on #E88BA1 background.


White color preview on #E88BA1 background

This text has white color on #E88BA1 background.