COLOR #ED7AC2

HEX: #ED7AC2
RGB: (237,122,194)

Color info

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

RGB color model

#ED7AC2 color RGB value is (237,122,194).

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

RGB channels and saturation

R 237 of 255 = 93%
G 122 of 255 = 48%
B 194 of 255 = 76%

237
122
194

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

Portions of RGB colors in percentages

R + G + B =
237 + 122 + 194 = 553 (100%)
R 237 of 553 ~ 42.86%
G 122 of 553 ~ 22.06%
B 194 of 553 ~ 35.08%

%42.86
%22.06
%35.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.52%
  • 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.52
%18.14
%7.06

Codes

Color #ED7AC2 in popluar color models

ED7AC2
RGB237122194
HSL322°76.16%70.39%
HSB/HSV322°48.52%92.94%
CMYK0.00%48.52%18.14%
7.06%

Color #ED7AC2 in popluar number systems.

HEXED7AC2
Decimal237122194
Binary11101101111101011000010
Octal355172302

Shades and tints

Shades of #ED7AC2

#ED7AC2
(237,122,194)
#D86FB1
(216,111,177)
#C364A0
(195,100,160)
#AE598F
(174,89,143)
#994E7E
(153,78,126)
#84436D
(132,67,109)
#6F385C
(111,56,92)
#5A2D4B
(90,45,75)
#45223A
(69,34,58)
#301729
(48,23,41)
#1B0C18
(27,12,24)
#000000
(0,0,0)

Tints of #ED7AC2

#ED7AC2
(237,122,194)
#EE86C7
(238,134,199)
#EF92CC
(239,146,204)
#F09ED1
(240,158,209)
#F1AAD6
(241,170,214)
#F2B6DB
(242,182,219)
#F3C2E0
(243,194,224)
#F4CEE5
(244,206,229)
#F5DAEA
(245,218,234)
#F6E6EF
(246,230,239)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED7AC2; }

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

This text font color is #ED7AC2.


Background Color

.myBgColor { background-color: #ED7AC2; }

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

This div background color is #ED7AC2.


Border color

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

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

This div border color is #ED7AC2.


Opacity

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

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

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

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

This text has shadow with #ED7AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7AC2 on black background.


Color preview on white background

This text has color #ED7AC2 on white background.



Black color preview on #ED7AC2 background

This text has black color on #ED7AC2 background.


White color preview on #ED7AC2 background

This text has white color on #ED7AC2 background.