COLOR #ED554E

HEX: #ED554E
RGB: (237,85,78)

Color info

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

RGB color model

#ED554E color RGB value is (237,85,78).

  • red value is 237;
  • green value is 85;
  • blue value is 78.
RGB:
(237,85,78)
(93%,33%,31%)

RGB channels and saturation

R 237 of 255 = 93%
G 85 of 255 = 33%
B 78 of 255 = 31%

237
85
78

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

Portions of RGB colors in percentages

R + G + B =
237 + 85 + 78 = 400 (100%)
R 237 of 400 ~ 59.25%
G 85 of 400 ~ 21.25%
B 78 of 400 ~ 19.5%

%59.25
%21.25
%19.5

CMYK color model

#ED554E color CMYK value is (0,64,67,7).

  • cyan value is 0.00%
  • magenta value is 64.14%
  • yellow value is 67.09%
  • key color value is 7.06%
CMYK:
(0,64,67,7)
C0M64Y67K7 
(0%,64%,67%,7%)
(0.00/0.64/0.67/0.07)	

CMYK percentages

%0
%64.14
%67.09
%7.06

Codes

Color #ED554E in popluar color models

ED554E
RGB2378578
HSL81.54%61.76%
HSB/HSV67.09%92.94%
CMYK0.00%64.14%67.09%
7.06%

Color #ED554E in popluar number systems.

HEXED554E
Decimal2378578
Binary1110110110101011001110
Octal355125116

Shades and tints

Shades of #ED554E

#ED554E
(237,85,78)
#D84E47
(216,78,71)
#C34740
(195,71,64)
#AE4039
(174,64,57)
#993932
(153,57,50)
#84322B
(132,50,43)
#6F2B24
(111,43,36)
#5A241D
(90,36,29)
#451D16
(69,29,22)
#30160F
(48,22,15)
#1B0F08
(27,15,8)
#000000
(0,0,0)

Tints of #ED554E

#ED554E
(237,85,78)
#EE645E
(238,100,94)
#EF736E
(239,115,110)
#F0827E
(240,130,126)
#F1918E
(241,145,142)
#F2A09E
(242,160,158)
#F3AFAE
(243,175,174)
#F4BEBE
(244,190,190)
#F5CDCE
(245,205,206)
#F6DCDE
(246,220,222)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED554E color. Also use rgb(237,85,78) instead hex code.

Text Font Color

.myTextColor { color: #ED554E; }

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

This text font color is #ED554E.


Background Color

.myBgColor { background-color: #ED554E; }

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

This div background color is #ED554E.


Border color

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

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

This div border color is #ED554E.


Opacity

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

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

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

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

This text has shadow with #ED554E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED554E on black background.


Color preview on white background

This text has color #ED554E on white background.



Black color preview on #ED554E background

This text has black color on #ED554E background.


White color preview on #ED554E background

This text has white color on #ED554E background.