COLOR #E983F7

HEX: #E983F7
RGB: (233,131,247)

Color info

#E983F7 contains mainly red and blue colors. Web safe color of #E983F7 is #FF99FF (or #F9F).

RGB color model

#E983F7 color RGB value is (233,131,247).

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

RGB channels and saturation

R 233 of 255 = 91%
G 131 of 255 = 51%
B 247 of 255 = 97%

233
131
247

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

Portions of RGB colors in percentages

R + G + B =
233 + 131 + 247 = 611 (100%)
R 233 of 611 ~ 38.13%
G 131 of 611 ~ 21.44%
B 247 of 611 ~ 40.43%

%38.13
%21.44
%40.43

CMYK color model

#E983F7 color CMYK value is (6,47,0,3).

  • cyan value is 5.67%
  • magenta value is 46.96%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(6,47,0,3)
C6M47Y0K3 
(6%,47%,0%,3%)
(0.06/0.47/0.00/0.03)	

CMYK percentages

%5.67
%46.96
%0
%3.14

Codes

Color #E983F7 in popluar color models

E983F7
RGB233131247
HSL293°87.88%74.12%
HSB/HSV293°46.96%96.86%
CMYK5.67%46.96%0.00%
3.14%

Color #E983F7 in popluar number systems.

HEXE983F7
Decimal233131247
Binary111010011000001111110111
Octal351203367

Shades and tints

Shades of #E983F7

#E983F7
(233,131,247)
#D478E1
(212,120,225)
#BF6DCB
(191,109,203)
#AA62B5
(170,98,181)
#95579F
(149,87,159)
#804C89
(128,76,137)
#6B4173
(107,65,115)
#56365D
(86,54,93)
#412B47
(65,43,71)
#2C2031
(44,32,49)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #E983F7

#E983F7
(233,131,247)
#EB8EF7
(235,142,247)
#ED99F7
(237,153,247)
#EFA4F7
(239,164,247)
#F1AFF7
(241,175,247)
#F3BAF7
(243,186,247)
#F5C5F7
(245,197,247)
#F7D0F7
(247,208,247)
#F9DBF7
(249,219,247)
#FBE6F7
(251,230,247)
#FDF1F7
(253,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E983F7; }

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

This text font color is #E983F7.


Background Color

.myBgColor { background-color: #E983F7; }

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

This div background color is #E983F7.


Border color

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

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

This div border color is #E983F7.


Opacity

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

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

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

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

This text has shadow with #E983F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E983F7 on black background.


Color preview on white background

This text has color #E983F7 on white background.



Black color preview on #E983F7 background

This text has black color on #E983F7 background.


White color preview on #E983F7 background

This text has white color on #E983F7 background.