COLOR #E847F2

HEX: #E847F2
RGB: (232,71,242)

Color info

#E847F2 contains mainly red and blue colors. Web safe color of #E847F2 is #FF33FF (or #F3F).

RGB color model

#E847F2 color RGB value is (232,71,242).

  • red value is 232;
  • green value is 71;
  • blue value is 242.
RGB:
(232,71,242)
(91%,28%,95%)

RGB channels and saturation

R 232 of 255 = 91%
G 71 of 255 = 28%
B 242 of 255 = 95%

232
71
242

R + G + B ~ 71%. #E847F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 71 + 242 = 545 (100%)
R 232 of 545 ~ 42.57%
G 71 of 545 ~ 13.03%
B 242 of 545 ~ 44.4%

%42.57
%13.03
%44.4

CMYK color model

#E847F2 color CMYK value is (4,71,0,5).

  • cyan value is 4.13%
  • magenta value is 70.66%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(4,71,0,5)
C4M71Y0K5 
(4%,71%,0%,5%)
(0.04/0.71/0.00/0.05)	

CMYK percentages

%4.13
%70.66
%0
%5.1

Codes

Color #E847F2 in popluar color models

E847F2
RGB23271242
HSL296°86.80%61.37%
HSB/HSV296°70.66%94.90%
CMYK4.13%70.66%0.00%
5.10%

Color #E847F2 in popluar number systems.

HEXE847F2
Decimal23271242
Binary11101000100011111110010
Octal350107362

Shades and tints

Shades of #E847F2

#E847F2
(232,71,242)
#D341DC
(211,65,220)
#BE3BC6
(190,59,198)
#A935B0
(169,53,176)
#942F9A
(148,47,154)
#7F2984
(127,41,132)
#6A236E
(106,35,110)
#551D58
(85,29,88)
#401742
(64,23,66)
#2B112C
(43,17,44)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #E847F2

#E847F2
(232,71,242)
#EA57F3
(234,87,243)
#EC67F4
(236,103,244)
#EE77F5
(238,119,245)
#F087F6
(240,135,246)
#F297F7
(242,151,247)
#F4A7F8
(244,167,248)
#F6B7F9
(246,183,249)
#F8C7FA
(248,199,250)
#FAD7FB
(250,215,251)
#FCE7FC
(252,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E847F2 color. Also use rgb(232,71,242) instead hex code.

Text Font Color

.myTextColor { color: #E847F2; }

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

This text font color is #E847F2.


Background Color

.myBgColor { background-color: #E847F2; }

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

This div background color is #E847F2.


Border color

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

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

This div border color is #E847F2.


Opacity

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

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

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

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

This text has shadow with #E847F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E847F2 on black background.


Color preview on white background

This text has color #E847F2 on white background.



Black color preview on #E847F2 background

This text has black color on #E847F2 background.


White color preview on #E847F2 background

This text has white color on #E847F2 background.