COLOR #ED939D

HEX: #ED939D RGB: (237,147,157)

Color info

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

RGB color model

#ED939D color RGB value is (237,147,157).

RGB: (237,147,157) (93%, 58%, 62%)

RGB channels and saturation

R 237 of 255 = 93%
G 147 of 255 = 58%
B 157 of 255 = 62%

237
147
157

R + G + B ~ 71%. #ED939D is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 147 + 157 = 541 (100%)
R 237 of 541 ~ 43.81%
G 147 of 541 ~ 27.17%
B 157 of 541 ~ 29.02'%

%43.81
%27.17
%29.02

CMYK color model

#ED939D color CMYK value is (0,38,34,7).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 33.76%
  • key color value is 7.06%

CMYK: (0,38,34,7)
C0M38Y34K7 (0%, 38%, 34%, 7%)
(0.00 / 0.38 / 0.34 / 0.07)

CMYK percentages

%0
%37.97
%33.76
%7.06

Codes

Color #ED939D in popluar color models

ED 93 9D
RGB 237 147 157
HSL 353° 71.43% 75.29%
HSB/HSV 353° 37.97% 92.94%
CMYK 0.00% 37.97% 33.76%
7.06%

Color #ED939D in popluar number systems.

HEX ED 93 9D
Decimal 237 147 157
Binary 11101101 10010011 10011101
Octal 355 223 235

Shades and tints

Shades of #ED939D

#ED939D
(237,147,157)
#D8868F
(216,134,143)
#C37981
(195,121,129)
#AE6C73
(174,108,115)
#995F65
(153,95,101)
#845257
(132,82,87)
#6F4549
(111,69,73)
#5A383B
(90,56,59)
#452B2D
(69,43,45)
#301E1F
(48,30,31)
#1B1111
(27,17,17)
#000000
(0,0,0)

Tints of #ED939D

#ED939D
(237,147,157)
#EE9CA5
(238,156,165)
#EFA5AD
(239,165,173)
#F0AEB5
(240,174,181)
#F1B7BD
(241,183,189)
#F2C0C5
(242,192,197)
#F3C9CD
(243,201,205)
#F4D2D5
(244,210,213)
#F5DBDD
(245,219,221)
#F6E4E5
(246,228,229)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED939D color. Also use rgb(237,147,157) instead hex code.

Text Font Color

.myTextColor { color: #ED939D; }

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

This text font color is #ED939D.

Background Color

.myBgColor { background-color: #ED939D; }

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

This div background color is #ED939D.

Border color

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

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

This div border color is #ED939D.

Opacity

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

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

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

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

This text has shadow with #ED939D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED939D.

Preview

Color preview on black background

This text has color #ED939D on black background.


Color preview on white background

This text has color #ED939D on white background.


Black color preview on #ED939D background

This text has black color on #ED939D background.


White color preview on #ED939D background

This text has white color on #ED939D background.


Related colors

Complementary color

Complementary color for #hex is #126C62.


I love getcolorcode.com

Triadic colors

1 #9DED93 and #939DED with #ED939D are triadic colors.

2 #9D93ED and #93ED9D with #ED939D are triadic colors.