COLOR #ED757D

HEX: #ED757D
RGB: (237,117,125)

Color info

#ED757D contains mainly red color. Web safe color of #ED757D is #FF6666 (or #F66).

RGB color model

#ED757D color RGB value is (237,117,125).

  • red value is 237;
  • green value is 117;
  • blue value is 125.
RGB:
(237,117,125)
(93%,46%,49%)

RGB channels and saturation

R 237 of 255 = 93%
G 117 of 255 = 46%
B 125 of 255 = 49%

237
117
125

R + G + B ~ 63%. #ED757D is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 117 + 125 = 479 (100%)
R 237 of 479 ~ 49.48%
G 117 of 479 ~ 24.43%
B 125 of 479 ~ 26.1%

%49.48
%24.43
%26.1

CMYK color model

#ED757D color CMYK value is (0,51,47,7).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 47.26%
  • key color value is 7.06%
CMYK:
(0,51,47,7)
C0M51Y47K7 
(0%,51%,47%,7%)
(0.00/0.51/0.47/0.07)	

CMYK percentages

%0
%50.63
%47.26
%7.06

Codes

Color #ED757D in popluar color models

ED757D
RGB237117125
HSL356°76.92%69.41%
HSB/HSV356°50.63%92.94%
CMYK0.00%50.63%47.26%
7.06%

Color #ED757D in popluar number systems.

HEXED757D
Decimal237117125
Binary1110110111101011111101
Octal355165175

Shades and tints

Shades of #ED757D

#ED757D
(237,117,125)
#D86B72
(216,107,114)
#C36167
(195,97,103)
#AE575C
(174,87,92)
#994D51
(153,77,81)
#844346
(132,67,70)
#6F393B
(111,57,59)
#5A2F30
(90,47,48)
#452525
(69,37,37)
#301B1A
(48,27,26)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #ED757D

#ED757D
(237,117,125)
#EE8188
(238,129,136)
#EF8D93
(239,141,147)
#F0999E
(240,153,158)
#F1A5A9
(241,165,169)
#F2B1B4
(242,177,180)
#F3BDBF
(243,189,191)
#F4C9CA
(244,201,202)
#F5D5D5
(245,213,213)
#F6E1E0
(246,225,224)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED757D color. Also use rgb(237,117,125) instead hex code.

Text Font Color

.myTextColor { color: #ED757D; }

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

This text font color is #ED757D.


Background Color

.myBgColor { background-color: #ED757D; }

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

This div background color is #ED757D.


Border color

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

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

This div border color is #ED757D.


Opacity

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

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

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

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

This text has shadow with #ED757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED757D on black background.


Color preview on white background

This text has color #ED757D on white background.



Black color preview on #ED757D background

This text has black color on #ED757D background.


White color preview on #ED757D background

This text has white color on #ED757D background.