COLOR #E500A4

HEX: #E500A4
RGB: (229,0,164)

Color info

#E500A4 contains mainly red color. Web safe color of #E500A4 is #CC0099 (or #C09).

RGB color model

#E500A4 color RGB value is (229,0,164).

  • red value is 229;
  • green value is 0;
  • blue value is 164.
RGB:
(229,0,164)
(90%,0%,64%)

RGB channels and saturation

R 229 of 255 = 90%
G 0 of 255 = 0%
B 164 of 255 = 64%

229
0
164

R + G + B ~ 51%. #E500A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
229 + 0 + 164 = 393 (100%)
R 229 of 393 ~ 58.27%
G 0 of 393 ~ 0%
B 164 of 393 ~ 41.73%

%58.27
%41.73

CMYK color model

#E500A4 color CMYK value is (0,100,28,10).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(0,100,28,10)
C0M100Y28K10 
(0%,100%,28%,10%)
(0.00/1.00/0.28/0.10)	

CMYK percentages

%0
%100
%28.38
%10.2

Codes

Color #E500A4 in popluar color models

E500A4
RGB2290164
HSL317°100.00%44.90%
HSB/HSV317°100.00%89.80%
CMYK0.00%100.00%28.38%
10.20%

Color #E500A4 in popluar number systems.

HEXE500A4
Decimal2290164
Binary11100101010100100
Octal3450244

Shades and tints

Shades of #E500A4

#E500A4
(229,0,164)
#D10096
(209,0,150)
#BD0088
(189,0,136)
#A9007A
(169,0,122)
#95006C
(149,0,108)
#81005E
(129,0,94)
#6D0050
(109,0,80)
#590042
(89,0,66)
#450034
(69,0,52)
#310026
(49,0,38)
#1D0018
(29,0,24)
#000000
(0,0,0)

Tints of #E500A4

#E500A4
(229,0,164)
#E717AC
(231,23,172)
#E92EB4
(233,46,180)
#EB45BC
(235,69,188)
#ED5CC4
(237,92,196)
#EF73CC
(239,115,204)
#F18AD4
(241,138,212)
#F3A1DC
(243,161,220)
#F5B8E4
(245,184,228)
#F7CFEC
(247,207,236)
#F9E6F4
(249,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E500A4 color. Also use rgb(229,0,164) instead hex code.

Text Font Color

.myTextColor { color: #E500A4; }

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

This text font color is #E500A4.


Background Color

.myBgColor { background-color: #E500A4; }

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

This div background color is #E500A4.


Border color

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

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

This div border color is #E500A4.


Opacity

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

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

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

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

This text has shadow with #E500A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E500A4 on black background.


Color preview on white background

This text has color #E500A4 on white background.



Black color preview on #E500A4 background

This text has black color on #E500A4 background.


White color preview on #E500A4 background

This text has white color on #E500A4 background.