COLOR #ED94B6

HEX: #ED94B6 RGB: (237,148,182)

Color info

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

RGB color model

#ED94B6 color RGB value is (237,148,182).

RGB: (237,148,182) (93%, 58%, 71%)

RGB channels and saturation

R 237 of 255 = 93%
G 148 of 255 = 58%
B 182 of 255 = 71%

237
148
182

R + G + B ~ 74%. #ED94B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 148 + 182 = 567 (100%)
R 237 of 567 ~ 41.8%
G 148 of 567 ~ 26.1%
B 182 of 567 ~ 32.1'%

%41.8
%26.1
%32.1

CMYK color model

#ED94B6 color CMYK value is (0,38,23,7).

  • cyan value is 0.00%
  • magenta value is 37.55%
  • yellow value is 23.21%
  • key color value is 7.06%

CMYK: (0,38,23,7)
C0M38Y23K7 (0%, 38%, 23%, 7%)
(0.00 / 0.38 / 0.23 / 0.07)

CMYK percentages

%0
%37.55
%23.21
%7.06

Codes

Color #ED94B6 in popluar color models

ED 94 B6
RGB 237 148 182
HSL 337° 71.20% 75.49%
HSB/HSV 337° 37.55% 92.94%
CMYK 0.00% 37.55% 23.21%
7.06%

Color #ED94B6 in popluar number systems.

HEX ED 94 B6
Decimal 237 148 182
Binary 11101101 10010100 10110110
Octal 355 224 266

Shades and tints

Shades of #ED94B6

#ED94B6
(237,148,182)
#D887A6
(216,135,166)
#C37A96
(195,122,150)
#AE6D86
(174,109,134)
#996076
(153,96,118)
#845366
(132,83,102)
#6F4656
(111,70,86)
#5A3946
(90,57,70)
#452C36
(69,44,54)
#301F26
(48,31,38)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #ED94B6

#ED94B6
(237,148,182)
#EE9DBC
(238,157,188)
#EFA6C2
(239,166,194)
#F0AFC8
(240,175,200)
#F1B8CE
(241,184,206)
#F2C1D4
(242,193,212)
#F3CADA
(243,202,218)
#F4D3E0
(244,211,224)
#F5DCE6
(245,220,230)
#F6E5EC
(246,229,236)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED94B6 color. Also use rgb(237,148,182) instead hex code.

Text Font Color

.myTextColor { color: #ED94B6; }

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

This text font color is #ED94B6.

Background Color

.myBgColor { background-color: #ED94B6; }

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

This div background color is #ED94B6.

Border color

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

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

This div border color is #ED94B6.

Opacity

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

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

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

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

This text has shadow with #ED94B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED94B6.

Preview

Color preview on black background

This text has color #ED94B6 on black background.


Color preview on white background

This text has color #ED94B6 on white background.


Black color preview on #ED94B6 background

This text has black color on #ED94B6 background.


White color preview on #ED94B6 background

This text has white color on #ED94B6 background.


Related colors

Complementary color

Complementary color for #hex is #126B49.


I love getcolorcode.com

Triadic colors

1 #B6ED94 and #94B6ED with #ED94B6 are triadic colors.

2 #B694ED and #94EDB6 with #ED94B6 are triadic colors.