COLOR #ED7EF6

HEX: #ED7EF6
RGB: (237,126,246)

Color info

#ED7EF6 contains mainly red and blue colors. Web safe color of #ED7EF6 is #FF66FF (or #F6F).

RGB color model

#ED7EF6 color RGB value is (237,126,246).

  • red value is 237;
  • green value is 126;
  • blue value is 246.
RGB:
(237,126,246)
(93%,49%,96%)

RGB channels and saturation

R 237 of 255 = 93%
G 126 of 255 = 49%
B 246 of 255 = 96%

237
126
246

R + G + B ~ 79%. #ED7EF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 126 + 246 = 609 (100%)
R 237 of 609 ~ 38.92%
G 126 of 609 ~ 20.69%
B 246 of 609 ~ 40.39%

%38.92
%20.69
%40.39

CMYK color model

#ED7EF6 color CMYK value is (4,49,0,4).

  • cyan value is 3.66%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(4,49,0,4)
C4M49Y0K4 
(4%,49%,0%,4%)
(0.04/0.49/0.00/0.04)	

CMYK percentages

%3.66
%48.78
%0
%3.53

Codes

Color #ED7EF6 in popluar color models

ED7EF6
RGB237126246
HSL296°86.96%72.94%
HSB/HSV296°48.78%96.47%
CMYK3.66%48.78%0.00%
3.53%

Color #ED7EF6 in popluar number systems.

HEXED7EF6
Decimal237126246
Binary11101101111111011110110
Octal355176366

Shades and tints

Shades of #ED7EF6

#ED7EF6
(237,126,246)
#D873E0
(216,115,224)
#C368CA
(195,104,202)
#AE5DB4
(174,93,180)
#99529E
(153,82,158)
#844788
(132,71,136)
#6F3C72
(111,60,114)
#5A315C
(90,49,92)
#452646
(69,38,70)
#301B30
(48,27,48)
#1B101A
(27,16,26)
#000000
(0,0,0)

Tints of #ED7EF6

#ED7EF6
(237,126,246)
#EE89F6
(238,137,246)
#EF94F6
(239,148,246)
#F09FF6
(240,159,246)
#F1AAF6
(241,170,246)
#F2B5F6
(242,181,246)
#F3C0F6
(243,192,246)
#F4CBF6
(244,203,246)
#F5D6F6
(245,214,246)
#F6E1F6
(246,225,246)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7EF6 color. Also use rgb(237,126,246) instead hex code.

Text Font Color

.myTextColor { color: #ED7EF6; }

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

This text font color is #ED7EF6.


Background Color

.myBgColor { background-color: #ED7EF6; }

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

This div background color is #ED7EF6.


Border color

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

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

This div border color is #ED7EF6.


Opacity

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

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

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

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

This text has shadow with #ED7EF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7EF6 on black background.


Color preview on white background

This text has color #ED7EF6 on white background.



Black color preview on #ED7EF6 background

This text has black color on #ED7EF6 background.


White color preview on #ED7EF6 background

This text has white color on #ED7EF6 background.