COLOR #E51D7D

HEX: #E51D7D
RGB: (229,29,125)

Color info

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

RGB color model

#E51D7D color RGB value is (229,29,125).

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

RGB channels and saturation

R 229 of 255 = 90%
G 29 of 255 = 11%
B 125 of 255 = 49%

229
29
125

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

Portions of RGB colors in percentages

R + G + B =
229 + 29 + 125 = 383 (100%)
R 229 of 383 ~ 59.79%
G 29 of 383 ~ 7.57%
B 125 of 383 ~ 32.64%

%59.79
%32.64

CMYK color model

#E51D7D color CMYK value is (0,87,45,10).

  • cyan value is 0.00%
  • magenta value is 87.34%
  • yellow value is 45.41%
  • key color value is 10.20%
CMYK:
(0,87,45,10)
C0M87Y45K10 
(0%,87%,45%,10%)
(0.00/0.87/0.45/0.10)	

CMYK percentages

%0
%87.34
%45.41
%10.2

Codes

Color #E51D7D in popluar color models

E51D7D
RGB22929125
HSL331°79.37%50.59%
HSB/HSV331°87.34%89.80%
CMYK0.00%87.34%45.41%
10.20%

Color #E51D7D in popluar number systems.

HEXE51D7D
Decimal22929125
Binary11100101111011111101
Octal34535175

Shades and tints

Shades of #E51D7D

#E51D7D
(229,29,125)
#D11B72
(209,27,114)
#BD1967
(189,25,103)
#A9175C
(169,23,92)
#951551
(149,21,81)
#811346
(129,19,70)
#6D113B
(109,17,59)
#590F30
(89,15,48)
#450D25
(69,13,37)
#310B1A
(49,11,26)
#1D090F
(29,9,15)
#000000
(0,0,0)

Tints of #E51D7D

#E51D7D
(229,29,125)
#E73188
(231,49,136)
#E94593
(233,69,147)
#EB599E
(235,89,158)
#ED6DA9
(237,109,169)
#EF81B4
(239,129,180)
#F195BF
(241,149,191)
#F3A9CA
(243,169,202)
#F5BDD5
(245,189,213)
#F7D1E0
(247,209,224)
#F9E5EB
(249,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E51D7D; }

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

This text font color is #E51D7D.


Background Color

.myBgColor { background-color: #E51D7D; }

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

This div background color is #E51D7D.


Border color

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

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

This div border color is #E51D7D.


Opacity

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

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

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

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

This text has shadow with #E51D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51D7D on black background.


Color preview on white background

This text has color #E51D7D on white background.



Black color preview on #E51D7D background

This text has black color on #E51D7D background.


White color preview on #E51D7D background

This text has white color on #E51D7D background.