COLOR #ED8EC2

HEX: #ED8EC2
RGB: (237,142,194)

Color info

#ED8EC2 contains mainly red and blue colors. Web safe color of #ED8EC2 is #FF99CC (or #F9C).

RGB color model

#ED8EC2 color RGB value is (237,142,194).

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

RGB channels and saturation

R 237 of 255 = 93%
G 142 of 255 = 56%
B 194 of 255 = 76%

237
142
194

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

Portions of RGB colors in percentages

R + G + B =
237 + 142 + 194 = 573 (100%)
R 237 of 573 ~ 41.36%
G 142 of 573 ~ 24.78%
B 194 of 573 ~ 33.86%

%41.36
%24.78
%33.86

CMYK color model

#ED8EC2 color CMYK value is (0,40,18,7).

  • cyan value is 0.00%
  • magenta value is 40.08%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(0,40,18,7)
C0M40Y18K7 
(0%,40%,18%,7%)
(0.00/0.40/0.18/0.07)	

CMYK percentages

%0
%40.08
%18.14
%7.06

Codes

Color #ED8EC2 in popluar color models

ED8EC2
RGB237142194
HSL327°72.52%74.31%
HSB/HSV327°40.08%92.94%
CMYK0.00%40.08%18.14%
7.06%

Color #ED8EC2 in popluar number systems.

HEXED8EC2
Decimal237142194
Binary111011011000111011000010
Octal355216302

Shades and tints

Shades of #ED8EC2

#ED8EC2
(237,142,194)
#D882B1
(216,130,177)
#C376A0
(195,118,160)
#AE6A8F
(174,106,143)
#995E7E
(153,94,126)
#84526D
(132,82,109)
#6F465C
(111,70,92)
#5A3A4B
(90,58,75)
#452E3A
(69,46,58)
#302229
(48,34,41)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #ED8EC2

#ED8EC2
(237,142,194)
#EE98C7
(238,152,199)
#EFA2CC
(239,162,204)
#F0ACD1
(240,172,209)
#F1B6D6
(241,182,214)
#F2C0DB
(242,192,219)
#F3CAE0
(243,202,224)
#F4D4E5
(244,212,229)
#F5DEEA
(245,222,234)
#F6E8EF
(246,232,239)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8EC2; }

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

This text font color is #ED8EC2.


Background Color

.myBgColor { background-color: #ED8EC2; }

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

This div background color is #ED8EC2.


Border color

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

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

This div border color is #ED8EC2.


Opacity

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

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

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

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

This text has shadow with #ED8EC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8EC2 on black background.


Color preview on white background

This text has color #ED8EC2 on white background.



Black color preview on #ED8EC2 background

This text has black color on #ED8EC2 background.


White color preview on #ED8EC2 background

This text has white color on #ED8EC2 background.