COLOR #ED507B

HEX: #ED507B
RGB: (237,80,123)

Color info

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

RGB color model

#ED507B color RGB value is (237,80,123).

  • red value is 237;
  • green value is 80;
  • blue value is 123.
RGB:
(237,80,123)
(93%,31%,48%)

RGB channels and saturation

R 237 of 255 = 93%
G 80 of 255 = 31%
B 123 of 255 = 48%

237
80
123

R + G + B ~ 57%. #ED507B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
237 + 80 + 123 = 440 (100%)
R 237 of 440 ~ 53.86%
G 80 of 440 ~ 18.18%
B 123 of 440 ~ 27.95%

%53.86
%18.18
%27.95

CMYK color model

#ED507B color CMYK value is (0,66,48,7).

  • cyan value is 0.00%
  • magenta value is 66.24%
  • yellow value is 48.10%
  • key color value is 7.06%
CMYK:
(0,66,48,7)
C0M66Y48K7 
(0%,66%,48%,7%)
(0.00/0.66/0.48/0.07)	

CMYK percentages

%0
%66.24
%48.1
%7.06

Codes

Color #ED507B in popluar color models

ED507B
RGB23780123
HSL344°81.35%62.16%
HSB/HSV344°66.24%92.94%
CMYK0.00%66.24%48.10%
7.06%

Color #ED507B in popluar number systems.

HEXED507B
Decimal23780123
Binary1110110110100001111011
Octal355120173

Shades and tints

Shades of #ED507B

#ED507B
(237,80,123)
#D84970
(216,73,112)
#C34265
(195,66,101)
#AE3B5A
(174,59,90)
#99344F
(153,52,79)
#842D44
(132,45,68)
#6F2639
(111,38,57)
#5A1F2E
(90,31,46)
#451823
(69,24,35)
#301118
(48,17,24)
#1B0A0D
(27,10,13)
#000000
(0,0,0)

Tints of #ED507B

#ED507B
(237,80,123)
#EE5F87
(238,95,135)
#EF6E93
(239,110,147)
#F07D9F
(240,125,159)
#F18CAB
(241,140,171)
#F29BB7
(242,155,183)
#F3AAC3
(243,170,195)
#F4B9CF
(244,185,207)
#F5C8DB
(245,200,219)
#F6D7E7
(246,215,231)
#F7E6F3
(247,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED507B color. Also use rgb(237,80,123) instead hex code.

Text Font Color

.myTextColor { color: #ED507B; }

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

This text font color is #ED507B.


Background Color

.myBgColor { background-color: #ED507B; }

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

This div background color is #ED507B.


Border color

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

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

This div border color is #ED507B.


Opacity

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

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

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

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

This text has shadow with #ED507B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED507B on black background.


Color preview on white background

This text has color #ED507B on white background.



Black color preview on #ED507B background

This text has black color on #ED507B background.


White color preview on #ED507B background

This text has white color on #ED507B background.