COLOR #E45A53

HEX: #E45A53
RGB: (228,90,83)

Color info

#E45A53 contains mainly red color. Web safe color of #E45A53 is #CC6666 (or #C66).

RGB color model

#E45A53 color RGB value is (228,90,83).

  • red value is 228;
  • green value is 90;
  • blue value is 83.
RGB:
(228,90,83)
(89%,35%,33%)

RGB channels and saturation

R 228 of 255 = 89%
G 90 of 255 = 35%
B 83 of 255 = 33%

228
90
83

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

Portions of RGB colors in percentages

R + G + B =
228 + 90 + 83 = 401 (100%)
R 228 of 401 ~ 56.86%
G 90 of 401 ~ 22.44%
B 83 of 401 ~ 20.7%

%56.86
%22.44
%20.7

CMYK color model

#E45A53 color CMYK value is (0,61,64,11).

  • cyan value is 0.00%
  • magenta value is 60.53%
  • yellow value is 63.60%
  • key color value is 10.59%
CMYK:
(0,61,64,11)
C0M61Y64K11 
(0%,61%,64%,11%)
(0.00/0.61/0.64/0.11)	

CMYK percentages

%0
%60.53
%63.6
%10.59

Codes

Color #E45A53 in popluar color models

E45A53
RGB2289083
HSL72.86%60.98%
HSB/HSV63.60%89.41%
CMYK0.00%60.53%63.60%
10.59%

Color #E45A53 in popluar number systems.

HEXE45A53
Decimal2289083
Binary1110010010110101010011
Octal344132123

Shades and tints

Shades of #E45A53

#E45A53
(228,90,83)
#D0524C
(208,82,76)
#BC4A45
(188,74,69)
#A8423E
(168,66,62)
#943A37
(148,58,55)
#803230
(128,50,48)
#6C2A29
(108,42,41)
#582222
(88,34,34)
#441A1B
(68,26,27)
#301214
(48,18,20)
#1C0A0D
(28,10,13)
#000000
(0,0,0)

Tints of #E45A53

#E45A53
(228,90,83)
#E66962
(230,105,98)
#E87871
(232,120,113)
#EA8780
(234,135,128)
#EC968F
(236,150,143)
#EEA59E
(238,165,158)
#F0B4AD
(240,180,173)
#F2C3BC
(242,195,188)
#F4D2CB
(244,210,203)
#F6E1DA
(246,225,218)
#F8F0E9
(248,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E45A53 color. Also use rgb(228,90,83) instead hex code.

Text Font Color

.myTextColor { color: #E45A53; }

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

This text font color is #E45A53.


Background Color

.myBgColor { background-color: #E45A53; }

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

This div background color is #E45A53.


Border color

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

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

This div border color is #E45A53.


Opacity

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

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

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

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

This text has shadow with #E45A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E45A53 on black background.


Color preview on white background

This text has color #E45A53 on white background.



Black color preview on #E45A53 background

This text has black color on #E45A53 background.


White color preview on #E45A53 background

This text has white color on #E45A53 background.