COLOR #ED71B5

HEX: #ED71B5
RGB: (237,113,181)

Color info

#ED71B5 contains mainly red and blue colors. Web safe color of #ED71B5 is #FF66CC (or #F6C).

RGB color model

#ED71B5 color RGB value is (237,113,181).

  • red value is 237;
  • green value is 113;
  • blue value is 181.
RGB:
(237,113,181)
(93%,44%,71%)

RGB channels and saturation

R 237 of 255 = 93%
G 113 of 255 = 44%
B 181 of 255 = 71%

237
113
181

R + G + B ~ 69%. #ED71B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 113 + 181 = 531 (100%)
R 237 of 531 ~ 44.63%
G 113 of 531 ~ 21.28%
B 181 of 531 ~ 34.09%

%44.63
%21.28
%34.09

CMYK color model

#ED71B5 color CMYK value is (0,52,24,7).

  • cyan value is 0.00%
  • magenta value is 52.32%
  • yellow value is 23.63%
  • key color value is 7.06%
CMYK:
(0,52,24,7)
C0M52Y24K7 
(0%,52%,24%,7%)
(0.00/0.52/0.24/0.07)	

CMYK percentages

%0
%52.32
%23.63
%7.06

Codes

Color #ED71B5 in popluar color models

ED71B5
RGB237113181
HSL327°77.50%68.63%
HSB/HSV327°52.32%92.94%
CMYK0.00%52.32%23.63%
7.06%

Color #ED71B5 in popluar number systems.

HEXED71B5
Decimal237113181
Binary11101101111000110110101
Octal355161265

Shades and tints

Shades of #ED71B5

#ED71B5
(237,113,181)
#D867A5
(216,103,165)
#C35D95
(195,93,149)
#AE5385
(174,83,133)
#994975
(153,73,117)
#843F65
(132,63,101)
#6F3555
(111,53,85)
#5A2B45
(90,43,69)
#452135
(69,33,53)
#301725
(48,23,37)
#1B0D15
(27,13,21)
#000000
(0,0,0)

Tints of #ED71B5

#ED71B5
(237,113,181)
#EE7DBB
(238,125,187)
#EF89C1
(239,137,193)
#F095C7
(240,149,199)
#F1A1CD
(241,161,205)
#F2ADD3
(242,173,211)
#F3B9D9
(243,185,217)
#F4C5DF
(244,197,223)
#F5D1E5
(245,209,229)
#F6DDEB
(246,221,235)
#F7E9F1
(247,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED71B5 color. Also use rgb(237,113,181) instead hex code.

Text Font Color

.myTextColor { color: #ED71B5; }

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

This text font color is #ED71B5.


Background Color

.myBgColor { background-color: #ED71B5; }

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

This div background color is #ED71B5.


Border color

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

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

This div border color is #ED71B5.


Opacity

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

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

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

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

This text has shadow with #ED71B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED71B5 on black background.


Color preview on white background

This text has color #ED71B5 on white background.



Black color preview on #ED71B5 background

This text has black color on #ED71B5 background.


White color preview on #ED71B5 background

This text has white color on #ED71B5 background.