COLOR #E89BCA

HEX: #E89BCA
RGB: (232,155,202)

Color info

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

RGB color model

#E89BCA color RGB value is (232,155,202).

  • red value is 232;
  • green value is 155;
  • blue value is 202.
RGB:
(232,155,202)
(91%,61%,79%)

RGB channels and saturation

R 232 of 255 = 91%
G 155 of 255 = 61%
B 202 of 255 = 79%

232
155
202

R + G + B ~ 77%. #E89BCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 155 + 202 = 589 (100%)
R 232 of 589 ~ 39.39%
G 155 of 589 ~ 26.32%
B 202 of 589 ~ 34.3%

%39.39
%26.32
%34.3

CMYK color model

#E89BCA color CMYK value is (0,33,13,9).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 12.93%
  • key color value is 9.02%
CMYK:
(0,33,13,9)
C0M33Y13K9 
(0%,33%,13%,9%)
(0.00/0.33/0.13/0.09)	

CMYK percentages

%0
%33.19
%12.93
%9.02

Codes

Color #E89BCA in popluar color models

E89BCA
RGB232155202
HSL323°62.60%75.88%
HSB/HSV323°33.19%90.98%
CMYK0.00%33.19%12.93%
9.02%

Color #E89BCA in popluar number systems.

HEXE89BCA
Decimal232155202
Binary111010001001101111001010
Octal350233312

Shades and tints

Shades of #E89BCA

#E89BCA
(232,155,202)
#D38DB8
(211,141,184)
#BE7FA6
(190,127,166)
#A97194
(169,113,148)
#946382
(148,99,130)
#7F5570
(127,85,112)
#6A475E
(106,71,94)
#55394C
(85,57,76)
#402B3A
(64,43,58)
#2B1D28
(43,29,40)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #E89BCA

#E89BCA
(232,155,202)
#EAA4CE
(234,164,206)
#ECADD2
(236,173,210)
#EEB6D6
(238,182,214)
#F0BFDA
(240,191,218)
#F2C8DE
(242,200,222)
#F4D1E2
(244,209,226)
#F6DAE6
(246,218,230)
#F8E3EA
(248,227,234)
#FAECEE
(250,236,238)
#FCF5F2
(252,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E89BCA color. Also use rgb(232,155,202) instead hex code.

Text Font Color

.myTextColor { color: #E89BCA; }

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

This text font color is #E89BCA.


Background Color

.myBgColor { background-color: #E89BCA; }

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

This div background color is #E89BCA.


Border color

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

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

This div border color is #E89BCA.


Opacity

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

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

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

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

This text has shadow with #E89BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E89BCA on black background.


Color preview on white background

This text has color #E89BCA on white background.



Black color preview on #E89BCA background

This text has black color on #E89BCA background.


White color preview on #E89BCA background

This text has white color on #E89BCA background.