COLOR #ED7D78

HEX: #ED7D78
RGB: (237,125,120)

Color info

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

RGB color model

#ED7D78 color RGB value is (237,125,120).

  • red value is 237;
  • green value is 125;
  • blue value is 120.
RGB:
(237,125,120)
(93%,49%,47%)

RGB channels and saturation

R 237 of 255 = 93%
G 125 of 255 = 49%
B 120 of 255 = 47%

237
125
120

R + G + B ~ 63%. #ED7D78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 125 + 120 = 482 (100%)
R 237 of 482 ~ 49.17%
G 125 of 482 ~ 25.93%
B 120 of 482 ~ 24.9%

%49.17
%25.93
%24.9

CMYK color model

#ED7D78 color CMYK value is (0,47,49,7).

  • cyan value is 0.00%
  • magenta value is 47.26%
  • yellow value is 49.37%
  • key color value is 7.06%
CMYK:
(0,47,49,7)
C0M47Y49K7 
(0%,47%,49%,7%)
(0.00/0.47/0.49/0.07)	

CMYK percentages

%0
%47.26
%49.37
%7.06

Codes

Color #ED7D78 in popluar color models

ED7D78
RGB237125120
HSL76.47%70.00%
HSB/HSV49.37%92.94%
CMYK0.00%47.26%49.37%
7.06%

Color #ED7D78 in popluar number systems.

HEXED7D78
Decimal237125120
Binary1110110111111011111000
Octal355175170

Shades and tints

Shades of #ED7D78

#ED7D78
(237,125,120)
#D8726E
(216,114,110)
#C36764
(195,103,100)
#AE5C5A
(174,92,90)
#995150
(153,81,80)
#844646
(132,70,70)
#6F3B3C
(111,59,60)
#5A3032
(90,48,50)
#452528
(69,37,40)
#301A1E
(48,26,30)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #ED7D78

#ED7D78
(237,125,120)
#EE8884
(238,136,132)
#EF9390
(239,147,144)
#F09E9C
(240,158,156)
#F1A9A8
(241,169,168)
#F2B4B4
(242,180,180)
#F3BFC0
(243,191,192)
#F4CACC
(244,202,204)
#F5D5D8
(245,213,216)
#F6E0E4
(246,224,228)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7D78 color. Also use rgb(237,125,120) instead hex code.

Text Font Color

.myTextColor { color: #ED7D78; }

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

This text font color is #ED7D78.


Background Color

.myBgColor { background-color: #ED7D78; }

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

This div background color is #ED7D78.


Border color

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

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

This div border color is #ED7D78.


Opacity

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

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

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

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

This text has shadow with #ED7D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7D78 on black background.


Color preview on white background

This text has color #ED7D78 on white background.



Black color preview on #ED7D78 background

This text has black color on #ED7D78 background.


White color preview on #ED7D78 background

This text has white color on #ED7D78 background.