COLOR #E88FDF

HEX: #E88FDF
RGB: (232,143,223)

Color info

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

RGB color model

#E88FDF color RGB value is (232,143,223).

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

RGB channels and saturation

R 232 of 255 = 91%
G 143 of 255 = 56%
B 223 of 255 = 87%

232
143
223

R + G + B ~ 78%. #E88FDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 143 + 223 = 598 (100%)
R 232 of 598 ~ 38.8%
G 143 of 598 ~ 23.91%
B 223 of 598 ~ 37.29%

%38.8
%23.91
%37.29

CMYK color model

#E88FDF color CMYK value is (0,38,4,9).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 3.88%
  • key color value is 9.02%
CMYK:
(0,38,4,9)
C0M38Y4K9 
(0%,38%,4%,9%)
(0.00/0.38/0.04/0.09)	

CMYK percentages

%0
%38.36
%3.88
%9.02

Codes

Color #E88FDF in popluar color models

E88FDF
RGB232143223
HSL306°65.93%73.53%
HSB/HSV306°38.36%90.98%
CMYK0.00%38.36%3.88%
9.02%

Color #E88FDF in popluar number systems.

HEXE88FDF
Decimal232143223
Binary111010001000111111011111
Octal350217337

Shades and tints

Shades of #E88FDF

#E88FDF
(232,143,223)
#D382CB
(211,130,203)
#BE75B7
(190,117,183)
#A968A3
(169,104,163)
#945B8F
(148,91,143)
#7F4E7B
(127,78,123)
#6A4167
(106,65,103)
#553453
(85,52,83)
#40273F
(64,39,63)
#2B1A2B
(43,26,43)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #E88FDF

#E88FDF
(232,143,223)
#EA99E1
(234,153,225)
#ECA3E3
(236,163,227)
#EEADE5
(238,173,229)
#F0B7E7
(240,183,231)
#F2C1E9
(242,193,233)
#F4CBEB
(244,203,235)
#F6D5ED
(246,213,237)
#F8DFEF
(248,223,239)
#FAE9F1
(250,233,241)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88FDF; }

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

This text font color is #E88FDF.


Background Color

.myBgColor { background-color: #E88FDF; }

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

This div background color is #E88FDF.


Border color

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

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

This div border color is #E88FDF.


Opacity

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

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

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

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

This text has shadow with #E88FDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88FDF on black background.


Color preview on white background

This text has color #E88FDF on white background.



Black color preview on #E88FDF background

This text has black color on #E88FDF background.


White color preview on #E88FDF background

This text has white color on #E88FDF background.