COLOR #ED5B96

HEX: #ED5B96
RGB: (237,91,150)

Color info

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

RGB color model

#ED5B96 color RGB value is (237,91,150).

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

RGB channels and saturation

R 237 of 255 = 93%
G 91 of 255 = 36%
B 150 of 255 = 59%

237
91
150

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

Portions of RGB colors in percentages

R + G + B =
237 + 91 + 150 = 478 (100%)
R 237 of 478 ~ 49.58%
G 91 of 478 ~ 19.04%
B 150 of 478 ~ 31.38%

%49.58
%19.04
%31.38

CMYK color model

#ED5B96 color CMYK value is (0,62,37,7).

  • cyan value is 0.00%
  • magenta value is 61.60%
  • yellow value is 36.71%
  • key color value is 7.06%
CMYK:
(0,62,37,7)
C0M62Y37K7 
(0%,62%,37%,7%)
(0.00/0.62/0.37/0.07)	

CMYK percentages

%0
%61.6
%36.71
%7.06

Codes

Color #ED5B96 in popluar color models

ED5B96
RGB23791150
HSL336°80.22%64.31%
HSB/HSV336°61.60%92.94%
CMYK0.00%61.60%36.71%
7.06%

Color #ED5B96 in popluar number systems.

HEXED5B96
Decimal23791150
Binary11101101101101110010110
Octal355133226

Shades and tints

Shades of #ED5B96

#ED5B96
(237,91,150)
#D85389
(216,83,137)
#C34B7C
(195,75,124)
#AE436F
(174,67,111)
#993B62
(153,59,98)
#843355
(132,51,85)
#6F2B48
(111,43,72)
#5A233B
(90,35,59)
#451B2E
(69,27,46)
#301321
(48,19,33)
#1B0B14
(27,11,20)
#000000
(0,0,0)

Tints of #ED5B96

#ED5B96
(237,91,150)
#EE699F
(238,105,159)
#EF77A8
(239,119,168)
#F085B1
(240,133,177)
#F193BA
(241,147,186)
#F2A1C3
(242,161,195)
#F3AFCC
(243,175,204)
#F4BDD5
(244,189,213)
#F5CBDE
(245,203,222)
#F6D9E7
(246,217,231)
#F7E7F0
(247,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED5B96; }

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

This text font color is #ED5B96.


Background Color

.myBgColor { background-color: #ED5B96; }

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

This div background color is #ED5B96.


Border color

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

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

This div border color is #ED5B96.


Opacity

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

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

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

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

This text has shadow with #ED5B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5B96 on black background.


Color preview on white background

This text has color #ED5B96 on white background.



Black color preview on #ED5B96 background

This text has black color on #ED5B96 background.


White color preview on #ED5B96 background

This text has white color on #ED5B96 background.