COLOR #ED76D6

HEX: #ED76D6
RGB: (237,118,214)

Color info

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

RGB color model

#ED76D6 color RGB value is (237,118,214).

  • red value is 237;
  • green value is 118;
  • blue value is 214.
RGB:
(237,118,214)
(93%,46%,84%)

RGB channels and saturation

R 237 of 255 = 93%
G 118 of 255 = 46%
B 214 of 255 = 84%

237
118
214

R + G + B ~ 74%. #ED76D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 118 + 214 = 569 (100%)
R 237 of 569 ~ 41.65%
G 118 of 569 ~ 20.74%
B 214 of 569 ~ 37.61%

%41.65
%20.74
%37.61

CMYK color model

#ED76D6 color CMYK value is (0,50,10,7).

  • cyan value is 0.00%
  • magenta value is 50.21%
  • yellow value is 9.70%
  • key color value is 7.06%
CMYK:
(0,50,10,7)
C0M50Y10K7 
(0%,50%,10%,7%)
(0.00/0.50/0.10/0.07)	

CMYK percentages

%0
%50.21
%9.7
%7.06

Codes

Color #ED76D6 in popluar color models

ED76D6
RGB237118214
HSL312°76.77%69.61%
HSB/HSV312°50.21%92.94%
CMYK0.00%50.21%9.70%
7.06%

Color #ED76D6 in popluar number systems.

HEXED76D6
Decimal237118214
Binary11101101111011011010110
Octal355166326

Shades and tints

Shades of #ED76D6

#ED76D6
(237,118,214)
#D86CC3
(216,108,195)
#C362B0
(195,98,176)
#AE589D
(174,88,157)
#994E8A
(153,78,138)
#844477
(132,68,119)
#6F3A64
(111,58,100)
#5A3051
(90,48,81)
#45263E
(69,38,62)
#301C2B
(48,28,43)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #ED76D6

#ED76D6
(237,118,214)
#EE82D9
(238,130,217)
#EF8EDC
(239,142,220)
#F09ADF
(240,154,223)
#F1A6E2
(241,166,226)
#F2B2E5
(242,178,229)
#F3BEE8
(243,190,232)
#F4CAEB
(244,202,235)
#F5D6EE
(245,214,238)
#F6E2F1
(246,226,241)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED76D6 color. Also use rgb(237,118,214) instead hex code.

Text Font Color

.myTextColor { color: #ED76D6; }

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

This text font color is #ED76D6.


Background Color

.myBgColor { background-color: #ED76D6; }

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

This div background color is #ED76D6.


Border color

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

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

This div border color is #ED76D6.


Opacity

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

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

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

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

This text has shadow with #ED76D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED76D6 on black background.


Color preview on white background

This text has color #ED76D6 on white background.



Black color preview on #ED76D6 background

This text has black color on #ED76D6 background.


White color preview on #ED76D6 background

This text has white color on #ED76D6 background.