COLOR #EFA5FA

HEX: #EFA5FA RGB: (239,165,250)

Color info

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

RGB color model

#EFA5FA color RGB value is (239,165,250).

RGB: (239,165,250) (94%, 65%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 165 of 255 = 65%
B 250 of 255 = 98%

239
165
250

R + G + B ~ 86%. #EFA5FA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 165 + 250 = 654 (100%)
R 239 of 654 ~ 36.54%
G 165 of 654 ~ 25.23%
B 250 of 654 ~ 38.23'%

%36.54
%25.23
%38.23

CMYK color model

#EFA5FA color CMYK value is (4,34,0,2).

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

CMYK: (4,34,0,2)
C4M34Y0K2 (4%, 34%, 0%, 2%)
(0.04 / 0.34 / 0.00 / 0.02)

CMYK percentages

%4.4
%34
%0
%1.96

Codes

Color #EFA5FA in popluar color models

EF A5 FA
RGB 239 165 250
HSL 292° 89.47% 81.37%
HSB/HSV 292° 34.00% 98.04%
CMYK 4.40% 34.00% 0.00%
1.96%

Color #EFA5FA in popluar number systems.

HEX EF A5 FA
Decimal 239 165 250
Binary 11101111 10100101 11111010
Octal 357 245 372

Shades and tints

Shades of #EFA5FA

#EFA5FA
(239,165,250)
#DA96E4
(218,150,228)
#C587CE
(197,135,206)
#B078B8
(176,120,184)
#9B69A2
(155,105,162)
#865A8C
(134,90,140)
#714B76
(113,75,118)
#5C3C60
(92,60,96)
#472D4A
(71,45,74)
#321E34
(50,30,52)
#1D0F1E
(29,15,30)
#000000
(0,0,0)

Tints of #EFA5FA

#EFA5FA
(239,165,250)
#F0ADFA
(240,173,250)
#F1B5FA
(241,181,250)
#F2BDFA
(242,189,250)
#F3C5FA
(243,197,250)
#F4CDFA
(244,205,250)
#F5D5FA
(245,213,250)
#F6DDFA
(246,221,250)
#F7E5FA
(247,229,250)
#F8EDFA
(248,237,250)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA5FA; }

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

This text font color is #EFA5FA.

Background Color

.myBgColor { background-color: #EFA5FA; }

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

This div background color is #EFA5FA.

Border color

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

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

This div border color is #EFA5FA.

Opacity

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

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

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

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

This text has shadow with #EFA5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA5FA.

Preview

Color preview on black background

This text has color #EFA5FA on black background.


Color preview on white background

This text has color #EFA5FA on white background.


Black color preview on #EFA5FA background

This text has black color on #EFA5FA background.


White color preview on #EFA5FA background

This text has white color on #EFA5FA background.


Related colors

Complementary color

Complementary color for #hex is #105A05.


I love getcolorcode.com

Triadic colors

1 #FAEFA5 and #A5FAEF with #EFA5FA are triadic colors.

2 #FAA5EF and #A5EFFA with #EFA5FA are triadic colors.