COLOR #ED8089

HEX: #ED8089
RGB: (237,128,137)

Color info

#ED8089 contains mainly red color. Web safe color of #ED8089 is #FF6699 (or #F69).

RGB color model

#ED8089 color RGB value is (237,128,137).

  • red value is 237;
  • green value is 128;
  • blue value is 137.
RGB:
(237,128,137)
(93%,50%,54%)

RGB channels and saturation

R 237 of 255 = 93%
G 128 of 255 = 50%
B 137 of 255 = 54%

237
128
137

R + G + B ~ 66%. #ED8089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 128 + 137 = 502 (100%)
R 237 of 502 ~ 47.21%
G 128 of 502 ~ 25.5%
B 137 of 502 ~ 27.29%

%47.21
%25.5
%27.29

CMYK color model

#ED8089 color CMYK value is (0,46,42,7).

  • cyan value is 0.00%
  • magenta value is 45.99%
  • yellow value is 42.19%
  • key color value is 7.06%
CMYK:
(0,46,42,7)
C0M46Y42K7 
(0%,46%,42%,7%)
(0.00/0.46/0.42/0.07)	

CMYK percentages

%0
%45.99
%42.19
%7.06

Codes

Color #ED8089 in popluar color models

ED8089
RGB237128137
HSL355°75.17%71.57%
HSB/HSV355°45.99%92.94%
CMYK0.00%45.99%42.19%
7.06%

Color #ED8089 in popluar number systems.

HEXED8089
Decimal237128137
Binary111011011000000010001001
Octal355200211

Shades and tints

Shades of #ED8089

#ED8089
(237,128,137)
#D8757D
(216,117,125)
#C36A71
(195,106,113)
#AE5F65
(174,95,101)
#995459
(153,84,89)
#84494D
(132,73,77)
#6F3E41
(111,62,65)
#5A3335
(90,51,53)
#452829
(69,40,41)
#301D1D
(48,29,29)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #ED8089

#ED8089
(237,128,137)
#EE8B93
(238,139,147)
#EF969D
(239,150,157)
#F0A1A7
(240,161,167)
#F1ACB1
(241,172,177)
#F2B7BB
(242,183,187)
#F3C2C5
(243,194,197)
#F4CDCF
(244,205,207)
#F5D8D9
(245,216,217)
#F6E3E3
(246,227,227)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8089 color. Also use rgb(237,128,137) instead hex code.

Text Font Color

.myTextColor { color: #ED8089; }

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

This text font color is #ED8089.


Background Color

.myBgColor { background-color: #ED8089; }

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

This div background color is #ED8089.


Border color

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

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

This div border color is #ED8089.


Opacity

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

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

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

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

This text has shadow with #ED8089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8089 on black background.


Color preview on white background

This text has color #ED8089 on white background.



Black color preview on #ED8089 background

This text has black color on #ED8089 background.


White color preview on #ED8089 background

This text has white color on #ED8089 background.