COLOR #E046E5

HEX: #E046E5
RGB: (224,70,229)

Color info

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

RGB color model

#E046E5 color RGB value is (224,70,229).

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

RGB channels and saturation

R 224 of 255 = 88%
G 70 of 255 = 27%
B 229 of 255 = 90%

224
70
229

R + G + B ~ 68%. #E046E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 70 + 229 = 523 (100%)
R 224 of 523 ~ 42.83%
G 70 of 523 ~ 13.38%
B 229 of 523 ~ 43.79%

%42.83
%13.38
%43.79

CMYK color model

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

  • cyan value is 2.18%
  • magenta value is 69.43%
  • 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.43
%0
%10.2

Codes

Color #E046E5 in popluar color models

E046E5
RGB22470229
HSL298°75.36%58.63%
HSB/HSV298°69.43%89.80%
CMYK2.18%69.43%0.00%
10.20%

Color #E046E5 in popluar number systems.

HEXE046E5
Decimal22470229
Binary11100000100011011100101
Octal340106345

Shades and tints

Shades of #E046E5

#E046E5
(224,70,229)
#CC40D1
(204,64,209)
#B83ABD
(184,58,189)
#A434A9
(164,52,169)
#902E95
(144,46,149)
#7C2881
(124,40,129)
#68226D
(104,34,109)
#541C59
(84,28,89)
#401645
(64,22,69)
#2C1031
(44,16,49)
#180A1D
(24,10,29)
#000000
(0,0,0)

Tints of #E046E5

#E046E5
(224,70,229)
#E256E7
(226,86,231)
#E466E9
(228,102,233)
#E676EB
(230,118,235)
#E886ED
(232,134,237)
#EA96EF
(234,150,239)
#ECA6F1
(236,166,241)
#EEB6F3
(238,182,243)
#F0C6F5
(240,198,245)
#F2D6F7
(242,214,247)
#F4E6F9
(244,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E046E5; }

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

This text font color is #E046E5.


Background Color

.myBgColor { background-color: #E046E5; }

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

This div background color is #E046E5.


Border color

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

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

This div border color is #E046E5.


Opacity

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

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

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

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

This text has shadow with #E046E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E046E5 on black background.


Color preview on white background

This text has color #E046E5 on white background.



Black color preview on #E046E5 background

This text has black color on #E046E5 background.


White color preview on #E046E5 background

This text has white color on #E046E5 background.