COLOR #EC74BA

HEX: #EC74BA
RGB: (236,116,186)

Color info

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

RGB color model

#EC74BA color RGB value is (236,116,186).

  • red value is 236;
  • green value is 116;
  • blue value is 186.
RGB:
(236,116,186)
(93%,45%,73%)

RGB channels and saturation

R 236 of 255 = 93%
G 116 of 255 = 45%
B 186 of 255 = 73%

236
116
186

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

Portions of RGB colors in percentages

R + G + B =
236 + 116 + 186 = 538 (100%)
R 236 of 538 ~ 43.87%
G 116 of 538 ~ 21.56%
B 186 of 538 ~ 34.57%

%43.87
%21.56
%34.57

CMYK color model

#EC74BA color CMYK value is (0,51,21,7).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 21.19%
  • key color value is 7.45%
CMYK:
(0,51,21,7)
C0M51Y21K7 
(0%,51%,21%,7%)
(0.00/0.51/0.21/0.07)	

CMYK percentages

%0
%50.85
%21.19
%7.45

Codes

Color #EC74BA in popluar color models

EC74BA
RGB236116186
HSL325°75.95%69.02%
HSB/HSV325°50.85%92.55%
CMYK0.00%50.85%21.19%
7.45%

Color #EC74BA in popluar number systems.

HEXEC74BA
Decimal236116186
Binary11101100111010010111010
Octal354164272

Shades and tints

Shades of #EC74BA

#EC74BA
(236,116,186)
#D76AAA
(215,106,170)
#C2609A
(194,96,154)
#AD568A
(173,86,138)
#984C7A
(152,76,122)
#83426A
(131,66,106)
#6E385A
(110,56,90)
#592E4A
(89,46,74)
#44243A
(68,36,58)
#2F1A2A
(47,26,42)
#1A101A
(26,16,26)
#000000
(0,0,0)

Tints of #EC74BA

#EC74BA
(236,116,186)
#ED80C0
(237,128,192)
#EE8CC6
(238,140,198)
#EF98CC
(239,152,204)
#F0A4D2
(240,164,210)
#F1B0D8
(241,176,216)
#F2BCDE
(242,188,222)
#F3C8E4
(243,200,228)
#F4D4EA
(244,212,234)
#F5E0F0
(245,224,240)
#F6ECF6
(246,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC74BA color. Also use rgb(236,116,186) instead hex code.

Text Font Color

.myTextColor { color: #EC74BA; }

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

This text font color is #EC74BA.


Background Color

.myBgColor { background-color: #EC74BA; }

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

This div background color is #EC74BA.


Border color

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

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

This div border color is #EC74BA.


Opacity

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

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

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

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

This text has shadow with #EC74BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC74BA on black background.


Color preview on white background

This text has color #EC74BA on white background.



Black color preview on #EC74BA background

This text has black color on #EC74BA background.


White color preview on #EC74BA background

This text has white color on #EC74BA background.