COLOR #E983DA

HEX: #E983DA RGB: (233,131,218)

Color info

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

RGB color model

#E983DA color RGB value is (233,131,218).

RGB: (233,131,218) (91%, 51%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 131 of 255 = 51%
B 218 of 255 = 85%

233
131
218

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

Portions of RGB colors in percentages

R + G + B = 233 + 131 + 218 = 582 (100%)
R 233 of 582 ~ 40.03%
G 131 of 582 ~ 22.51%
B 218 of 582 ~ 37.46'%

%40.03
%22.51
%37.46

CMYK color model

#E983DA color CMYK value is (0,44,6,9).

  • cyan value is 0.00%
  • magenta value is 43.78%
  • yellow value is 6.44%
  • key color value is 8.63%

CMYK: (0,44,6,9)
C0M44Y6K9 (0%, 44%, 6%, 9%)
(0.00 / 0.44 / 0.06 / 0.09)

CMYK percentages

%0
%43.78
%6.44
%8.63

Codes

Color #E983DA in popluar color models

E9 83 DA
RGB 233 131 218
HSL 309° 69.86% 71.37%
HSB/HSV 309° 43.78% 91.37%
CMYK 0.00% 43.78% 6.44%
8.63%

Color #E983DA in popluar number systems.

HEX E9 83 DA
Decimal 233 131 218
Binary 11101001 10000011 11011010
Octal 351 203 332

Shades and tints

Shades of #E983DA

#E983DA
(233,131,218)
#D478C7
(212,120,199)
#BF6DB4
(191,109,180)
#AA62A1
(170,98,161)
#95578E
(149,87,142)
#804C7B
(128,76,123)
#6B4168
(107,65,104)
#563655
(86,54,85)
#412B42
(65,43,66)
#2C202F
(44,32,47)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #E983DA

#E983DA
(233,131,218)
#EB8EDD
(235,142,221)
#ED99E0
(237,153,224)
#EFA4E3
(239,164,227)
#F1AFE6
(241,175,230)
#F3BAE9
(243,186,233)
#F5C5EC
(245,197,236)
#F7D0EF
(247,208,239)
#F9DBF2
(249,219,242)
#FBE6F5
(251,230,245)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E983DA; }

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

This text font color is #E983DA.

Background Color

.myBgColor { background-color: #E983DA; }

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

This div background color is #E983DA.

Border color

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

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

This div border color is #E983DA.

Opacity

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

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

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

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

This text has shadow with #E983DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E983DA.

Preview

Color preview on black background

This text has color #E983DA on black background.


Color preview on white background

This text has color #E983DA on white background.


Black color preview on #E983DA background

This text has black color on #E983DA background.


White color preview on #E983DA background

This text has white color on #E983DA background.


Related colors

Complementary color

Complementary color for #hex is #167C25.


I love getcolorcode.com

Triadic colors

1 #DAE983 and #83DAE9 with #E983DA are triadic colors.

2 #DA83E9 and #83E9DA with #E983DA are triadic colors.