COLOR #ED76B2

HEX: #ED76B2
RGB: (237,118,178)

Color info

#ED76B2 contains mainly red and blue colors. Web safe color of #ED76B2 is #FF6699 (or #F69).

RGB color model

#ED76B2 color RGB value is (237,118,178).

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

RGB channels and saturation

R 237 of 255 = 93%
G 118 of 255 = 46%
B 178 of 255 = 70%

237
118
178

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

Portions of RGB colors in percentages

R + G + B =
237 + 118 + 178 = 533 (100%)
R 237 of 533 ~ 44.47%
G 118 of 533 ~ 22.14%
B 178 of 533 ~ 33.4%

%44.47
%22.14
%33.4

CMYK color model

#ED76B2 color CMYK value is (0,50,25,7).

  • cyan value is 0.00%
  • magenta value is 50.21%
  • yellow value is 24.89%
  • key color value is 7.06%
CMYK:
(0,50,25,7)
C0M50Y25K7 
(0%,50%,25%,7%)
(0.00/0.50/0.25/0.07)	

CMYK percentages

%0
%50.21
%24.89
%7.06

Codes

Color #ED76B2 in popluar color models

ED76B2
RGB237118178
HSL330°76.77%69.61%
HSB/HSV330°50.21%92.94%
CMYK0.00%50.21%24.89%
7.06%

Color #ED76B2 in popluar number systems.

HEXED76B2
Decimal237118178
Binary11101101111011010110010
Octal355166262

Shades and tints

Shades of #ED76B2

#ED76B2
(237,118,178)
#D86CA2
(216,108,162)
#C36292
(195,98,146)
#AE5882
(174,88,130)
#994E72
(153,78,114)
#844462
(132,68,98)
#6F3A52
(111,58,82)
#5A3042
(90,48,66)
#452632
(69,38,50)
#301C22
(48,28,34)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #ED76B2

#ED76B2
(237,118,178)
#EE82B9
(238,130,185)
#EF8EC0
(239,142,192)
#F09AC7
(240,154,199)
#F1A6CE
(241,166,206)
#F2B2D5
(242,178,213)
#F3BEDC
(243,190,220)
#F4CAE3
(244,202,227)
#F5D6EA
(245,214,234)
#F6E2F1
(246,226,241)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED76B2; }

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

This text font color is #ED76B2.


Background Color

.myBgColor { background-color: #ED76B2; }

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

This div background color is #ED76B2.


Border color

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

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

This div border color is #ED76B2.


Opacity

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

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

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

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

This text has shadow with #ED76B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED76B2 on black background.


Color preview on white background

This text has color #ED76B2 on white background.



Black color preview on #ED76B2 background

This text has black color on #ED76B2 background.


White color preview on #ED76B2 background

This text has white color on #ED76B2 background.