COLOR #E983A8

HEX: #E983A8
RGB: (233,131,168)

Color info

#E983A8 contains mainly red color. Web safe color of #E983A8 is #FF9999 (or #F99).

RGB color model

#E983A8 color RGB value is (233,131,168).

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

RGB channels and saturation

R 233 of 255 = 91%
G 131 of 255 = 51%
B 168 of 255 = 66%

233
131
168

R + G + B ~ 69%. #E983A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 131 + 168 = 532 (100%)
R 233 of 532 ~ 43.8%
G 131 of 532 ~ 24.62%
B 168 of 532 ~ 31.58%

%43.8
%24.62
%31.58

CMYK color model

#E983A8 color CMYK value is (0,44,28,9).

  • cyan value is 0.00%
  • magenta value is 43.78%
  • yellow value is 27.90%
  • key color value is 8.63%
CMYK:
(0,44,28,9)
C0M44Y28K9 
(0%,44%,28%,9%)
(0.00/0.44/0.28/0.09)	

CMYK percentages

%0
%43.78
%27.9
%8.63

Codes

Color #E983A8 in popluar color models

E983A8
RGB233131168
HSL338°69.86%71.37%
HSB/HSV338°43.78%91.37%
CMYK0.00%43.78%27.90%
8.63%

Color #E983A8 in popluar number systems.

HEXE983A8
Decimal233131168
Binary111010011000001110101000
Octal351203250

Shades and tints

Shades of #E983A8

#E983A8
(233,131,168)
#D47899
(212,120,153)
#BF6D8A
(191,109,138)
#AA627B
(170,98,123)
#95576C
(149,87,108)
#804C5D
(128,76,93)
#6B414E
(107,65,78)
#56363F
(86,54,63)
#412B30
(65,43,48)
#2C2021
(44,32,33)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #E983A8

#E983A8
(233,131,168)
#EB8EAF
(235,142,175)
#ED99B6
(237,153,182)
#EFA4BD
(239,164,189)
#F1AFC4
(241,175,196)
#F3BACB
(243,186,203)
#F5C5D2
(245,197,210)
#F7D0D9
(247,208,217)
#F9DBE0
(249,219,224)
#FBE6E7
(251,230,231)
#FDF1EE
(253,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E983A8; }

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

This text font color is #E983A8.


Background Color

.myBgColor { background-color: #E983A8; }

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

This div background color is #E983A8.


Border color

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

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

This div border color is #E983A8.


Opacity

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

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

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

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

This text has shadow with #E983A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E983A8 on black background.


Color preview on white background

This text has color #E983A8 on white background.



Black color preview on #E983A8 background

This text has black color on #E983A8 background.


White color preview on #E983A8 background

This text has white color on #E983A8 background.