COLOR #ED5BAF

HEX: #ED5BAF
RGB: (237,91,175)

Color info

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

RGB color model

#ED5BAF color RGB value is (237,91,175).

  • red value is 237;
  • green value is 91;
  • blue value is 175.
RGB:
(237,91,175)
(93%,36%,69%)

RGB channels and saturation

R 237 of 255 = 93%
G 91 of 255 = 36%
B 175 of 255 = 69%

237
91
175

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

Portions of RGB colors in percentages

R + G + B =
237 + 91 + 175 = 503 (100%)
R 237 of 503 ~ 47.12%
G 91 of 503 ~ 18.09%
B 175 of 503 ~ 34.79%

%47.12
%18.09
%34.79

CMYK color model

#ED5BAF color CMYK value is (0,62,26,7).

  • cyan value is 0.00%
  • magenta value is 61.60%
  • yellow value is 26.16%
  • key color value is 7.06%
CMYK:
(0,62,26,7)
C0M62Y26K7 
(0%,62%,26%,7%)
(0.00/0.62/0.26/0.07)	

CMYK percentages

%0
%61.6
%26.16
%7.06

Codes

Color #ED5BAF in popluar color models

ED5BAF
RGB23791175
HSL325°80.22%64.31%
HSB/HSV325°61.60%92.94%
CMYK0.00%61.60%26.16%
7.06%

Color #ED5BAF in popluar number systems.

HEXED5BAF
Decimal23791175
Binary11101101101101110101111
Octal355133257

Shades and tints

Shades of #ED5BAF

#ED5BAF
(237,91,175)
#D853A0
(216,83,160)
#C34B91
(195,75,145)
#AE4382
(174,67,130)
#993B73
(153,59,115)
#843364
(132,51,100)
#6F2B55
(111,43,85)
#5A2346
(90,35,70)
#451B37
(69,27,55)
#301328
(48,19,40)
#1B0B19
(27,11,25)
#000000
(0,0,0)

Tints of #ED5BAF

#ED5BAF
(237,91,175)
#EE69B6
(238,105,182)
#EF77BD
(239,119,189)
#F085C4
(240,133,196)
#F193CB
(241,147,203)
#F2A1D2
(242,161,210)
#F3AFD9
(243,175,217)
#F4BDE0
(244,189,224)
#F5CBE7
(245,203,231)
#F6D9EE
(246,217,238)
#F7E7F5
(247,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5BAF color. Also use rgb(237,91,175) instead hex code.

Text Font Color

.myTextColor { color: #ED5BAF; }

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

This text font color is #ED5BAF.


Background Color

.myBgColor { background-color: #ED5BAF; }

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

This div background color is #ED5BAF.


Border color

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

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

This div border color is #ED5BAF.


Opacity

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

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

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

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

This text has shadow with #ED5BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5BAF on black background.


Color preview on white background

This text has color #ED5BAF on white background.



Black color preview on #ED5BAF background

This text has black color on #ED5BAF background.


White color preview on #ED5BAF background

This text has white color on #ED5BAF background.