COLOR #E89FDB

HEX: #E89FDB
RGB: (232,159,219)

Color info

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

RGB color model

#E89FDB color RGB value is (232,159,219).

  • red value is 232;
  • green value is 159;
  • blue value is 219.
RGB:
(232,159,219)
(91%,62%,86%)

RGB channels and saturation

R 232 of 255 = 91%
G 159 of 255 = 62%
B 219 of 255 = 86%

232
159
219

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

Portions of RGB colors in percentages

R + G + B =
232 + 159 + 219 = 610 (100%)
R 232 of 610 ~ 38.03%
G 159 of 610 ~ 26.07%
B 219 of 610 ~ 35.9%

%38.03
%26.07
%35.9

CMYK color model

#E89FDB color CMYK value is (0,31,6,9).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,31,6,9)
C0M31Y6K9 
(0%,31%,6%,9%)
(0.00/0.31/0.06/0.09)	

CMYK percentages

%0
%31.47
%5.6
%9.02

Codes

Color #E89FDB in popluar color models

E89FDB
RGB232159219
HSL311°61.34%76.67%
HSB/HSV311°31.47%90.98%
CMYK0.00%31.47%5.60%
9.02%

Color #E89FDB in popluar number systems.

HEXE89FDB
Decimal232159219
Binary111010001001111111011011
Octal350237333

Shades and tints

Shades of #E89FDB

#E89FDB
(232,159,219)
#D391C8
(211,145,200)
#BE83B5
(190,131,181)
#A975A2
(169,117,162)
#94678F
(148,103,143)
#7F597C
(127,89,124)
#6A4B69
(106,75,105)
#553D56
(85,61,86)
#402F43
(64,47,67)
#2B2130
(43,33,48)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #E89FDB

#E89FDB
(232,159,219)
#EAA7DE
(234,167,222)
#ECAFE1
(236,175,225)
#EEB7E4
(238,183,228)
#F0BFE7
(240,191,231)
#F2C7EA
(242,199,234)
#F4CFED
(244,207,237)
#F6D7F0
(246,215,240)
#F8DFF3
(248,223,243)
#FAE7F6
(250,231,246)
#FCEFF9
(252,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E89FDB color. Also use rgb(232,159,219) instead hex code.

Text Font Color

.myTextColor { color: #E89FDB; }

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

This text font color is #E89FDB.


Background Color

.myBgColor { background-color: #E89FDB; }

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

This div background color is #E89FDB.


Border color

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

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

This div border color is #E89FDB.


Opacity

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

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

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

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

This text has shadow with #E89FDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E89FDB on black background.


Color preview on white background

This text has color #E89FDB on white background.



Black color preview on #E89FDB background

This text has black color on #E89FDB background.


White color preview on #E89FDB background

This text has white color on #E89FDB background.