COLOR #EF97FA

HEX: #EF97FA
RGB: (239,151,250)

Color info

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

RGB color model

#EF97FA color RGB value is (239,151,250).

  • red value is 239;
  • green value is 151;
  • blue value is 250.
RGB:
(239,151,250)
(94%,59%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 151 of 255 = 59%
B 250 of 255 = 98%

239
151
250

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

Portions of RGB colors in percentages

R + G + B =
239 + 151 + 250 = 640 (100%)
R 239 of 640 ~ 37.34%
G 151 of 640 ~ 23.59%
B 250 of 640 ~ 39.06%

%37.34
%23.59
%39.06

CMYK color model

#EF97FA color CMYK value is (4,40,0,2).

  • cyan value is 4.40%
  • magenta value is 39.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,40,0,2)
C4M40Y0K2 
(4%,40%,0%,2%)
(0.04/0.40/0.00/0.02)	

CMYK percentages

%4.4
%39.6
%0
%1.96

Codes

Color #EF97FA in popluar color models

EF97FA
RGB239151250
HSL293°90.83%78.63%
HSB/HSV293°39.60%98.04%
CMYK4.40%39.60%0.00%
1.96%

Color #EF97FA in popluar number systems.

HEXEF97FA
Decimal239151250
Binary111011111001011111111010
Octal357227372

Shades and tints

Shades of #EF97FA

#EF97FA
(239,151,250)
#DA8AE4
(218,138,228)
#C57DCE
(197,125,206)
#B070B8
(176,112,184)
#9B63A2
(155,99,162)
#86568C
(134,86,140)
#714976
(113,73,118)
#5C3C60
(92,60,96)
#472F4A
(71,47,74)
#322234
(50,34,52)
#1D151E
(29,21,30)
#000000
(0,0,0)

Tints of #EF97FA

#EF97FA
(239,151,250)
#F0A0FA
(240,160,250)
#F1A9FA
(241,169,250)
#F2B2FA
(242,178,250)
#F3BBFA
(243,187,250)
#F4C4FA
(244,196,250)
#F5CDFA
(245,205,250)
#F6D6FA
(246,214,250)
#F7DFFA
(247,223,250)
#F8E8FA
(248,232,250)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF97FA; }

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

This text font color is #EF97FA.


Background Color

.myBgColor { background-color: #EF97FA; }

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

This div background color is #EF97FA.


Border color

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

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

This div border color is #EF97FA.


Opacity

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

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

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

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

This text has shadow with #EF97FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF97FA on black background.


Color preview on white background

This text has color #EF97FA on white background.



Black color preview on #EF97FA background

This text has black color on #EF97FA background.


White color preview on #EF97FA background

This text has white color on #EF97FA background.