COLOR #EC5453

HEX: #EC5453
RGB: (236,84,83)

Color info

#EC5453 contains mainly red color. Web safe color of #EC5453 is #FF6666 (or #F66).

RGB color model

#EC5453 color RGB value is (236,84,83).

  • red value is 236;
  • green value is 84;
  • blue value is 83.
RGB:
(236,84,83)
(93%,33%,33%)

RGB channels and saturation

R 236 of 255 = 93%
G 84 of 255 = 33%
B 83 of 255 = 33%

236
84
83

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

Portions of RGB colors in percentages

R + G + B =
236 + 84 + 83 = 403 (100%)
R 236 of 403 ~ 58.56%
G 84 of 403 ~ 20.84%
B 83 of 403 ~ 20.6%

%58.56
%20.84
%20.6

CMYK color model

#EC5453 color CMYK value is (0,64,65,7).

  • cyan value is 0.00%
  • magenta value is 64.41%
  • yellow value is 64.83%
  • key color value is 7.45%
CMYK:
(0,64,65,7)
C0M64Y65K7 
(0%,64%,65%,7%)
(0.00/0.64/0.65/0.07)	

CMYK percentages

%0
%64.41
%64.83
%7.45

Codes

Color #EC5453 in popluar color models

EC5453
RGB2368483
HSL80.10%62.55%
HSB/HSV64.83%92.55%
CMYK0.00%64.41%64.83%
7.45%

Color #EC5453 in popluar number systems.

HEXEC5453
Decimal2368483
Binary1110110010101001010011
Octal354124123

Shades and tints

Shades of #EC5453

#EC5453
(236,84,83)
#D74D4C
(215,77,76)
#C24645
(194,70,69)
#AD3F3E
(173,63,62)
#983837
(152,56,55)
#833130
(131,49,48)
#6E2A29
(110,42,41)
#592322
(89,35,34)
#441C1B
(68,28,27)
#2F1514
(47,21,20)
#1A0E0D
(26,14,13)
#000000
(0,0,0)

Tints of #EC5453

#EC5453
(236,84,83)
#ED6362
(237,99,98)
#EE7271
(238,114,113)
#EF8180
(239,129,128)
#F0908F
(240,144,143)
#F19F9E
(241,159,158)
#F2AEAD
(242,174,173)
#F3BDBC
(243,189,188)
#F4CCCB
(244,204,203)
#F5DBDA
(245,219,218)
#F6EAE9
(246,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5453 color. Also use rgb(236,84,83) instead hex code.

Text Font Color

.myTextColor { color: #EC5453; }

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

This text font color is #EC5453.


Background Color

.myBgColor { background-color: #EC5453; }

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

This div background color is #EC5453.


Border color

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

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

This div border color is #EC5453.


Opacity

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

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

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

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

This text has shadow with #EC5453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5453 on black background.


Color preview on white background

This text has color #EC5453 on white background.



Black color preview on #EC5453 background

This text has black color on #EC5453 background.


White color preview on #EC5453 background

This text has white color on #EC5453 background.