COLOR #E982D8

HEX: #E982D8
RGB: (233,130,216)

Color info

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

RGB color model

#E982D8 color RGB value is (233,130,216).

  • red value is 233;
  • green value is 130;
  • blue value is 216.
RGB:
(233,130,216)
(91%,51%,85%)

RGB channels and saturation

R 233 of 255 = 91%
G 130 of 255 = 51%
B 216 of 255 = 85%

233
130
216

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

Portions of RGB colors in percentages

R + G + B =
233 + 130 + 216 = 579 (100%)
R 233 of 579 ~ 40.24%
G 130 of 579 ~ 22.45%
B 216 of 579 ~ 37.31%

%40.24
%22.45
%37.31

CMYK color model

#E982D8 color CMYK value is (0,44,7,9).

  • cyan value is 0.00%
  • magenta value is 44.21%
  • yellow value is 7.30%
  • key color value is 8.63%
CMYK:
(0,44,7,9)
C0M44Y7K9 
(0%,44%,7%,9%)
(0.00/0.44/0.07/0.09)	

CMYK percentages

%0
%44.21
%7.3
%8.63

Codes

Color #E982D8 in popluar color models

E982D8
RGB233130216
HSL310°70.07%71.18%
HSB/HSV310°44.21%91.37%
CMYK0.00%44.21%7.30%
8.63%

Color #E982D8 in popluar number systems.

HEXE982D8
Decimal233130216
Binary111010011000001011011000
Octal351202330

Shades and tints

Shades of #E982D8

#E982D8
(233,130,216)
#D477C5
(212,119,197)
#BF6CB2
(191,108,178)
#AA619F
(170,97,159)
#95568C
(149,86,140)
#804B79
(128,75,121)
#6B4066
(107,64,102)
#563553
(86,53,83)
#412A40
(65,42,64)
#2C1F2D
(44,31,45)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #E982D8

#E982D8
(233,130,216)
#EB8DDB
(235,141,219)
#ED98DE
(237,152,222)
#EFA3E1
(239,163,225)
#F1AEE4
(241,174,228)
#F3B9E7
(243,185,231)
#F5C4EA
(245,196,234)
#F7CFED
(247,207,237)
#F9DAF0
(249,218,240)
#FBE5F3
(251,229,243)
#FDF0F6
(253,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E982D8 color. Also use rgb(233,130,216) instead hex code.

Text Font Color

.myTextColor { color: #E982D8; }

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

This text font color is #E982D8.


Background Color

.myBgColor { background-color: #E982D8; }

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

This div background color is #E982D8.


Border color

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

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

This div border color is #E982D8.


Opacity

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

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

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

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

This text has shadow with #E982D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E982D8 on black background.


Color preview on white background

This text has color #E982D8 on white background.



Black color preview on #E982D8 background

This text has black color on #E982D8 background.


White color preview on #E982D8 background

This text has white color on #E982D8 background.