COLOR #E51D67

HEX: #E51D67
RGB: (229,29,103)

Color info

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

RGB color model

#E51D67 color RGB value is (229,29,103).

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

RGB channels and saturation

R 229 of 255 = 90%
G 29 of 255 = 11%
B 103 of 255 = 40%

229
29
103

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

Portions of RGB colors in percentages

R + G + B =
229 + 29 + 103 = 361 (100%)
R 229 of 361 ~ 63.43%
G 29 of 361 ~ 8.03%
B 103 of 361 ~ 28.53%

%63.43
%28.53

CMYK color model

#E51D67 color CMYK value is (0,87,55,10).

  • cyan value is 0.00%
  • magenta value is 87.34%
  • yellow value is 55.02%
  • key color value is 10.20%
CMYK:
(0,87,55,10)
C0M87Y55K10 
(0%,87%,55%,10%)
(0.00/0.87/0.55/0.10)	

CMYK percentages

%0
%87.34
%55.02
%10.2

Codes

Color #E51D67 in popluar color models

E51D67
RGB22929103
HSL338°79.37%50.59%
HSB/HSV338°87.34%89.80%
CMYK0.00%87.34%55.02%
10.20%

Color #E51D67 in popluar number systems.

HEXE51D67
Decimal22929103
Binary11100101111011100111
Octal34535147

Shades and tints

Shades of #E51D67

#E51D67
(229,29,103)
#D11B5E
(209,27,94)
#BD1955
(189,25,85)
#A9174C
(169,23,76)
#951543
(149,21,67)
#81133A
(129,19,58)
#6D1131
(109,17,49)
#590F28
(89,15,40)
#450D1F
(69,13,31)
#310B16
(49,11,22)
#1D090D
(29,9,13)
#000000
(0,0,0)

Tints of #E51D67

#E51D67
(229,29,103)
#E73174
(231,49,116)
#E94581
(233,69,129)
#EB598E
(235,89,142)
#ED6D9B
(237,109,155)
#EF81A8
(239,129,168)
#F195B5
(241,149,181)
#F3A9C2
(243,169,194)
#F5BDCF
(245,189,207)
#F7D1DC
(247,209,220)
#F9E5E9
(249,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E51D67; }

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

This text font color is #E51D67.


Background Color

.myBgColor { background-color: #E51D67; }

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

This div background color is #E51D67.


Border color

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

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

This div border color is #E51D67.


Opacity

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

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

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

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

This text has shadow with #E51D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51D67 on black background.


Color preview on white background

This text has color #E51D67 on white background.



Black color preview on #E51D67 background

This text has black color on #E51D67 background.


White color preview on #E51D67 background

This text has white color on #E51D67 background.