COLOR #EC94F1

HEX: #EC94F1
RGB: (236,148,241)

Color info

#EC94F1 contains mainly red and blue colors. Web safe color of #EC94F1 is #FF99FF (or #F9F).

RGB color model

#EC94F1 color RGB value is (236,148,241).

  • red value is 236;
  • green value is 148;
  • blue value is 241.
RGB:
(236,148,241)
(93%,58%,95%)

RGB channels and saturation

R 236 of 255 = 93%
G 148 of 255 = 58%
B 241 of 255 = 95%

236
148
241

R + G + B ~ 82%. #EC94F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 148 + 241 = 625 (100%)
R 236 of 625 ~ 37.76%
G 148 of 625 ~ 23.68%
B 241 of 625 ~ 38.56%

%37.76
%23.68
%38.56

CMYK color model

#EC94F1 color CMYK value is (2,39,0,5).

  • cyan value is 2.07%
  • magenta value is 38.59%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,39,0,5)
C2M39Y0K5 
(2%,39%,0%,5%)
(0.02/0.39/0.00/0.05)	

CMYK percentages

%2.07
%38.59
%0
%5.49

Codes

Color #EC94F1 in popluar color models

EC94F1
RGB236148241
HSL297°76.86%76.27%
HSB/HSV297°38.59%94.51%
CMYK2.07%38.59%0.00%
5.49%

Color #EC94F1 in popluar number systems.

HEXEC94F1
Decimal236148241
Binary111011001001010011110001
Octal354224361

Shades and tints

Shades of #EC94F1

#EC94F1
(236,148,241)
#D787DC
(215,135,220)
#C27AC7
(194,122,199)
#AD6DB2
(173,109,178)
#98609D
(152,96,157)
#835388
(131,83,136)
#6E4673
(110,70,115)
#59395E
(89,57,94)
#442C49
(68,44,73)
#2F1F34
(47,31,52)
#1A121F
(26,18,31)
#000000
(0,0,0)

Tints of #EC94F1

#EC94F1
(236,148,241)
#ED9DF2
(237,157,242)
#EEA6F3
(238,166,243)
#EFAFF4
(239,175,244)
#F0B8F5
(240,184,245)
#F1C1F6
(241,193,246)
#F2CAF7
(242,202,247)
#F3D3F8
(243,211,248)
#F4DCF9
(244,220,249)
#F5E5FA
(245,229,250)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC94F1 color. Also use rgb(236,148,241) instead hex code.

Text Font Color

.myTextColor { color: #EC94F1; }

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

This text font color is #EC94F1.


Background Color

.myBgColor { background-color: #EC94F1; }

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

This div background color is #EC94F1.


Border color

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

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

This div border color is #EC94F1.


Opacity

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

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

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

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

This text has shadow with #EC94F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC94F1 on black background.


Color preview on white background

This text has color #EC94F1 on white background.



Black color preview on #EC94F1 background

This text has black color on #EC94F1 background.


White color preview on #EC94F1 background

This text has white color on #EC94F1 background.