COLOR #E51D74

HEX: #E51D74
RGB: (229,29,116)

Color info

#E51D74 contains mainly red color. Web safe color of #E51D74 is #CC3366 (or #C36).

RGB color model

#E51D74 color RGB value is (229,29,116).

  • red value is 229;
  • green value is 29;
  • blue value is 116.
RGB:
(229,29,116)
(90%,11%,45%)

RGB channels and saturation

R 229 of 255 = 90%
G 29 of 255 = 11%
B 116 of 255 = 45%

229
29
116

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

Portions of RGB colors in percentages

R + G + B =
229 + 29 + 116 = 374 (100%)
R 229 of 374 ~ 61.23%
G 29 of 374 ~ 7.75%
B 116 of 374 ~ 31.02%

%61.23
%31.02

CMYK color model

#E51D74 color CMYK value is (0,87,49,10).

  • cyan value is 0.00%
  • magenta value is 87.34%
  • yellow value is 49.34%
  • key color value is 10.20%
CMYK:
(0,87,49,10)
C0M87Y49K10 
(0%,87%,49%,10%)
(0.00/0.87/0.49/0.10)	

CMYK percentages

%0
%87.34
%49.34
%10.2

Codes

Color #E51D74 in popluar color models

E51D74
RGB22929116
HSL334°79.37%50.59%
HSB/HSV334°87.34%89.80%
CMYK0.00%87.34%49.34%
10.20%

Color #E51D74 in popluar number systems.

HEXE51D74
Decimal22929116
Binary11100101111011110100
Octal34535164

Shades and tints

Shades of #E51D74

#E51D74
(229,29,116)
#D11B6A
(209,27,106)
#BD1960
(189,25,96)
#A91756
(169,23,86)
#95154C
(149,21,76)
#811342
(129,19,66)
#6D1138
(109,17,56)
#590F2E
(89,15,46)
#450D24
(69,13,36)
#310B1A
(49,11,26)
#1D0910
(29,9,16)
#000000
(0,0,0)

Tints of #E51D74

#E51D74
(229,29,116)
#E73180
(231,49,128)
#E9458C
(233,69,140)
#EB5998
(235,89,152)
#ED6DA4
(237,109,164)
#EF81B0
(239,129,176)
#F195BC
(241,149,188)
#F3A9C8
(243,169,200)
#F5BDD4
(245,189,212)
#F7D1E0
(247,209,224)
#F9E5EC
(249,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51D74 color. Also use rgb(229,29,116) instead hex code.

Text Font Color

.myTextColor { color: #E51D74; }

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

This text font color is #E51D74.


Background Color

.myBgColor { background-color: #E51D74; }

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

This div background color is #E51D74.


Border color

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

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

This div border color is #E51D74.


Opacity

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

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

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

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

This text has shadow with #E51D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51D74 on black background.


Color preview on white background

This text has color #E51D74 on white background.



Black color preview on #E51D74 background

This text has black color on #E51D74 background.


White color preview on #E51D74 background

This text has white color on #E51D74 background.