COLOR #EF94F4

HEX: #EF94F4
RGB: (239,148,244)

Color info

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

RGB color model

#EF94F4 color RGB value is (239,148,244).

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

RGB channels and saturation

R 239 of 255 = 94%
G 148 of 255 = 58%
B 244 of 255 = 96%

239
148
244

R + G + B ~ 83%. #EF94F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 148 + 244 = 631 (100%)
R 239 of 631 ~ 37.88%
G 148 of 631 ~ 23.45%
B 244 of 631 ~ 38.67%

%37.88
%23.45
%38.67

CMYK color model

#EF94F4 color CMYK value is (2,39,0,4).

  • cyan value is 2.05%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,39,0,4)
C2M39Y0K4 
(2%,39%,0%,4%)
(0.02/0.39/0.00/0.04)	

CMYK percentages

%2.05
%39.34
%0
%4.31

Codes

Color #EF94F4 in popluar color models

EF94F4
RGB239148244
HSL297°81.36%76.86%
HSB/HSV297°39.34%95.69%
CMYK2.05%39.34%0.00%
4.31%

Color #EF94F4 in popluar number systems.

HEXEF94F4
Decimal239148244
Binary111011111001010011110100
Octal357224364

Shades and tints

Shades of #EF94F4

#EF94F4
(239,148,244)
#DA87DE
(218,135,222)
#C57AC8
(197,122,200)
#B06DB2
(176,109,178)
#9B609C
(155,96,156)
#865386
(134,83,134)
#714670
(113,70,112)
#5C395A
(92,57,90)
#472C44
(71,44,68)
#321F2E
(50,31,46)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #EF94F4

#EF94F4
(239,148,244)
#F09DF5
(240,157,245)
#F1A6F6
(241,166,246)
#F2AFF7
(242,175,247)
#F3B8F8
(243,184,248)
#F4C1F9
(244,193,249)
#F5CAFA
(245,202,250)
#F6D3FB
(246,211,251)
#F7DCFC
(247,220,252)
#F8E5FD
(248,229,253)
#F9EEFE
(249,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF94F4; }

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

This text font color is #EF94F4.


Background Color

.myBgColor { background-color: #EF94F4; }

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

This div background color is #EF94F4.


Border color

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

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

This div border color is #EF94F4.


Opacity

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

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

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

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

This text has shadow with #EF94F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF94F4 on black background.


Color preview on white background

This text has color #EF94F4 on white background.



Black color preview on #EF94F4 background

This text has black color on #EF94F4 background.


White color preview on #EF94F4 background

This text has white color on #EF94F4 background.