COLOR #E88CBA

HEX: #E88CBA
RGB: (232,140,186)

Color info

#E88CBA contains mainly red and blue colors. Web safe color of #E88CBA is #FF99CC (or #F9C).

RGB color model

#E88CBA color RGB value is (232,140,186).

  • red value is 232;
  • green value is 140;
  • blue value is 186.
RGB:
(232,140,186)
(91%,55%,73%)

RGB channels and saturation

R 232 of 255 = 91%
G 140 of 255 = 55%
B 186 of 255 = 73%

232
140
186

R + G + B ~ 73%. #E88CBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 140 + 186 = 558 (100%)
R 232 of 558 ~ 41.58%
G 140 of 558 ~ 25.09%
B 186 of 558 ~ 33.33%

%41.58
%25.09
%33.33

CMYK color model

#E88CBA color CMYK value is (0,40,20,9).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 19.83%
  • key color value is 9.02%
CMYK:
(0,40,20,9)
C0M40Y20K9 
(0%,40%,20%,9%)
(0.00/0.40/0.20/0.09)	

CMYK percentages

%0
%39.66
%19.83
%9.02

Codes

Color #E88CBA in popluar color models

E88CBA
RGB232140186
HSL330°66.67%72.94%
HSB/HSV330°39.66%90.98%
CMYK0.00%39.66%19.83%
9.02%

Color #E88CBA in popluar number systems.

HEXE88CBA
Decimal232140186
Binary111010001000110010111010
Octal350214272

Shades and tints

Shades of #E88CBA

#E88CBA
(232,140,186)
#D380AA
(211,128,170)
#BE749A
(190,116,154)
#A9688A
(169,104,138)
#945C7A
(148,92,122)
#7F506A
(127,80,106)
#6A445A
(106,68,90)
#55384A
(85,56,74)
#402C3A
(64,44,58)
#2B202A
(43,32,42)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #E88CBA

#E88CBA
(232,140,186)
#EA96C0
(234,150,192)
#ECA0C6
(236,160,198)
#EEAACC
(238,170,204)
#F0B4D2
(240,180,210)
#F2BED8
(242,190,216)
#F4C8DE
(244,200,222)
#F6D2E4
(246,210,228)
#F8DCEA
(248,220,234)
#FAE6F0
(250,230,240)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88CBA color. Also use rgb(232,140,186) instead hex code.

Text Font Color

.myTextColor { color: #E88CBA; }

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

This text font color is #E88CBA.


Background Color

.myBgColor { background-color: #E88CBA; }

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

This div background color is #E88CBA.


Border color

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

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

This div border color is #E88CBA.


Opacity

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

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

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

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

This text has shadow with #E88CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88CBA on black background.


Color preview on white background

This text has color #E88CBA on white background.



Black color preview on #E88CBA background

This text has black color on #E88CBA background.


White color preview on #E88CBA background

This text has white color on #E88CBA background.