COLOR #ED49BC

HEX: #ED49BC RGB: (237,73,188)

Color info

#ED49BC contains mainly red and blue colors. Web safe color of #ED49BC is #FF33CC (or #F3C).

RGB color model

#ED49BC color RGB value is (237,73,188).

RGB: (237,73,188) (93%, 29%, 74%)

RGB channels and saturation

R 237 of 255 = 93%
G 73 of 255 = 29%
B 188 of 255 = 74%

237
73
188

R + G + B ~ 65%. #ED49BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 73 + 188 = 498 (100%)
R 237 of 498 ~ 47.59%
G 73 of 498 ~ 14.66%
B 188 of 498 ~ 37.75'%

%47.59
%14.66
%37.75

CMYK color model

#ED49BC color CMYK value is (0,69,21,7).

  • cyan value is 0.00%
  • magenta value is 69.20%
  • yellow value is 20.68%
  • key color value is 7.06%

CMYK: (0,69,21,7)
C0M69Y21K7 (0%, 69%, 21%, 7%)
(0.00 / 0.69 / 0.21 / 0.07)

CMYK percentages

%0
%69.2
%20.68
%7.06

Codes

Color #ED49BC in popluar color models

ED 49 BC
RGB 237 73 188
HSL 318° 82.00% 60.78%
HSB/HSV 318° 69.20% 92.94%
CMYK 0.00% 69.20% 20.68%
7.06%

Color #ED49BC in popluar number systems.

HEX ED 49 BC
Decimal 237 73 188
Binary 11101101 1001001 10111100
Octal 355 111 274

Shades and tints

Shades of #ED49BC

#ED49BC
(237,73,188)
#D843AB
(216,67,171)
#C33D9A
(195,61,154)
#AE3789
(174,55,137)
#993178
(153,49,120)
#842B67
(132,43,103)
#6F2556
(111,37,86)
#5A1F45
(90,31,69)
#451934
(69,25,52)
#301323
(48,19,35)
#1B0D12
(27,13,18)
#000000
(0,0,0)

Tints of #ED49BC

#ED49BC
(237,73,188)
#EE59C2
(238,89,194)
#EF69C8
(239,105,200)
#F079CE
(240,121,206)
#F189D4
(241,137,212)
#F299DA
(242,153,218)
#F3A9E0
(243,169,224)
#F4B9E6
(244,185,230)
#F5C9EC
(245,201,236)
#F6D9F2
(246,217,242)
#F7E9F8
(247,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED49BC color. Also use rgb(237,73,188) instead hex code.

Text Font Color

.myTextColor { color: #ED49BC; }

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

This text font color is #ED49BC.

Background Color

.myBgColor { background-color: #ED49BC; }

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

This div background color is #ED49BC.

Border color

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

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

This div border color is #ED49BC.

Opacity

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

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

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

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

This text has shadow with #ED49BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED49BC.

Preview

Color preview on black background

This text has color #ED49BC on black background.


Color preview on white background

This text has color #ED49BC on white background.


Black color preview on #ED49BC background

This text has black color on #ED49BC background.


White color preview on #ED49BC background

This text has white color on #ED49BC background.


Related colors

Complementary color

Complementary color for #hex is #12B643.


I love getcolorcode.com

Triadic colors

1 #BCED49 and #49BCED with #ED49BC are triadic colors.

2 #BC49ED and #49EDBC with #ED49BC are triadic colors.