COLOR #EC7EC3

HEX: #EC7EC3
RGB: (236,126,195)

Color info

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

RGB color model

#EC7EC3 color RGB value is (236,126,195).

  • red value is 236;
  • green value is 126;
  • blue value is 195.
RGB:
(236,126,195)
(93%,49%,76%)

RGB channels and saturation

R 236 of 255 = 93%
G 126 of 255 = 49%
B 195 of 255 = 76%

236
126
195

R + G + B ~ 73%. #EC7EC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 126 + 195 = 557 (100%)
R 236 of 557 ~ 42.37%
G 126 of 557 ~ 22.62%
B 195 of 557 ~ 35.01%

%42.37
%22.62
%35.01

CMYK color model

#EC7EC3 color CMYK value is (0,47,17,7).

  • cyan value is 0.00%
  • magenta value is 46.61%
  • yellow value is 17.37%
  • key color value is 7.45%
CMYK:
(0,47,17,7)
C0M47Y17K7 
(0%,47%,17%,7%)
(0.00/0.47/0.17/0.07)	

CMYK percentages

%0
%46.61
%17.37
%7.45

Codes

Color #EC7EC3 in popluar color models

EC7EC3
RGB236126195
HSL322°74.32%70.98%
HSB/HSV322°46.61%92.55%
CMYK0.00%46.61%17.37%
7.45%

Color #EC7EC3 in popluar number systems.

HEXEC7EC3
Decimal236126195
Binary11101100111111011000011
Octal354176303

Shades and tints

Shades of #EC7EC3

#EC7EC3
(236,126,195)
#D773B2
(215,115,178)
#C268A1
(194,104,161)
#AD5D90
(173,93,144)
#98527F
(152,82,127)
#83476E
(131,71,110)
#6E3C5D
(110,60,93)
#59314C
(89,49,76)
#44263B
(68,38,59)
#2F1B2A
(47,27,42)
#1A1019
(26,16,25)
#000000
(0,0,0)

Tints of #EC7EC3

#EC7EC3
(236,126,195)
#ED89C8
(237,137,200)
#EE94CD
(238,148,205)
#EF9FD2
(239,159,210)
#F0AAD7
(240,170,215)
#F1B5DC
(241,181,220)
#F2C0E1
(242,192,225)
#F3CBE6
(243,203,230)
#F4D6EB
(244,214,235)
#F5E1F0
(245,225,240)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7EC3 color. Also use rgb(236,126,195) instead hex code.

Text Font Color

.myTextColor { color: #EC7EC3; }

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

This text font color is #EC7EC3.


Background Color

.myBgColor { background-color: #EC7EC3; }

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

This div background color is #EC7EC3.


Border color

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

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

This div border color is #EC7EC3.


Opacity

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

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

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

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

This text has shadow with #EC7EC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7EC3 on black background.


Color preview on white background

This text has color #EC7EC3 on white background.



Black color preview on #EC7EC3 background

This text has black color on #EC7EC3 background.


White color preview on #EC7EC3 background

This text has white color on #EC7EC3 background.