COLOR #EC5354

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

Color info

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

RGB color model

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

RGB: (236,83,84) (93%, 33%, 33%)

RGB channels and saturation

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

236
83
84

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

Portions of RGB colors in percentages

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

%58.56
%20.6
%20.84

CMYK color model

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

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

CMYK percentages

%0
%64.83
%64.41
%7.45

Codes

Color #EC5354 in popluar color models

EC 53 54
RGB 236 83 84
HSL 360° 80.10% 62.55%
HSB/HSV 360° 64.83% 92.55%
CMYK 0.00% 64.83% 64.41%
7.45%

Color #EC5354 in popluar number systems.

HEX EC 53 54
Decimal 236 83 84
Binary 11101100 1010011 1010100
Octal 354 123 124

Shades and tints

Shades of #EC5354

#EC5354
(236,83,84)
#D74C4D
(215,76,77)
#C24546
(194,69,70)
#AD3E3F
(173,62,63)
#983738
(152,55,56)
#833031
(131,48,49)
#6E292A
(110,41,42)
#592223
(89,34,35)
#441B1C
(68,27,28)
#2F1415
(47,20,21)
#1A0D0E
(26,13,14)
#000000
(0,0,0)

Tints of #EC5354

#EC5354
(236,83,84)
#ED6263
(237,98,99)
#EE7172
(238,113,114)
#EF8081
(239,128,129)
#F08F90
(240,143,144)
#F19E9F
(241,158,159)
#F2ADAE
(242,173,174)
#F3BCBD
(243,188,189)
#F4CBCC
(244,203,204)
#F5DADB
(245,218,219)
#F6E9EA
(246,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC5354; }

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

This text font color is #EC5354.

Background Color

.myBgColor { background-color: #EC5354; }

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

This div background color is #EC5354.

Border color

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

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

This div border color is #EC5354.

Opacity

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

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

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

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

This text has shadow with #EC5354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC5354.

Preview

Color preview on black background

This text has color #EC5354 on black background.


Color preview on white background

This text has color #EC5354 on white background.


Black color preview on #EC5354 background

This text has black color on #EC5354 background.


White color preview on #EC5354 background

This text has white color on #EC5354 background.


Related colors

Complementary color

Complementary color for #hex is #13ACAB.


I love getcolorcode.com

Triadic colors

1 #54EC53 and #5354EC with #EC5354 are triadic colors.

2 #5453EC and #53EC54 with #EC5354 are triadic colors.