COLOR #E04EB4

HEX: #E04EB4
RGB: (224,78,180)

Color info

#E04EB4 contains mainly red and blue colors. Web safe color of #E04EB4 is #CC66CC (or #C6C).

RGB color model

#E04EB4 color RGB value is (224,78,180).

  • red value is 224;
  • green value is 78;
  • blue value is 180.
RGB:
(224,78,180)
(88%,31%,71%)

RGB channels and saturation

R 224 of 255 = 88%
G 78 of 255 = 31%
B 180 of 255 = 71%

224
78
180

R + G + B ~ 63%. #E04EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 78 + 180 = 482 (100%)
R 224 of 482 ~ 46.47%
G 78 of 482 ~ 16.18%
B 180 of 482 ~ 37.34%

%46.47
%16.18
%37.34

CMYK color model

#E04EB4 color CMYK value is (0,65,20,12).

  • cyan value is 0.00%
  • magenta value is 65.18%
  • yellow value is 19.64%
  • key color value is 12.16%
CMYK:
(0,65,20,12)
C0M65Y20K12 
(0%,65%,20%,12%)
(0.00/0.65/0.20/0.12)	

CMYK percentages

%0
%65.18
%19.64
%12.16

Codes

Color #E04EB4 in popluar color models

E04EB4
RGB22478180
HSL318°70.19%59.22%
HSB/HSV318°65.18%87.84%
CMYK0.00%65.18%19.64%
12.16%

Color #E04EB4 in popluar number systems.

HEXE04EB4
Decimal22478180
Binary11100000100111010110100
Octal340116264

Shades and tints

Shades of #E04EB4

#E04EB4
(224,78,180)
#CC47A4
(204,71,164)
#B84094
(184,64,148)
#A43984
(164,57,132)
#903274
(144,50,116)
#7C2B64
(124,43,100)
#682454
(104,36,84)
#541D44
(84,29,68)
#401634
(64,22,52)
#2C0F24
(44,15,36)
#180814
(24,8,20)
#000000
(0,0,0)

Tints of #E04EB4

#E04EB4
(224,78,180)
#E25EBA
(226,94,186)
#E46EC0
(228,110,192)
#E67EC6
(230,126,198)
#E88ECC
(232,142,204)
#EA9ED2
(234,158,210)
#ECAED8
(236,174,216)
#EEBEDE
(238,190,222)
#F0CEE4
(240,206,228)
#F2DEEA
(242,222,234)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E04EB4 color. Also use rgb(224,78,180) instead hex code.

Text Font Color

.myTextColor { color: #E04EB4; }

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

This text font color is #E04EB4.


Background Color

.myBgColor { background-color: #E04EB4; }

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

This div background color is #E04EB4.


Border color

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

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

This div border color is #E04EB4.


Opacity

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

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

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

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

This text has shadow with #E04EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E04EB4 on black background.


Color preview on white background

This text has color #E04EB4 on white background.



Black color preview on #E04EB4 background

This text has black color on #E04EB4 background.


White color preview on #E04EB4 background

This text has white color on #E04EB4 background.