COLOR #EC72AD

HEX: #EC72AD RGB: (236,114,173)

Color info

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

RGB color model

#EC72AD color RGB value is (236,114,173).

RGB: (236,114,173) (93%, 45%, 68%)

RGB channels and saturation

R 236 of 255 = 93%
G 114 of 255 = 45%
B 173 of 255 = 68%

236
114
173

R + G + B ~ 69%. #EC72AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 114 + 173 = 523 (100%)
R 236 of 523 ~ 45.12%
G 114 of 523 ~ 21.8%
B 173 of 523 ~ 33.08'%

%45.12
%21.8
%33.08

CMYK color model

#EC72AD color CMYK value is (0,52,27,7).

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

CMYK: (0,52,27,7)
C0M52Y27K7 (0%, 52%, 27%, 7%)
(0.00 / 0.52 / 0.27 / 0.07)

CMYK percentages

%0
%51.69
%26.69
%7.45

Codes

Color #EC72AD in popluar color models

EC 72 AD
RGB 236 114 173
HSL 331° 76.25% 68.63%
HSB/HSV 331° 51.69% 92.55%
CMYK 0.00% 51.69% 26.69%
7.45%

Color #EC72AD in popluar number systems.

HEX EC 72 AD
Decimal 236 114 173
Binary 11101100 1110010 10101101
Octal 354 162 255

Shades and tints

Shades of #EC72AD

#EC72AD
(236,114,173)
#D7689E
(215,104,158)
#C25E8F
(194,94,143)
#AD5480
(173,84,128)
#984A71
(152,74,113)
#834062
(131,64,98)
#6E3653
(110,54,83)
#592C44
(89,44,68)
#442235
(68,34,53)
#2F1826
(47,24,38)
#1A0E17
(26,14,23)
#000000
(0,0,0)

Tints of #EC72AD

#EC72AD
(236,114,173)
#ED7EB4
(237,126,180)
#EE8ABB
(238,138,187)
#EF96C2
(239,150,194)
#F0A2C9
(240,162,201)
#F1AED0
(241,174,208)
#F2BAD7
(242,186,215)
#F3C6DE
(243,198,222)
#F4D2E5
(244,210,229)
#F5DEEC
(245,222,236)
#F6EAF3
(246,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC72AD; }

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

This text font color is #EC72AD.

Background Color

.myBgColor { background-color: #EC72AD; }

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

This div background color is #EC72AD.

Border color

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

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

This div border color is #EC72AD.

Opacity

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

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

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

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

This text has shadow with #EC72AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC72AD.

Preview

Color preview on black background

This text has color #EC72AD on black background.


Color preview on white background

This text has color #EC72AD on white background.


Black color preview on #EC72AD background

This text has black color on #EC72AD background.


White color preview on #EC72AD background

This text has white color on #EC72AD background.


Related colors

Complementary color

Complementary color for #hex is #138D52.


I love getcolorcode.com

Triadic colors

1 #ADEC72 and #72ADEC with #EC72AD are triadic colors.

2 #AD72EC and #72ECAD with #EC72AD are triadic colors.