COLOR #ED6D9D

HEX: #ED6D9D
RGB: (237,109,157)

Color info

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

RGB color model

#ED6D9D color RGB value is (237,109,157).

  • red value is 237;
  • green value is 109;
  • blue value is 157.
RGB:
(237,109,157)
(93%,43%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 109 of 255 = 43%
B 157 of 255 = 62%

237
109
157

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

Portions of RGB colors in percentages

R + G + B =
237 + 109 + 157 = 503 (100%)
R 237 of 503 ~ 47.12%
G 109 of 503 ~ 21.67%
B 157 of 503 ~ 31.21%

%47.12
%21.67
%31.21

CMYK color model

#ED6D9D color CMYK value is (0,54,34,7).

  • cyan value is 0.00%
  • magenta value is 54.01%
  • yellow value is 33.76%
  • key color value is 7.06%
CMYK:
(0,54,34,7)
C0M54Y34K7 
(0%,54%,34%,7%)
(0.00/0.54/0.34/0.07)	

CMYK percentages

%0
%54.01
%33.76
%7.06

Codes

Color #ED6D9D in popluar color models

ED6D9D
RGB237109157
HSL338°78.05%67.84%
HSB/HSV338°54.01%92.94%
CMYK0.00%54.01%33.76%
7.06%

Color #ED6D9D in popluar number systems.

HEXED6D9D
Decimal237109157
Binary11101101110110110011101
Octal355155235

Shades and tints

Shades of #ED6D9D

#ED6D9D
(237,109,157)
#D8648F
(216,100,143)
#C35B81
(195,91,129)
#AE5273
(174,82,115)
#994965
(153,73,101)
#844057
(132,64,87)
#6F3749
(111,55,73)
#5A2E3B
(90,46,59)
#45252D
(69,37,45)
#301C1F
(48,28,31)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #ED6D9D

#ED6D9D
(237,109,157)
#EE7AA5
(238,122,165)
#EF87AD
(239,135,173)
#F094B5
(240,148,181)
#F1A1BD
(241,161,189)
#F2AEC5
(242,174,197)
#F3BBCD
(243,187,205)
#F4C8D5
(244,200,213)
#F5D5DD
(245,213,221)
#F6E2E5
(246,226,229)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED6D9D; }

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

This text font color is #ED6D9D.


Background Color

.myBgColor { background-color: #ED6D9D; }

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

This div background color is #ED6D9D.


Border color

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

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

This div border color is #ED6D9D.


Opacity

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

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

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

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

This text has shadow with #ED6D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6D9D on black background.


Color preview on white background

This text has color #ED6D9D on white background.



Black color preview on #ED6D9D background

This text has black color on #ED6D9D background.


White color preview on #ED6D9D background

This text has white color on #ED6D9D background.