COLOR #E883DC

HEX: #E883DC
RGB: (232,131,220)

Color info

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

RGB color model

#E883DC color RGB value is (232,131,220).

  • red value is 232;
  • green value is 131;
  • blue value is 220.
RGB:
(232,131,220)
(91%,51%,86%)

RGB channels and saturation

R 232 of 255 = 91%
G 131 of 255 = 51%
B 220 of 255 = 86%

232
131
220

R + G + B ~ 76%. #E883DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 131 + 220 = 583 (100%)
R 232 of 583 ~ 39.79%
G 131 of 583 ~ 22.47%
B 220 of 583 ~ 37.74%

%39.79
%22.47
%37.74

CMYK color model

#E883DC color CMYK value is (0,44,5,9).

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 5.17%
  • key color value is 9.02%
CMYK:
(0,44,5,9)
C0M44Y5K9 
(0%,44%,5%,9%)
(0.00/0.44/0.05/0.09)	

CMYK percentages

%0
%43.53
%5.17
%9.02

Codes

Color #E883DC in popluar color models

E883DC
RGB232131220
HSL307°68.71%71.18%
HSB/HSV307°43.53%90.98%
CMYK0.00%43.53%5.17%
9.02%

Color #E883DC in popluar number systems.

HEXE883DC
Decimal232131220
Binary111010001000001111011100
Octal350203334

Shades and tints

Shades of #E883DC

#E883DC
(232,131,220)
#D378C8
(211,120,200)
#BE6DB4
(190,109,180)
#A962A0
(169,98,160)
#94578C
(148,87,140)
#7F4C78
(127,76,120)
#6A4164
(106,65,100)
#553650
(85,54,80)
#402B3C
(64,43,60)
#2B2028
(43,32,40)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #E883DC

#E883DC
(232,131,220)
#EA8EDF
(234,142,223)
#EC99E2
(236,153,226)
#EEA4E5
(238,164,229)
#F0AFE8
(240,175,232)
#F2BAEB
(242,186,235)
#F4C5EE
(244,197,238)
#F6D0F1
(246,208,241)
#F8DBF4
(248,219,244)
#FAE6F7
(250,230,247)
#FCF1FA
(252,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E883DC color. Also use rgb(232,131,220) instead hex code.

Text Font Color

.myTextColor { color: #E883DC; }

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

This text font color is #E883DC.


Background Color

.myBgColor { background-color: #E883DC; }

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

This div background color is #E883DC.


Border color

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

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

This div border color is #E883DC.


Opacity

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

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

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

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

This text has shadow with #E883DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E883DC on black background.


Color preview on white background

This text has color #E883DC on white background.



Black color preview on #E883DC background

This text has black color on #E883DC background.


White color preview on #E883DC background

This text has white color on #E883DC background.