COLOR #E982C8

HEX: #E982C8
RGB: (233,130,200)

Color info

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

RGB color model

#E982C8 color RGB value is (233,130,200).

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

RGB channels and saturation

R 233 of 255 = 91%
G 130 of 255 = 51%
B 200 of 255 = 78%

233
130
200

R + G + B ~ 73%. #E982C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 130 + 200 = 563 (100%)
R 233 of 563 ~ 41.39%
G 130 of 563 ~ 23.09%
B 200 of 563 ~ 35.52%

%41.39
%23.09
%35.52

CMYK color model

#E982C8 color CMYK value is (0,44,14,9).

  • cyan value is 0.00%
  • magenta value is 44.21%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(0,44,14,9)
C0M44Y14K9 
(0%,44%,14%,9%)
(0.00/0.44/0.14/0.09)	

CMYK percentages

%0
%44.21
%14.16
%8.63

Codes

Color #E982C8 in popluar color models

E982C8
RGB233130200
HSL319°70.07%71.18%
HSB/HSV319°44.21%91.37%
CMYK0.00%44.21%14.16%
8.63%

Color #E982C8 in popluar number systems.

HEXE982C8
Decimal233130200
Binary111010011000001011001000
Octal351202310

Shades and tints

Shades of #E982C8

#E982C8
(233,130,200)
#D477B6
(212,119,182)
#BF6CA4
(191,108,164)
#AA6192
(170,97,146)
#955680
(149,86,128)
#804B6E
(128,75,110)
#6B405C
(107,64,92)
#56354A
(86,53,74)
#412A38
(65,42,56)
#2C1F26
(44,31,38)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #E982C8

#E982C8
(233,130,200)
#EB8DCD
(235,141,205)
#ED98D2
(237,152,210)
#EFA3D7
(239,163,215)
#F1AEDC
(241,174,220)
#F3B9E1
(243,185,225)
#F5C4E6
(245,196,230)
#F7CFEB
(247,207,235)
#F9DAF0
(249,218,240)
#FBE5F5
(251,229,245)
#FDF0FA
(253,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E982C8; }

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

This text font color is #E982C8.


Background Color

.myBgColor { background-color: #E982C8; }

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

This div background color is #E982C8.


Border color

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

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

This div border color is #E982C8.


Opacity

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

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

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

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

This text has shadow with #E982C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E982C8 on black background.


Color preview on white background

This text has color #E982C8 on white background.



Black color preview on #E982C8 background

This text has black color on #E982C8 background.


White color preview on #E982C8 background

This text has white color on #E982C8 background.