COLOR #E841D6

HEX: #E841D6
RGB: (232,65,214)

Color info

#E841D6 contains mainly red and blue colors. Web safe color of #E841D6 is #FF33CC (or #F3C).

RGB color model

#E841D6 color RGB value is (232,65,214).

  • red value is 232;
  • green value is 65;
  • blue value is 214.
RGB:
(232,65,214)
(91%,25%,84%)

RGB channels and saturation

R 232 of 255 = 91%
G 65 of 255 = 25%
B 214 of 255 = 84%

232
65
214

R + G + B ~ 67%. #E841D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 65 + 214 = 511 (100%)
R 232 of 511 ~ 45.4%
G 65 of 511 ~ 12.72%
B 214 of 511 ~ 41.88%

%45.4
%12.72
%41.88

CMYK color model

#E841D6 color CMYK value is (0,72,8,9).

  • cyan value is 0.00%
  • magenta value is 71.98%
  • yellow value is 7.76%
  • key color value is 9.02%
CMYK:
(0,72,8,9)
C0M72Y8K9 
(0%,72%,8%,9%)
(0.00/0.72/0.08/0.09)	

CMYK percentages

%0
%71.98
%7.76
%9.02

Codes

Color #E841D6 in popluar color models

E841D6
RGB23265214
HSL306°78.40%58.24%
HSB/HSV306°71.98%90.98%
CMYK0.00%71.98%7.76%
9.02%

Color #E841D6 in popluar number systems.

HEXE841D6
Decimal23265214
Binary11101000100000111010110
Octal350101326

Shades and tints

Shades of #E841D6

#E841D6
(232,65,214)
#D33CC3
(211,60,195)
#BE37B0
(190,55,176)
#A9329D
(169,50,157)
#942D8A
(148,45,138)
#7F2877
(127,40,119)
#6A2364
(106,35,100)
#551E51
(85,30,81)
#40193E
(64,25,62)
#2B142B
(43,20,43)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #E841D6

#E841D6
(232,65,214)
#EA52D9
(234,82,217)
#EC63DC
(236,99,220)
#EE74DF
(238,116,223)
#F085E2
(240,133,226)
#F296E5
(242,150,229)
#F4A7E8
(244,167,232)
#F6B8EB
(246,184,235)
#F8C9EE
(248,201,238)
#FADAF1
(250,218,241)
#FCEBF4
(252,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E841D6 color. Also use rgb(232,65,214) instead hex code.

Text Font Color

.myTextColor { color: #E841D6; }

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

This text font color is #E841D6.


Background Color

.myBgColor { background-color: #E841D6; }

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

This div background color is #E841D6.


Border color

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

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

This div border color is #E841D6.


Opacity

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

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

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

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

This text has shadow with #E841D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E841D6 on black background.


Color preview on white background

This text has color #E841D6 on white background.



Black color preview on #E841D6 background

This text has black color on #E841D6 background.


White color preview on #E841D6 background

This text has white color on #E841D6 background.