COLOR #EC94EF

HEX: #EC94EF
RGB: (236,148,239)

Color info

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

RGB color model

#EC94EF color RGB value is (236,148,239).

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

RGB channels and saturation

R 236 of 255 = 93%
G 148 of 255 = 58%
B 239 of 255 = 94%

236
148
239

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

Portions of RGB colors in percentages

R + G + B =
236 + 148 + 239 = 623 (100%)
R 236 of 623 ~ 37.88%
G 148 of 623 ~ 23.76%
B 239 of 623 ~ 38.36%

%37.88
%23.76
%38.36

CMYK color model

#EC94EF color CMYK value is (1,38,0,6).

  • cyan value is 1.26%
  • magenta value is 38.08%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,38,0,6)
C1M38Y0K6 
(1%,38%,0%,6%)
(0.01/0.38/0.00/0.06)	

CMYK percentages

%1.26
%38.08
%0
%6.27

Codes

Color #EC94EF in popluar color models

EC94EF
RGB236148239
HSL298°73.98%75.88%
HSB/HSV298°38.08%93.73%
CMYK1.26%38.08%0.00%
6.27%

Color #EC94EF in popluar number systems.

HEXEC94EF
Decimal236148239
Binary111011001001010011101111
Octal354224357

Shades and tints

Shades of #EC94EF

#EC94EF
(236,148,239)
#D787DA
(215,135,218)
#C27AC5
(194,122,197)
#AD6DB0
(173,109,176)
#98609B
(152,96,155)
#835386
(131,83,134)
#6E4671
(110,70,113)
#59395C
(89,57,92)
#442C47
(68,44,71)
#2F1F32
(47,31,50)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #EC94EF

#EC94EF
(236,148,239)
#ED9DF0
(237,157,240)
#EEA6F1
(238,166,241)
#EFAFF2
(239,175,242)
#F0B8F3
(240,184,243)
#F1C1F4
(241,193,244)
#F2CAF5
(242,202,245)
#F3D3F6
(243,211,246)
#F4DCF7
(244,220,247)
#F5E5F8
(245,229,248)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC94EF; }

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

This text font color is #EC94EF.


Background Color

.myBgColor { background-color: #EC94EF; }

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

This div background color is #EC94EF.


Border color

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

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

This div border color is #EC94EF.


Opacity

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

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

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

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

This text has shadow with #EC94EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC94EF on black background.


Color preview on white background

This text has color #EC94EF on white background.



Black color preview on #EC94EF background

This text has black color on #EC94EF background.


White color preview on #EC94EF background

This text has white color on #EC94EF background.