COLOR #E53551

HEX: #E53551
RGB: (229,53,81)

Color info

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

RGB color model

#E53551 color RGB value is (229,53,81).

  • red value is 229;
  • green value is 53;
  • blue value is 81.
RGB:
(229,53,81)
(90%,21%,32%)

RGB channels and saturation

R 229 of 255 = 90%
G 53 of 255 = 21%
B 81 of 255 = 32%

229
53
81

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

Portions of RGB colors in percentages

R + G + B =
229 + 53 + 81 = 363 (100%)
R 229 of 363 ~ 63.09%
G 53 of 363 ~ 14.6%
B 81 of 363 ~ 22.31%

%63.09
%14.6
%22.31

CMYK color model

#E53551 color CMYK value is (0,77,65,10).

  • cyan value is 0.00%
  • magenta value is 76.86%
  • yellow value is 64.63%
  • key color value is 10.20%
CMYK:
(0,77,65,10)
C0M77Y65K10 
(0%,77%,65%,10%)
(0.00/0.77/0.65/0.10)	

CMYK percentages

%0
%76.86
%64.63
%10.2

Codes

Color #E53551 in popluar color models

E53551
RGB2295381
HSL350°77.19%55.29%
HSB/HSV350°76.86%89.80%
CMYK0.00%76.86%64.63%
10.20%

Color #E53551 in popluar number systems.

HEXE53551
Decimal2295381
Binary111001011101011010001
Octal34565121

Shades and tints

Shades of #E53551

#E53551
(229,53,81)
#D1314A
(209,49,74)
#BD2D43
(189,45,67)
#A9293C
(169,41,60)
#952535
(149,37,53)
#81212E
(129,33,46)
#6D1D27
(109,29,39)
#591920
(89,25,32)
#451519
(69,21,25)
#311112
(49,17,18)
#1D0D0B
(29,13,11)
#000000
(0,0,0)

Tints of #E53551

#E53551
(229,53,81)
#E74760
(231,71,96)
#E9596F
(233,89,111)
#EB6B7E
(235,107,126)
#ED7D8D
(237,125,141)
#EF8F9C
(239,143,156)
#F1A1AB
(241,161,171)
#F3B3BA
(243,179,186)
#F5C5C9
(245,197,201)
#F7D7D8
(247,215,216)
#F9E9E7
(249,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E53551 color. Also use rgb(229,53,81) instead hex code.

Text Font Color

.myTextColor { color: #E53551; }

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

This text font color is #E53551.


Background Color

.myBgColor { background-color: #E53551; }

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

This div background color is #E53551.


Border color

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

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

This div border color is #E53551.


Opacity

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

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

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

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

This text has shadow with #E53551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E53551 on black background.


Color preview on white background

This text has color #E53551 on white background.



Black color preview on #E53551 background

This text has black color on #E53551 background.


White color preview on #E53551 background

This text has white color on #E53551 background.