COLOR #E50DA4

HEX: #E50DA4
RGB: (229,13,164)

Color info

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

RGB color model

#E50DA4 color RGB value is (229,13,164).

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

RGB channels and saturation

R 229 of 255 = 90%
G 13 of 255 = 5%
B 164 of 255 = 64%

229
13
164

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

Portions of RGB colors in percentages

R + G + B =
229 + 13 + 164 = 406 (100%)
R 229 of 406 ~ 56.4%
G 13 of 406 ~ 3.2%
B 164 of 406 ~ 40.39%

%56.4
%40.39

CMYK color model

#E50DA4 color CMYK value is (0,94,28,10).

  • cyan value is 0.00%
  • magenta value is 94.32%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(0,94,28,10)
C0M94Y28K10 
(0%,94%,28%,10%)
(0.00/0.94/0.28/0.10)	

CMYK percentages

%0
%94.32
%28.38
%10.2

Codes

Color #E50DA4 in popluar color models

E50DA4
RGB22913164
HSL318°89.26%47.45%
HSB/HSV318°94.32%89.80%
CMYK0.00%94.32%28.38%
10.20%

Color #E50DA4 in popluar number systems.

HEXE50DA4
Decimal22913164
Binary11100101110110100100
Octal34515244

Shades and tints

Shades of #E50DA4

#E50DA4
(229,13,164)
#D10C96
(209,12,150)
#BD0B88
(189,11,136)
#A90A7A
(169,10,122)
#95096C
(149,9,108)
#81085E
(129,8,94)
#6D0750
(109,7,80)
#590642
(89,6,66)
#450534
(69,5,52)
#310426
(49,4,38)
#1D0318
(29,3,24)
#000000
(0,0,0)

Tints of #E50DA4

#E50DA4
(229,13,164)
#E723AC
(231,35,172)
#E939B4
(233,57,180)
#EB4FBC
(235,79,188)
#ED65C4
(237,101,196)
#EF7BCC
(239,123,204)
#F191D4
(241,145,212)
#F3A7DC
(243,167,220)
#F5BDE4
(245,189,228)
#F7D3EC
(247,211,236)
#F9E9F4
(249,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E50DA4; }

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

This text font color is #E50DA4.


Background Color

.myBgColor { background-color: #E50DA4; }

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

This div background color is #E50DA4.


Border color

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

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

This div border color is #E50DA4.


Opacity

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

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

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

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

This text has shadow with #E50DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50DA4 on black background.


Color preview on white background

This text has color #E50DA4 on white background.



Black color preview on #E50DA4 background

This text has black color on #E50DA4 background.


White color preview on #E50DA4 background

This text has white color on #E50DA4 background.