COLOR #E047E5

HEX: #E047E5
RGB: (224,71,229)

Color info

#E047E5 contains mainly red and blue colors. Web safe color of #E047E5 is #CC33CC (or #C3C).

RGB color model

#E047E5 color RGB value is (224,71,229).

  • red value is 224;
  • green value is 71;
  • blue value is 229.
RGB:
(224,71,229)
(88%,28%,90%)

RGB channels and saturation

R 224 of 255 = 88%
G 71 of 255 = 28%
B 229 of 255 = 90%

224
71
229

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

Portions of RGB colors in percentages

R + G + B =
224 + 71 + 229 = 524 (100%)
R 224 of 524 ~ 42.75%
G 71 of 524 ~ 13.55%
B 229 of 524 ~ 43.7%

%42.75
%13.55
%43.7

CMYK color model

#E047E5 color CMYK value is (2,69,0,10).

  • cyan value is 2.18%
  • magenta value is 69.00%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(2,69,0,10)
C2M69Y0K10 
(2%,69%,0%,10%)
(0.02/0.69/0.00/0.10)	

CMYK percentages

%2.18
%69
%0
%10.2

Codes

Color #E047E5 in popluar color models

E047E5
RGB22471229
HSL298°75.24%58.82%
HSB/HSV298°69.00%89.80%
CMYK2.18%69.00%0.00%
10.20%

Color #E047E5 in popluar number systems.

HEXE047E5
Decimal22471229
Binary11100000100011111100101
Octal340107345

Shades and tints

Shades of #E047E5

#E047E5
(224,71,229)
#CC41D1
(204,65,209)
#B83BBD
(184,59,189)
#A435A9
(164,53,169)
#902F95
(144,47,149)
#7C2981
(124,41,129)
#68236D
(104,35,109)
#541D59
(84,29,89)
#401745
(64,23,69)
#2C1131
(44,17,49)
#180B1D
(24,11,29)
#000000
(0,0,0)

Tints of #E047E5

#E047E5
(224,71,229)
#E257E7
(226,87,231)
#E467E9
(228,103,233)
#E677EB
(230,119,235)
#E887ED
(232,135,237)
#EA97EF
(234,151,239)
#ECA7F1
(236,167,241)
#EEB7F3
(238,183,243)
#F0C7F5
(240,199,245)
#F2D7F7
(242,215,247)
#F4E7F9
(244,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E047E5 color. Also use rgb(224,71,229) instead hex code.

Text Font Color

.myTextColor { color: #E047E5; }

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

This text font color is #E047E5.


Background Color

.myBgColor { background-color: #E047E5; }

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

This div background color is #E047E5.


Border color

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

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

This div border color is #E047E5.


Opacity

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

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

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

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

This text has shadow with #E047E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E047E5 on black background.


Color preview on white background

This text has color #E047E5 on white background.



Black color preview on #E047E5 background

This text has black color on #E047E5 background.


White color preview on #E047E5 background

This text has white color on #E047E5 background.