COLOR #E983D7

HEX: #E983D7
RGB: (233,131,215)

Color info

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

RGB color model

#E983D7 color RGB value is (233,131,215).

  • red value is 233;
  • green value is 131;
  • blue value is 215.
RGB:
(233,131,215)
(91%,51%,84%)

RGB channels and saturation

R 233 of 255 = 91%
G 131 of 255 = 51%
B 215 of 255 = 84%

233
131
215

R + G + B ~ 75%. #E983D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 131 + 215 = 579 (100%)
R 233 of 579 ~ 40.24%
G 131 of 579 ~ 22.63%
B 215 of 579 ~ 37.13%

%40.24
%22.63
%37.13

CMYK color model

#E983D7 color CMYK value is (0,44,8,9).

  • cyan value is 0.00%
  • magenta value is 43.78%
  • yellow value is 7.73%
  • key color value is 8.63%
CMYK:
(0,44,8,9)
C0M44Y8K9 
(0%,44%,8%,9%)
(0.00/0.44/0.08/0.09)	

CMYK percentages

%0
%43.78
%7.73
%8.63

Codes

Color #E983D7 in popluar color models

E983D7
RGB233131215
HSL311°69.86%71.37%
HSB/HSV311°43.78%91.37%
CMYK0.00%43.78%7.73%
8.63%

Color #E983D7 in popluar number systems.

HEXE983D7
Decimal233131215
Binary111010011000001111010111
Octal351203327

Shades and tints

Shades of #E983D7

#E983D7
(233,131,215)
#D478C4
(212,120,196)
#BF6DB1
(191,109,177)
#AA629E
(170,98,158)
#95578B
(149,87,139)
#804C78
(128,76,120)
#6B4165
(107,65,101)
#563652
(86,54,82)
#412B3F
(65,43,63)
#2C202C
(44,32,44)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #E983D7

#E983D7
(233,131,215)
#EB8EDA
(235,142,218)
#ED99DD
(237,153,221)
#EFA4E0
(239,164,224)
#F1AFE3
(241,175,227)
#F3BAE6
(243,186,230)
#F5C5E9
(245,197,233)
#F7D0EC
(247,208,236)
#F9DBEF
(249,219,239)
#FBE6F2
(251,230,242)
#FDF1F5
(253,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E983D7 color. Also use rgb(233,131,215) instead hex code.

Text Font Color

.myTextColor { color: #E983D7; }

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

This text font color is #E983D7.


Background Color

.myBgColor { background-color: #E983D7; }

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

This div background color is #E983D7.


Border color

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

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

This div border color is #E983D7.


Opacity

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

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

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

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

This text has shadow with #E983D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E983D7 on black background.


Color preview on white background

This text has color #E983D7 on white background.



Black color preview on #E983D7 background

This text has black color on #E983D7 background.


White color preview on #E983D7 background

This text has white color on #E983D7 background.