COLOR #ED709B

HEX: #ED709B
RGB: (237,112,155)

Color info

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

RGB color model

#ED709B color RGB value is (237,112,155).

  • red value is 237;
  • green value is 112;
  • blue value is 155.
RGB:
(237,112,155)
(93%,44%,61%)

RGB channels and saturation

R 237 of 255 = 93%
G 112 of 255 = 44%
B 155 of 255 = 61%

237
112
155

R + G + B ~ 66%. #ED709B is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 112 + 155 = 504 (100%)
R 237 of 504 ~ 47.02%
G 112 of 504 ~ 22.22%
B 155 of 504 ~ 30.75%

%47.02
%22.22
%30.75

CMYK color model

#ED709B color CMYK value is (0,53,35,7).

  • cyan value is 0.00%
  • magenta value is 52.74%
  • yellow value is 34.60%
  • key color value is 7.06%
CMYK:
(0,53,35,7)
C0M53Y35K7 
(0%,53%,35%,7%)
(0.00/0.53/0.35/0.07)	

CMYK percentages

%0
%52.74
%34.6
%7.06

Codes

Color #ED709B in popluar color models

ED709B
RGB237112155
HSL339°77.64%68.43%
HSB/HSV339°52.74%92.94%
CMYK0.00%52.74%34.60%
7.06%

Color #ED709B in popluar number systems.

HEXED709B
Decimal237112155
Binary11101101111000010011011
Octal355160233

Shades and tints

Shades of #ED709B

#ED709B
(237,112,155)
#D8668D
(216,102,141)
#C35C7F
(195,92,127)
#AE5271
(174,82,113)
#994863
(153,72,99)
#843E55
(132,62,85)
#6F3447
(111,52,71)
#5A2A39
(90,42,57)
#45202B
(69,32,43)
#30161D
(48,22,29)
#1B0C0F
(27,12,15)
#000000
(0,0,0)

Tints of #ED709B

#ED709B
(237,112,155)
#EE7DA4
(238,125,164)
#EF8AAD
(239,138,173)
#F097B6
(240,151,182)
#F1A4BF
(241,164,191)
#F2B1C8
(242,177,200)
#F3BED1
(243,190,209)
#F4CBDA
(244,203,218)
#F5D8E3
(245,216,227)
#F6E5EC
(246,229,236)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED709B color. Also use rgb(237,112,155) instead hex code.

Text Font Color

.myTextColor { color: #ED709B; }

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

This text font color is #ED709B.


Background Color

.myBgColor { background-color: #ED709B; }

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

This div background color is #ED709B.


Border color

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

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

This div border color is #ED709B.


Opacity

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

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

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

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

This text has shadow with #ED709B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED709B on black background.


Color preview on white background

This text has color #ED709B on white background.



Black color preview on #ED709B background

This text has black color on #ED709B background.


White color preview on #ED709B background

This text has white color on #ED709B background.