COLOR #EF97F2

HEX: #EF97F2 RGB: (239,151,242)

Color info

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

RGB color model

#EF97F2 color RGB value is (239,151,242).

RGB: (239,151,242) (94%, 59%, 95%)

RGB channels and saturation

R 239 of 255 = 94%
G 151 of 255 = 59%
B 242 of 255 = 95%

239
151
242

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

Portions of RGB colors in percentages

R + G + B = 239 + 151 + 242 = 632 (100%)
R 239 of 632 ~ 37.82%
G 151 of 632 ~ 23.89%
B 242 of 632 ~ 38.29'%

%37.82
%23.89
%38.29

CMYK color model

#EF97F2 color CMYK value is (1,38,0,5).

  • cyan value is 1.24%
  • magenta value is 37.60%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (1,38,0,5)
C1M38Y0K5 (1%, 38%, 0%, 5%)
(0.01 / 0.38 / 0.00 / 0.05)

CMYK percentages

%1.24
%37.6
%0
%5.1

Codes

Color #EF97F2 in popluar color models

EF 97 F2
RGB 239 151 242
HSL 298° 77.78% 77.06%
HSB/HSV 298° 37.60% 94.90%
CMYK 1.24% 37.60% 0.00%
5.10%

Color #EF97F2 in popluar number systems.

HEX EF 97 F2
Decimal 239 151 242
Binary 11101111 10010111 11110010
Octal 357 227 362

Shades and tints

Shades of #EF97F2

#EF97F2
(239,151,242)
#DA8ADC
(218,138,220)
#C57DC6
(197,125,198)
#B070B0
(176,112,176)
#9B639A
(155,99,154)
#865684
(134,86,132)
#71496E
(113,73,110)
#5C3C58
(92,60,88)
#472F42
(71,47,66)
#32222C
(50,34,44)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #EF97F2

#EF97F2
(239,151,242)
#F0A0F3
(240,160,243)
#F1A9F4
(241,169,244)
#F2B2F5
(242,178,245)
#F3BBF6
(243,187,246)
#F4C4F7
(244,196,247)
#F5CDF8
(245,205,248)
#F6D6F9
(246,214,249)
#F7DFFA
(247,223,250)
#F8E8FB
(248,232,251)
#F9F1FC
(249,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF97F2; }

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

This text font color is #EF97F2.

Background Color

.myBgColor { background-color: #EF97F2; }

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

This div background color is #EF97F2.

Border color

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

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

This div border color is #EF97F2.

Opacity

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

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

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

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

This text has shadow with #EF97F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF97F2.

Preview

Color preview on black background

This text has color #EF97F2 on black background.


Color preview on white background

This text has color #EF97F2 on white background.


Black color preview on #EF97F2 background

This text has black color on #EF97F2 background.


White color preview on #EF97F2 background

This text has white color on #EF97F2 background.


Related colors

Complementary color

Complementary color for #hex is #10680D.


I love getcolorcode.com

Triadic colors

1 #F2EF97 and #97F2EF with #EF97F2 are triadic colors.

2 #F297EF and #97EFF2 with #EF97F2 are triadic colors.