COLOR #EDA5B5

HEX: #EDA5B5 RGB: (237,165,181)

Color info

#EDA5B5 contains mainly red and blue colors. Web safe color of #EDA5B5 is #FF99CC (or #F9C).

RGB color model

#EDA5B5 color RGB value is (237,165,181).

RGB: (237,165,181) (93%, 65%, 71%)

RGB channels and saturation

R 237 of 255 = 93%
G 165 of 255 = 65%
B 181 of 255 = 71%

237
165
181

R + G + B ~ 76%. #EDA5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 165 + 181 = 583 (100%)
R 237 of 583 ~ 40.65%
G 165 of 583 ~ 28.3%
B 181 of 583 ~ 31.05'%

%40.65
%28.3
%31.05

CMYK color model

#EDA5B5 color CMYK value is (0,30,24,7).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 23.63%
  • key color value is 7.06%
CMYK: (0,30,24,7) C0M30Y24K7 (0%,30%,24%,7%) (0.00/0.30/0.24/0.07) 

CMYK percentages

%0
%30.38
%23.63
%7.06

Codes

Color #EDA5B5 in popluar color models

ED A5 B5
RGB 237 165 181
HSL 347° 66.67% 78.82%
HSB/HSV 347° 30.38% 92.94%
CMYK 0.00% 30.38% 23.63%
7.06%

Color #EDA5B5 in popluar number systems.

HEX ED A5 B5
Decimal 237 165 181
Binary 11101101 10100101 10110101
Octal 355 245 265

Shades and tints

Shades of #EDA5B5

#EDA5B5
(237,165,181)
#D896A5
(216,150,165)
#C38795
(195,135,149)
#AE7885
(174,120,133)
#996975
(153,105,117)
#845A65
(132,90,101)
#6F4B55
(111,75,85)
#5A3C45
(90,60,69)
#452D35
(69,45,53)
#301E25
(48,30,37)
#1B0F15
(27,15,21)
#000000
(0,0,0)

Tints of #EDA5B5

#EDA5B5
(237,165,181)
#EEADBB
(238,173,187)
#EFB5C1
(239,181,193)
#F0BDC7
(240,189,199)
#F1C5CD
(241,197,205)
#F2CDD3
(242,205,211)
#F3D5D9
(243,213,217)
#F4DDDF
(244,221,223)
#F5E5E5
(245,229,229)
#F6EDEB
(246,237,235)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA5B5; }

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

This text font color is #EDA5B5.

Background Color

.myBgColor { background-color: #EDA5B5; }

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

This div background color is #EDA5B5.

Border color

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

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

This div border color is #EDA5B5.

Opacity

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

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

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

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

This text has shadow with #EDA5B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA5B5.

Preview

Color preview on black background

This text has color #EDA5B5 on black background.


Color preview on white background

This text has color #EDA5B5 on white background.


Black color preview on #EDA5B5 background

This text has black color on #EDA5B5 background.


White color preview on #EDA5B5 background

This text has white color on #EDA5B5 background.


Related colors

Complementary color

Complementary color for #hex is #125A4A.


I love getcolorcode.com

Triadic colors

1 #B5EDA5 and #A5B5ED with #EDA5B5 are triadic colors.

2 #B5A5ED and #A5EDB5 with #EDA5B5 are triadic colors.