COLOR #EF98EF

HEX: #EF98EF
RGB: (239,152,239)

Color info

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

RGB color model

#EF98EF color RGB value is (239,152,239).

  • red value is 239;
  • green value is 152;
  • blue value is 239.
RGB:
(239,152,239)
(94%,60%,94%)

RGB channels and saturation

R 239 of 255 = 94%
G 152 of 255 = 60%
B 239 of 255 = 94%

239
152
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 152 + 239 = 630 (100%)
R 239 of 630 ~ 37.94%
G 152 of 630 ~ 24.13%
B 239 of 630 ~ 37.94%

%37.94
%24.13
%37.94

CMYK color model

#EF98EF color CMYK value is (0,36,0,6).

  • cyan value is 0.00%
  • magenta value is 36.40%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,36,0,6)
C0M36Y0K6 
(0%,36%,0%,6%)
(0.00/0.36/0.00/0.06)	

CMYK percentages

%0
%36.4
%0
%6.27

Codes

Color #EF98EF in popluar color models

EF98EF
RGB239152239
HSL300°73.11%76.67%
HSB/HSV300°36.40%93.73%
CMYK0.00%36.40%0.00%
6.27%

Color #EF98EF in popluar number systems.

HEXEF98EF
Decimal239152239
Binary111011111001100011101111
Octal357230357

Shades and tints

Shades of #EF98EF

#EF98EF
(239,152,239)
#DA8BDA
(218,139,218)
#C57EC5
(197,126,197)
#B071B0
(176,113,176)
#9B649B
(155,100,155)
#865786
(134,87,134)
#714A71
(113,74,113)
#5C3D5C
(92,61,92)
#473047
(71,48,71)
#322332
(50,35,50)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #EF98EF

#EF98EF
(239,152,239)
#F0A1F0
(240,161,240)
#F1AAF1
(241,170,241)
#F2B3F2
(242,179,242)
#F3BCF3
(243,188,243)
#F4C5F4
(244,197,244)
#F5CEF5
(245,206,245)
#F6D7F6
(246,215,246)
#F7E0F7
(247,224,247)
#F8E9F8
(248,233,248)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF98EF; }

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

This text font color is #EF98EF.


Background Color

.myBgColor { background-color: #EF98EF; }

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

This div background color is #EF98EF.


Border color

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

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

This div border color is #EF98EF.


Opacity

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

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

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

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

This text has shadow with #EF98EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF98EF on black background.


Color preview on white background

This text has color #EF98EF on white background.



Black color preview on #EF98EF background

This text has black color on #EF98EF background.


White color preview on #EF98EF background

This text has white color on #EF98EF background.