COLOR #ED739E

HEX: #ED739E
RGB: (237,115,158)

Color info

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

RGB color model

#ED739E color RGB value is (237,115,158).

  • red value is 237;
  • green value is 115;
  • blue value is 158.
RGB:
(237,115,158)
(93%,45%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 115 of 255 = 45%
B 158 of 255 = 62%

237
115
158

R + G + B ~ 67%. #ED739E is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 115 + 158 = 510 (100%)
R 237 of 510 ~ 46.47%
G 115 of 510 ~ 22.55%
B 158 of 510 ~ 30.98%

%46.47
%22.55
%30.98

CMYK color model

#ED739E color CMYK value is (0,51,33,7).

  • cyan value is 0.00%
  • magenta value is 51.48%
  • yellow value is 33.33%
  • key color value is 7.06%
CMYK:
(0,51,33,7)
C0M51Y33K7 
(0%,51%,33%,7%)
(0.00/0.51/0.33/0.07)	

CMYK percentages

%0
%51.48
%33.33
%7.06

Codes

Color #ED739E in popluar color models

ED739E
RGB237115158
HSL339°77.22%69.02%
HSB/HSV339°51.48%92.94%
CMYK0.00%51.48%33.33%
7.06%

Color #ED739E in popluar number systems.

HEXED739E
Decimal237115158
Binary11101101111001110011110
Octal355163236

Shades and tints

Shades of #ED739E

#ED739E
(237,115,158)
#D86990
(216,105,144)
#C35F82
(195,95,130)
#AE5574
(174,85,116)
#994B66
(153,75,102)
#844158
(132,65,88)
#6F374A
(111,55,74)
#5A2D3C
(90,45,60)
#45232E
(69,35,46)
#301920
(48,25,32)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #ED739E

#ED739E
(237,115,158)
#EE7FA6
(238,127,166)
#EF8BAE
(239,139,174)
#F097B6
(240,151,182)
#F1A3BE
(241,163,190)
#F2AFC6
(242,175,198)
#F3BBCE
(243,187,206)
#F4C7D6
(244,199,214)
#F5D3DE
(245,211,222)
#F6DFE6
(246,223,230)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED739E color. Also use rgb(237,115,158) instead hex code.

Text Font Color

.myTextColor { color: #ED739E; }

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

This text font color is #ED739E.


Background Color

.myBgColor { background-color: #ED739E; }

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

This div background color is #ED739E.


Border color

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

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

This div border color is #ED739E.


Opacity

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

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

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

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

This text has shadow with #ED739E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED739E on black background.


Color preview on white background

This text has color #ED739E on white background.



Black color preview on #ED739E background

This text has black color on #ED739E background.


White color preview on #ED739E background

This text has white color on #ED739E background.