COLOR #EC3FC7

HEX: #EC3FC7
RGB: (236,63,199)

Color info

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

RGB color model

#EC3FC7 color RGB value is (236,63,199).

  • red value is 236;
  • green value is 63;
  • blue value is 199.
RGB:
(236,63,199)
(93%,25%,78%)

RGB channels and saturation

R 236 of 255 = 93%
G 63 of 255 = 25%
B 199 of 255 = 78%

236
63
199

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

Portions of RGB colors in percentages

R + G + B =
236 + 63 + 199 = 498 (100%)
R 236 of 498 ~ 47.39%
G 63 of 498 ~ 12.65%
B 199 of 498 ~ 39.96%

%47.39
%12.65
%39.96

CMYK color model

#EC3FC7 color CMYK value is (0,73,16,7).

  • cyan value is 0.00%
  • magenta value is 73.31%
  • yellow value is 15.68%
  • key color value is 7.45%
CMYK:
(0,73,16,7)
C0M73Y16K7 
(0%,73%,16%,7%)
(0.00/0.73/0.16/0.07)	

CMYK percentages

%0
%73.31
%15.68
%7.45

Codes

Color #EC3FC7 in popluar color models

EC3FC7
RGB23663199
HSL313°81.99%58.63%
HSB/HSV313°73.31%92.55%
CMYK0.00%73.31%15.68%
7.45%

Color #EC3FC7 in popluar number systems.

HEXEC3FC7
Decimal23663199
Binary1110110011111111000111
Octal35477307

Shades and tints

Shades of #EC3FC7

#EC3FC7
(236,63,199)
#D73AB5
(215,58,181)
#C235A3
(194,53,163)
#AD3091
(173,48,145)
#982B7F
(152,43,127)
#83266D
(131,38,109)
#6E215B
(110,33,91)
#591C49
(89,28,73)
#441737
(68,23,55)
#2F1225
(47,18,37)
#1A0D13
(26,13,19)
#000000
(0,0,0)

Tints of #EC3FC7

#EC3FC7
(236,63,199)
#ED50CC
(237,80,204)
#EE61D1
(238,97,209)
#EF72D6
(239,114,214)
#F083DB
(240,131,219)
#F194E0
(241,148,224)
#F2A5E5
(242,165,229)
#F3B6EA
(243,182,234)
#F4C7EF
(244,199,239)
#F5D8F4
(245,216,244)
#F6E9F9
(246,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC3FC7 color. Also use rgb(236,63,199) instead hex code.

Text Font Color

.myTextColor { color: #EC3FC7; }

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

This text font color is #EC3FC7.


Background Color

.myBgColor { background-color: #EC3FC7; }

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

This div background color is #EC3FC7.


Border color

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

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

This div border color is #EC3FC7.


Opacity

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

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

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

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

This text has shadow with #EC3FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC3FC7 on black background.


Color preview on white background

This text has color #EC3FC7 on white background.



Black color preview on #EC3FC7 background

This text has black color on #EC3FC7 background.


White color preview on #EC3FC7 background

This text has white color on #EC3FC7 background.