COLOR #EF99FA

HEX: #EF99FA RGB: (239,153,250)

Color info

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

RGB color model

#EF99FA color RGB value is (239,153,250).

RGB: (239,153,250) (94%, 60%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 153 of 255 = 60%
B 250 of 255 = 98%

239
153
250

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

Portions of RGB colors in percentages

R + G + B = 239 + 153 + 250 = 642 (100%)
R 239 of 642 ~ 37.23%
G 153 of 642 ~ 23.83%
B 250 of 642 ~ 38.94'%

%37.23
%23.83
%38.94

CMYK color model

#EF99FA color CMYK value is (4,39,0,2).

  • cyan value is 4.40%
  • magenta value is 38.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (4,39,0,2)
C4M39Y0K2 (4%, 39%, 0%, 2%)
(0.04 / 0.39 / 0.00 / 0.02)

CMYK percentages

%4.4
%38.8
%0
%1.96

Codes

Color #EF99FA in popluar color models

EF 99 FA
RGB 239 153 250
HSL 293° 90.65% 79.02%
HSB/HSV 293° 38.80% 98.04%
CMYK 4.40% 38.80% 0.00%
1.96%

Color #EF99FA in popluar number systems.

HEX EF 99 FA
Decimal 239 153 250
Binary 11101111 10011001 11111010
Octal 357 231 372

Shades and tints

Shades of #EF99FA

#EF99FA
(239,153,250)
#DA8CE4
(218,140,228)
#C57FCE
(197,127,206)
#B072B8
(176,114,184)
#9B65A2
(155,101,162)
#86588C
(134,88,140)
#714B76
(113,75,118)
#5C3E60
(92,62,96)
#47314A
(71,49,74)
#322434
(50,36,52)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #EF99FA

#EF99FA
(239,153,250)
#F0A2FA
(240,162,250)
#F1ABFA
(241,171,250)
#F2B4FA
(242,180,250)
#F3BDFA
(243,189,250)
#F4C6FA
(244,198,250)
#F5CFFA
(245,207,250)
#F6D8FA
(246,216,250)
#F7E1FA
(247,225,250)
#F8EAFA
(248,234,250)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF99FA; }

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

This text font color is #EF99FA.

Background Color

.myBgColor { background-color: #EF99FA; }

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

This div background color is #EF99FA.

Border color

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

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

This div border color is #EF99FA.

Opacity

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

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

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

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

This text has shadow with #EF99FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF99FA.

Preview

Color preview on black background

This text has color #EF99FA on black background.


Color preview on white background

This text has color #EF99FA on white background.


Black color preview on #EF99FA background

This text has black color on #EF99FA background.


White color preview on #EF99FA background

This text has white color on #EF99FA background.


Related colors

Complementary color

Complementary color for #hex is #106605.


I love getcolorcode.com

Triadic colors

1 #FAEF99 and #99FAEF with #EF99FA are triadic colors.

2 #FA99EF and #99EFFA with #EF99FA are triadic colors.