COLOR #ED5BB2

HEX: #ED5BB2
RGB: (237,91,178)

Color info

#ED5BB2 contains mainly red and blue colors. Web safe color of #ED5BB2 is #FF6699 (or #F69).

RGB color model

#ED5BB2 color RGB value is (237,91,178).

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

RGB channels and saturation

R 237 of 255 = 93%
G 91 of 255 = 36%
B 178 of 255 = 70%

237
91
178

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

Portions of RGB colors in percentages

R + G + B =
237 + 91 + 178 = 506 (100%)
R 237 of 506 ~ 46.84%
G 91 of 506 ~ 17.98%
B 178 of 506 ~ 35.18%

%46.84
%17.98
%35.18

CMYK color model

#ED5BB2 color CMYK value is (0,62,25,7).

  • cyan value is 0.00%
  • magenta value is 61.60%
  • yellow value is 24.89%
  • key color value is 7.06%
CMYK:
(0,62,25,7)
C0M62Y25K7 
(0%,62%,25%,7%)
(0.00/0.62/0.25/0.07)	

CMYK percentages

%0
%61.6
%24.89
%7.06

Codes

Color #ED5BB2 in popluar color models

ED5BB2
RGB23791178
HSL324°80.22%64.31%
HSB/HSV324°61.60%92.94%
CMYK0.00%61.60%24.89%
7.06%

Color #ED5BB2 in popluar number systems.

HEXED5BB2
Decimal23791178
Binary11101101101101110110010
Octal355133262

Shades and tints

Shades of #ED5BB2

#ED5BB2
(237,91,178)
#D853A2
(216,83,162)
#C34B92
(195,75,146)
#AE4382
(174,67,130)
#993B72
(153,59,114)
#843362
(132,51,98)
#6F2B52
(111,43,82)
#5A2342
(90,35,66)
#451B32
(69,27,50)
#301322
(48,19,34)
#1B0B12
(27,11,18)
#000000
(0,0,0)

Tints of #ED5BB2

#ED5BB2
(237,91,178)
#EE69B9
(238,105,185)
#EF77C0
(239,119,192)
#F085C7
(240,133,199)
#F193CE
(241,147,206)
#F2A1D5
(242,161,213)
#F3AFDC
(243,175,220)
#F4BDE3
(244,189,227)
#F5CBEA
(245,203,234)
#F6D9F1
(246,217,241)
#F7E7F8
(247,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED5BB2; }

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

This text font color is #ED5BB2.


Background Color

.myBgColor { background-color: #ED5BB2; }

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

This div background color is #ED5BB2.


Border color

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

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

This div border color is #ED5BB2.


Opacity

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

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

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

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

This text has shadow with #ED5BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5BB2 on black background.


Color preview on white background

This text has color #ED5BB2 on white background.



Black color preview on #ED5BB2 background

This text has black color on #ED5BB2 background.


White color preview on #ED5BB2 background

This text has white color on #ED5BB2 background.