COLOR #ED8C9E

HEX: #ED8C9E
RGB: (237,140,158)

Color info

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

RGB color model

#ED8C9E color RGB value is (237,140,158).

  • red value is 237;
  • green value is 140;
  • blue value is 158.
RGB:
(237,140,158)
(93%,55%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 140 of 255 = 55%
B 158 of 255 = 62%

237
140
158

R + G + B ~ 70%. #ED8C9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 140 + 158 = 535 (100%)
R 237 of 535 ~ 44.3%
G 140 of 535 ~ 26.17%
B 158 of 535 ~ 29.53%

%44.3
%26.17
%29.53

CMYK color model

#ED8C9E color CMYK value is (0,41,33,7).

  • cyan value is 0.00%
  • magenta value is 40.93%
  • yellow value is 33.33%
  • key color value is 7.06%
CMYK:
(0,41,33,7)
C0M41Y33K7 
(0%,41%,33%,7%)
(0.00/0.41/0.33/0.07)	

CMYK percentages

%0
%40.93
%33.33
%7.06

Codes

Color #ED8C9E in popluar color models

ED8C9E
RGB237140158
HSL349°72.93%73.92%
HSB/HSV349°40.93%92.94%
CMYK0.00%40.93%33.33%
7.06%

Color #ED8C9E in popluar number systems.

HEXED8C9E
Decimal237140158
Binary111011011000110010011110
Octal355214236

Shades and tints

Shades of #ED8C9E

#ED8C9E
(237,140,158)
#D88090
(216,128,144)
#C37482
(195,116,130)
#AE6874
(174,104,116)
#995C66
(153,92,102)
#845058
(132,80,88)
#6F444A
(111,68,74)
#5A383C
(90,56,60)
#452C2E
(69,44,46)
#302020
(48,32,32)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #ED8C9E

#ED8C9E
(237,140,158)
#EE96A6
(238,150,166)
#EFA0AE
(239,160,174)
#F0AAB6
(240,170,182)
#F1B4BE
(241,180,190)
#F2BEC6
(242,190,198)
#F3C8CE
(243,200,206)
#F4D2D6
(244,210,214)
#F5DCDE
(245,220,222)
#F6E6E6
(246,230,230)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8C9E color. Also use rgb(237,140,158) instead hex code.

Text Font Color

.myTextColor { color: #ED8C9E; }

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

This text font color is #ED8C9E.


Background Color

.myBgColor { background-color: #ED8C9E; }

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

This div background color is #ED8C9E.


Border color

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

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

This div border color is #ED8C9E.


Opacity

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

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

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

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

This text has shadow with #ED8C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8C9E on black background.


Color preview on white background

This text has color #ED8C9E on white background.



Black color preview on #ED8C9E background

This text has black color on #ED8C9E background.


White color preview on #ED8C9E background

This text has white color on #ED8C9E background.