COLOR #EC72B4

HEX: #EC72B4 RGB: (236,114,180)

Color info

#EC72B4 contains mainly red and blue colors. Web safe color of #EC72B4 is #FF66CC (or #F6C).

RGB color model

#EC72B4 color RGB value is (236,114,180).

RGB: (236,114,180) (93%, 45%, 71%)

RGB channels and saturation

R 236 of 255 = 93%
G 114 of 255 = 45%
B 180 of 255 = 71%

236
114
180

R + G + B ~ 70%. #EC72B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 114 + 180 = 530 (100%)
R 236 of 530 ~ 44.53%
G 114 of 530 ~ 21.51%
B 180 of 530 ~ 33.96'%

%44.53
%21.51
%33.96

CMYK color model

#EC72B4 color CMYK value is (0,52,24,7).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 23.73%
  • key color value is 7.45%

CMYK: (0,52,24,7)
C0M52Y24K7 (0%, 52%, 24%, 7%)
(0.00 / 0.52 / 0.24 / 0.07)

CMYK percentages

%0
%51.69
%23.73
%7.45

Codes

Color #EC72B4 in popluar color models

EC 72 B4
RGB 236 114 180
HSL 328° 76.25% 68.63%
HSB/HSV 328° 51.69% 92.55%
CMYK 0.00% 51.69% 23.73%
7.45%

Color #EC72B4 in popluar number systems.

HEX EC 72 B4
Decimal 236 114 180
Binary 11101100 1110010 10110100
Octal 354 162 264

Shades and tints

Shades of #EC72B4

#EC72B4
(236,114,180)
#D768A4
(215,104,164)
#C25E94
(194,94,148)
#AD5484
(173,84,132)
#984A74
(152,74,116)
#834064
(131,64,100)
#6E3654
(110,54,84)
#592C44
(89,44,68)
#442234
(68,34,52)
#2F1824
(47,24,36)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #EC72B4

#EC72B4
(236,114,180)
#ED7EBA
(237,126,186)
#EE8AC0
(238,138,192)
#EF96C6
(239,150,198)
#F0A2CC
(240,162,204)
#F1AED2
(241,174,210)
#F2BAD8
(242,186,216)
#F3C6DE
(243,198,222)
#F4D2E4
(244,210,228)
#F5DEEA
(245,222,234)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC72B4 color. Also use rgb(236,114,180) instead hex code.

Text Font Color

.myTextColor { color: #EC72B4; }

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

This text font color is #EC72B4.

Background Color

.myBgColor { background-color: #EC72B4; }

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

This div background color is #EC72B4.

Border color

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

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

This div border color is #EC72B4.

Opacity

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

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

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

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

This text has shadow with #EC72B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC72B4.

Preview

Color preview on black background

This text has color #EC72B4 on black background.


Color preview on white background

This text has color #EC72B4 on white background.


Black color preview on #EC72B4 background

This text has black color on #EC72B4 background.


White color preview on #EC72B4 background

This text has white color on #EC72B4 background.


Related colors

Complementary color

Complementary color for #hex is #138D4B.


I love getcolorcode.com

Triadic colors

1 #B4EC72 and #72B4EC with #EC72B4 are triadic colors.

2 #B472EC and #72ECB4 with #EC72B4 are triadic colors.