COLOR #EF94EC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

239
148
236

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

Portions of RGB colors in percentages

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

%38.36
%23.76
%37.88

CMYK color model

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

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

CMYK percentages

%0
%38.08
%1.26
%6.27

Codes

Color #EF94EC in popluar color models

EF94EC
RGB239148236
HSL302°73.98%75.88%
HSB/HSV302°38.08%93.73%
CMYK0.00%38.08%1.26%
6.27%

Color #EF94EC in popluar number systems.

HEXEF94EC
Decimal239148236
Binary111011111001010011101100
Octal357224354

Shades and tints

Shades of #EF94EC

#EF94EC
(239,148,236)
#DA87D7
(218,135,215)
#C57AC2
(197,122,194)
#B06DAD
(176,109,173)
#9B6098
(155,96,152)
#865383
(134,83,131)
#71466E
(113,70,110)
#5C3959
(92,57,89)
#472C44
(71,44,68)
#321F2F
(50,31,47)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #EF94EC

#EF94EC
(239,148,236)
#F09DED
(240,157,237)
#F1A6EE
(241,166,238)
#F2AFEF
(242,175,239)
#F3B8F0
(243,184,240)
#F4C1F1
(244,193,241)
#F5CAF2
(245,202,242)
#F6D3F3
(246,211,243)
#F7DCF4
(247,220,244)
#F8E5F5
(248,229,245)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF94EC; }

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

This text font color is #EF94EC.


Background Color

.myBgColor { background-color: #EF94EC; }

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

This div background color is #EF94EC.


Border color

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

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

This div border color is #EF94EC.


Opacity

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

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

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

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

This text has shadow with #EF94EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF94EC on black background.


Color preview on white background

This text has color #EF94EC on white background.



Black color preview on #EF94EC background

This text has black color on #EF94EC background.


White color preview on #EF94EC background

This text has white color on #EF94EC background.