COLOR #EF94B5

HEX: #EF94B5
RGB: (239,148,181)

Color info

#EF94B5 contains mainly red and blue colors. Web safe color of #EF94B5 is #FF99CC (or #F9C).

RGB color model

#EF94B5 color RGB value is (239,148,181).

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

RGB channels and saturation

R 239 of 255 = 94%
G 148 of 255 = 58%
B 181 of 255 = 71%

239
148
181

R + G + B ~ 74%. #EF94B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 148 + 181 = 568 (100%)
R 239 of 568 ~ 42.08%
G 148 of 568 ~ 26.06%
B 181 of 568 ~ 31.87%

%42.08
%26.06
%31.87

CMYK color model

#EF94B5 color CMYK value is (0,38,24,6).

  • cyan value is 0.00%
  • magenta value is 38.08%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK:
(0,38,24,6)
C0M38Y24K6 
(0%,38%,24%,6%)
(0.00/0.38/0.24/0.06)	

CMYK percentages

%0
%38.08
%24.27
%6.27

Codes

Color #EF94B5 in popluar color models

EF94B5
RGB239148181
HSL338°73.98%75.88%
HSB/HSV338°38.08%93.73%
CMYK0.00%38.08%24.27%
6.27%

Color #EF94B5 in popluar number systems.

HEXEF94B5
Decimal239148181
Binary111011111001010010110101
Octal357224265

Shades and tints

Shades of #EF94B5

#EF94B5
(239,148,181)
#DA87A5
(218,135,165)
#C57A95
(197,122,149)
#B06D85
(176,109,133)
#9B6075
(155,96,117)
#865365
(134,83,101)
#714655
(113,70,85)
#5C3945
(92,57,69)
#472C35
(71,44,53)
#321F25
(50,31,37)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #EF94B5

#EF94B5
(239,148,181)
#F09DBB
(240,157,187)
#F1A6C1
(241,166,193)
#F2AFC7
(242,175,199)
#F3B8CD
(243,184,205)
#F4C1D3
(244,193,211)
#F5CAD9
(245,202,217)
#F6D3DF
(246,211,223)
#F7DCE5
(247,220,229)
#F8E5EB
(248,229,235)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF94B5; }

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

This text font color is #EF94B5.


Background Color

.myBgColor { background-color: #EF94B5; }

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

This div background color is #EF94B5.


Border color

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

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

This div border color is #EF94B5.


Opacity

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

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

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

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

This text has shadow with #EF94B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF94B5 on black background.


Color preview on white background

This text has color #EF94B5 on white background.



Black color preview on #EF94B5 background

This text has black color on #EF94B5 background.


White color preview on #EF94B5 background

This text has white color on #EF94B5 background.