COLOR #E89BDF

HEX: #E89BDF
RGB: (232,155,223)

Color info

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

RGB color model

#E89BDF color RGB value is (232,155,223).

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

RGB channels and saturation

R 232 of 255 = 91%
G 155 of 255 = 61%
B 223 of 255 = 87%

232
155
223

R + G + B ~ 80%. #E89BDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 155 + 223 = 610 (100%)
R 232 of 610 ~ 38.03%
G 155 of 610 ~ 25.41%
B 223 of 610 ~ 36.56%

%38.03
%25.41
%36.56

CMYK color model

#E89BDF color CMYK value is (0,33,4,9).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 3.88%
  • key color value is 9.02%
CMYK:
(0,33,4,9)
C0M33Y4K9 
(0%,33%,4%,9%)
(0.00/0.33/0.04/0.09)	

CMYK percentages

%0
%33.19
%3.88
%9.02

Codes

Color #E89BDF in popluar color models

E89BDF
RGB232155223
HSL307°62.60%75.88%
HSB/HSV307°33.19%90.98%
CMYK0.00%33.19%3.88%
9.02%

Color #E89BDF in popluar number systems.

HEXE89BDF
Decimal232155223
Binary111010001001101111011111
Octal350233337

Shades and tints

Shades of #E89BDF

#E89BDF
(232,155,223)
#D38DCB
(211,141,203)
#BE7FB7
(190,127,183)
#A971A3
(169,113,163)
#94638F
(148,99,143)
#7F557B
(127,85,123)
#6A4767
(106,71,103)
#553953
(85,57,83)
#402B3F
(64,43,63)
#2B1D2B
(43,29,43)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #E89BDF

#E89BDF
(232,155,223)
#EAA4E1
(234,164,225)
#ECADE3
(236,173,227)
#EEB6E5
(238,182,229)
#F0BFE7
(240,191,231)
#F2C8E9
(242,200,233)
#F4D1EB
(244,209,235)
#F6DAED
(246,218,237)
#F8E3EF
(248,227,239)
#FAECF1
(250,236,241)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E89BDF; }

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

This text font color is #E89BDF.


Background Color

.myBgColor { background-color: #E89BDF; }

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

This div background color is #E89BDF.


Border color

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

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

This div border color is #E89BDF.


Opacity

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

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

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

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

This text has shadow with #E89BDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E89BDF on black background.


Color preview on white background

This text has color #E89BDF on white background.



Black color preview on #E89BDF background

This text has black color on #E89BDF background.


White color preview on #E89BDF background

This text has white color on #E89BDF background.