COLOR #ED7ED3

HEX: #ED7ED3
RGB: (237,126,211)

Color info

#ED7ED3 contains mainly red and blue colors. Web safe color of #ED7ED3 is #FF66CC (or #F6C).

RGB color model

#ED7ED3 color RGB value is (237,126,211).

  • red value is 237;
  • green value is 126;
  • blue value is 211.
RGB:
(237,126,211)
(93%,49%,83%)

RGB channels and saturation

R 237 of 255 = 93%
G 126 of 255 = 49%
B 211 of 255 = 83%

237
126
211

R + G + B ~ 75%. #ED7ED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 126 + 211 = 574 (100%)
R 237 of 574 ~ 41.29%
G 126 of 574 ~ 21.95%
B 211 of 574 ~ 36.76%

%41.29
%21.95
%36.76

CMYK color model

#ED7ED3 color CMYK value is (0,47,11,7).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 10.97%
  • key color value is 7.06%
CMYK:
(0,47,11,7)
C0M47Y11K7 
(0%,47%,11%,7%)
(0.00/0.47/0.11/0.07)	

CMYK percentages

%0
%46.84
%10.97
%7.06

Codes

Color #ED7ED3 in popluar color models

ED7ED3
RGB237126211
HSL314°75.51%71.18%
HSB/HSV314°46.84%92.94%
CMYK0.00%46.84%10.97%
7.06%

Color #ED7ED3 in popluar number systems.

HEXED7ED3
Decimal237126211
Binary11101101111111011010011
Octal355176323

Shades and tints

Shades of #ED7ED3

#ED7ED3
(237,126,211)
#D873C0
(216,115,192)
#C368AD
(195,104,173)
#AE5D9A
(174,93,154)
#995287
(153,82,135)
#844774
(132,71,116)
#6F3C61
(111,60,97)
#5A314E
(90,49,78)
#45263B
(69,38,59)
#301B28
(48,27,40)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #ED7ED3

#ED7ED3
(237,126,211)
#EE89D7
(238,137,215)
#EF94DB
(239,148,219)
#F09FDF
(240,159,223)
#F1AAE3
(241,170,227)
#F2B5E7
(242,181,231)
#F3C0EB
(243,192,235)
#F4CBEF
(244,203,239)
#F5D6F3
(245,214,243)
#F6E1F7
(246,225,247)
#F7ECFB
(247,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7ED3 color. Also use rgb(237,126,211) instead hex code.

Text Font Color

.myTextColor { color: #ED7ED3; }

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

This text font color is #ED7ED3.


Background Color

.myBgColor { background-color: #ED7ED3; }

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

This div background color is #ED7ED3.


Border color

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

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

This div border color is #ED7ED3.


Opacity

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

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

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

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

This text has shadow with #ED7ED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7ED3 on black background.


Color preview on white background

This text has color #ED7ED3 on white background.



Black color preview on #ED7ED3 background

This text has black color on #ED7ED3 background.


White color preview on #ED7ED3 background

This text has white color on #ED7ED3 background.