COLOR #ED6FA9

HEX: #ED6FA9
RGB: (237,111,169)

Color info

#ED6FA9 contains mainly red color. Web safe color of #ED6FA9 is #FF6699 (or #F69).

RGB color model

#ED6FA9 color RGB value is (237,111,169).

  • red value is 237;
  • green value is 111;
  • blue value is 169.
RGB:
(237,111,169)
(93%,44%,66%)

RGB channels and saturation

R 237 of 255 = 93%
G 111 of 255 = 44%
B 169 of 255 = 66%

237
111
169

R + G + B ~ 68%. #ED6FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 111 + 169 = 517 (100%)
R 237 of 517 ~ 45.84%
G 111 of 517 ~ 21.47%
B 169 of 517 ~ 32.69%

%45.84
%21.47
%32.69

CMYK color model

#ED6FA9 color CMYK value is (0,53,29,7).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 28.69%
  • key color value is 7.06%
CMYK:
(0,53,29,7)
C0M53Y29K7 
(0%,53%,29%,7%)
(0.00/0.53/0.29/0.07)	

CMYK percentages

%0
%53.16
%28.69
%7.06

Codes

Color #ED6FA9 in popluar color models

ED6FA9
RGB237111169
HSL332°77.78%68.24%
HSB/HSV332°53.16%92.94%
CMYK0.00%53.16%28.69%
7.06%

Color #ED6FA9 in popluar number systems.

HEXED6FA9
Decimal237111169
Binary11101101110111110101001
Octal355157251

Shades and tints

Shades of #ED6FA9

#ED6FA9
(237,111,169)
#D8659A
(216,101,154)
#C35B8B
(195,91,139)
#AE517C
(174,81,124)
#99476D
(153,71,109)
#843D5E
(132,61,94)
#6F334F
(111,51,79)
#5A2940
(90,41,64)
#451F31
(69,31,49)
#301522
(48,21,34)
#1B0B13
(27,11,19)
#000000
(0,0,0)

Tints of #ED6FA9

#ED6FA9
(237,111,169)
#EE7CB0
(238,124,176)
#EF89B7
(239,137,183)
#F096BE
(240,150,190)
#F1A3C5
(241,163,197)
#F2B0CC
(242,176,204)
#F3BDD3
(243,189,211)
#F4CADA
(244,202,218)
#F5D7E1
(245,215,225)
#F6E4E8
(246,228,232)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6FA9 color. Also use rgb(237,111,169) instead hex code.

Text Font Color

.myTextColor { color: #ED6FA9; }

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

This text font color is #ED6FA9.


Background Color

.myBgColor { background-color: #ED6FA9; }

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

This div background color is #ED6FA9.


Border color

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

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

This div border color is #ED6FA9.


Opacity

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

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

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

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

This text has shadow with #ED6FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6FA9 on black background.


Color preview on white background

This text has color #ED6FA9 on white background.



Black color preview on #ED6FA9 background

This text has black color on #ED6FA9 background.


White color preview on #ED6FA9 background

This text has white color on #ED6FA9 background.