COLOR #EF9EF8

HEX: #EF9EF8
RGB: (239,158,248)

Color info

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

RGB color model

#EF9EF8 color RGB value is (239,158,248).

  • red value is 239;
  • green value is 158;
  • blue value is 248.
RGB:
(239,158,248)
(94%,62%,97%)

RGB channels and saturation

R 239 of 255 = 94%
G 158 of 255 = 62%
B 248 of 255 = 97%

239
158
248

R + G + B ~ 84%. #EF9EF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 158 + 248 = 645 (100%)
R 239 of 645 ~ 37.05%
G 158 of 645 ~ 24.5%
B 248 of 645 ~ 38.45%

%37.05
%24.5
%38.45

CMYK color model

#EF9EF8 color CMYK value is (4,36,0,3).

  • cyan value is 3.63%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,36,0,3)
C4M36Y0K3 
(4%,36%,0%,3%)
(0.04/0.36/0.00/0.03)	

CMYK percentages

%3.63
%36.29
%0
%2.75

Codes

Color #EF9EF8 in popluar color models

EF9EF8
RGB239158248
HSL294°86.54%79.61%
HSB/HSV294°36.29%97.25%
CMYK3.63%36.29%0.00%
2.75%

Color #EF9EF8 in popluar number systems.

HEXEF9EF8
Decimal239158248
Binary111011111001111011111000
Octal357236370

Shades and tints

Shades of #EF9EF8

#EF9EF8
(239,158,248)
#DA90E2
(218,144,226)
#C582CC
(197,130,204)
#B074B6
(176,116,182)
#9B66A0
(155,102,160)
#86588A
(134,88,138)
#714A74
(113,74,116)
#5C3C5E
(92,60,94)
#472E48
(71,46,72)
#322032
(50,32,50)
#1D121C
(29,18,28)
#000000
(0,0,0)

Tints of #EF9EF8

#EF9EF8
(239,158,248)
#F0A6F8
(240,166,248)
#F1AEF8
(241,174,248)
#F2B6F8
(242,182,248)
#F3BEF8
(243,190,248)
#F4C6F8
(244,198,248)
#F5CEF8
(245,206,248)
#F6D6F8
(246,214,248)
#F7DEF8
(247,222,248)
#F8E6F8
(248,230,248)
#F9EEF8
(249,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9EF8 color. Also use rgb(239,158,248) instead hex code.

Text Font Color

.myTextColor { color: #EF9EF8; }

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

This text font color is #EF9EF8.


Background Color

.myBgColor { background-color: #EF9EF8; }

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

This div background color is #EF9EF8.


Border color

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

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

This div border color is #EF9EF8.


Opacity

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

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

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

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

This text has shadow with #EF9EF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9EF8 on black background.


Color preview on white background

This text has color #EF9EF8 on white background.



Black color preview on #EF9EF8 background

This text has black color on #EF9EF8 background.


White color preview on #EF9EF8 background

This text has white color on #EF9EF8 background.