COLOR #E53D57

HEX: #E53D57
RGB: (229,61,87)

Color info

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

RGB color model

#E53D57 color RGB value is (229,61,87).

  • red value is 229;
  • green value is 61;
  • blue value is 87.
RGB:
(229,61,87)
(90%,24%,34%)

RGB channels and saturation

R 229 of 255 = 90%
G 61 of 255 = 24%
B 87 of 255 = 34%

229
61
87

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

Portions of RGB colors in percentages

R + G + B =
229 + 61 + 87 = 377 (100%)
R 229 of 377 ~ 60.74%
G 61 of 377 ~ 16.18%
B 87 of 377 ~ 23.08%

%60.74
%16.18
%23.08

CMYK color model

#E53D57 color CMYK value is (0,73,62,10).

  • cyan value is 0.00%
  • magenta value is 73.36%
  • yellow value is 62.01%
  • key color value is 10.20%
CMYK:
(0,73,62,10)
C0M73Y62K10 
(0%,73%,62%,10%)
(0.00/0.73/0.62/0.10)	

CMYK percentages

%0
%73.36
%62.01
%10.2

Codes

Color #E53D57 in popluar color models

E53D57
RGB2296187
HSL351°76.36%56.86%
HSB/HSV351°73.36%89.80%
CMYK0.00%73.36%62.01%
10.20%

Color #E53D57 in popluar number systems.

HEXE53D57
Decimal2296187
Binary111001011111011010111
Octal34575127

Shades and tints

Shades of #E53D57

#E53D57
(229,61,87)
#D13850
(209,56,80)
#BD3349
(189,51,73)
#A92E42
(169,46,66)
#95293B
(149,41,59)
#812434
(129,36,52)
#6D1F2D
(109,31,45)
#591A26
(89,26,38)
#45151F
(69,21,31)
#311018
(49,16,24)
#1D0B11
(29,11,17)
#000000
(0,0,0)

Tints of #E53D57

#E53D57
(229,61,87)
#E74E66
(231,78,102)
#E95F75
(233,95,117)
#EB7084
(235,112,132)
#ED8193
(237,129,147)
#EF92A2
(239,146,162)
#F1A3B1
(241,163,177)
#F3B4C0
(243,180,192)
#F5C5CF
(245,197,207)
#F7D6DE
(247,214,222)
#F9E7ED
(249,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E53D57 color. Also use rgb(229,61,87) instead hex code.

Text Font Color

.myTextColor { color: #E53D57; }

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

This text font color is #E53D57.


Background Color

.myBgColor { background-color: #E53D57; }

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

This div background color is #E53D57.


Border color

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

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

This div border color is #E53D57.


Opacity

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

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

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

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

This text has shadow with #E53D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E53D57 on black background.


Color preview on white background

This text has color #E53D57 on white background.



Black color preview on #E53D57 background

This text has black color on #E53D57 background.


White color preview on #E53D57 background

This text has white color on #E53D57 background.