COLOR #ED878D

HEX: #ED878D
RGB: (237,135,141)

Color info

#ED878D contains mainly red color. Web safe color of #ED878D is #FF9999 (or #F99).

RGB color model

#ED878D color RGB value is (237,135,141).

  • red value is 237;
  • green value is 135;
  • blue value is 141.
RGB:
(237,135,141)
(93%,53%,55%)

RGB channels and saturation

R 237 of 255 = 93%
G 135 of 255 = 53%
B 141 of 255 = 55%

237
135
141

R + G + B ~ 67%. #ED878D is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 135 + 141 = 513 (100%)
R 237 of 513 ~ 46.2%
G 135 of 513 ~ 26.32%
B 141 of 513 ~ 27.49%

%46.2
%26.32
%27.49

CMYK color model

#ED878D color CMYK value is (0,43,41,7).

  • cyan value is 0.00%
  • magenta value is 43.04%
  • yellow value is 40.51%
  • key color value is 7.06%
CMYK:
(0,43,41,7)
C0M43Y41K7 
(0%,43%,41%,7%)
(0.00/0.43/0.41/0.07)	

CMYK percentages

%0
%43.04
%40.51
%7.06

Codes

Color #ED878D in popluar color models

ED878D
RGB237135141
HSL356°73.91%72.94%
HSB/HSV356°43.04%92.94%
CMYK0.00%43.04%40.51%
7.06%

Color #ED878D in popluar number systems.

HEXED878D
Decimal237135141
Binary111011011000011110001101
Octal355207215

Shades and tints

Shades of #ED878D

#ED878D
(237,135,141)
#D87B81
(216,123,129)
#C36F75
(195,111,117)
#AE6369
(174,99,105)
#99575D
(153,87,93)
#844B51
(132,75,81)
#6F3F45
(111,63,69)
#5A3339
(90,51,57)
#45272D
(69,39,45)
#301B21
(48,27,33)
#1B0F15
(27,15,21)
#000000
(0,0,0)

Tints of #ED878D

#ED878D
(237,135,141)
#EE9197
(238,145,151)
#EF9BA1
(239,155,161)
#F0A5AB
(240,165,171)
#F1AFB5
(241,175,181)
#F2B9BF
(242,185,191)
#F3C3C9
(243,195,201)
#F4CDD3
(244,205,211)
#F5D7DD
(245,215,221)
#F6E1E7
(246,225,231)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED878D color. Also use rgb(237,135,141) instead hex code.

Text Font Color

.myTextColor { color: #ED878D; }

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

This text font color is #ED878D.


Background Color

.myBgColor { background-color: #ED878D; }

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

This div background color is #ED878D.


Border color

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

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

This div border color is #ED878D.


Opacity

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

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

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

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

This text has shadow with #ED878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED878D on black background.


Color preview on white background

This text has color #ED878D on white background.



Black color preview on #ED878D background

This text has black color on #ED878D background.


White color preview on #ED878D background

This text has white color on #ED878D background.