COLOR #ED79C2

HEX: #ED79C2
RGB: (237,121,194)

Color info

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

RGB color model

#ED79C2 color RGB value is (237,121,194).

  • red value is 237;
  • green value is 121;
  • blue value is 194.
RGB:
(237,121,194)
(93%,47%,76%)

RGB channels and saturation

R 237 of 255 = 93%
G 121 of 255 = 47%
B 194 of 255 = 76%

237
121
194

R + G + B ~ 72%. #ED79C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 121 + 194 = 552 (100%)
R 237 of 552 ~ 42.93%
G 121 of 552 ~ 21.92%
B 194 of 552 ~ 35.14%

%42.93
%21.92
%35.14

CMYK color model

#ED79C2 color CMYK value is (0,49,18,7).

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(0,49,18,7)
C0M49Y18K7 
(0%,49%,18%,7%)
(0.00/0.49/0.18/0.07)	

CMYK percentages

%0
%48.95
%18.14
%7.06

Codes

Color #ED79C2 in popluar color models

ED79C2
RGB237121194
HSL322°76.32%70.20%
HSB/HSV322°48.95%92.94%
CMYK0.00%48.95%18.14%
7.06%

Color #ED79C2 in popluar number systems.

HEXED79C2
Decimal237121194
Binary11101101111100111000010
Octal355171302

Shades and tints

Shades of #ED79C2

#ED79C2
(237,121,194)
#D86EB1
(216,110,177)
#C363A0
(195,99,160)
#AE588F
(174,88,143)
#994D7E
(153,77,126)
#84426D
(132,66,109)
#6F375C
(111,55,92)
#5A2C4B
(90,44,75)
#45213A
(69,33,58)
#301629
(48,22,41)
#1B0B18
(27,11,24)
#000000
(0,0,0)

Tints of #ED79C2

#ED79C2
(237,121,194)
#EE85C7
(238,133,199)
#EF91CC
(239,145,204)
#F09DD1
(240,157,209)
#F1A9D6
(241,169,214)
#F2B5DB
(242,181,219)
#F3C1E0
(243,193,224)
#F4CDE5
(244,205,229)
#F5D9EA
(245,217,234)
#F6E5EF
(246,229,239)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED79C2 color. Also use rgb(237,121,194) instead hex code.

Text Font Color

.myTextColor { color: #ED79C2; }

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

This text font color is #ED79C2.


Background Color

.myBgColor { background-color: #ED79C2; }

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

This div background color is #ED79C2.


Border color

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

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

This div border color is #ED79C2.


Opacity

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

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

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

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

This text has shadow with #ED79C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED79C2 on black background.


Color preview on white background

This text has color #ED79C2 on white background.



Black color preview on #ED79C2 background

This text has black color on #ED79C2 background.


White color preview on #ED79C2 background

This text has white color on #ED79C2 background.