COLOR #EFA3FF

HEX: #EFA3FF RGB: (239,163,255)

Color info

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

RGB color model

#EFA3FF color RGB value is (239,163,255).

RGB: (239,163,255) (94%, 64%, 100%)

RGB channels and saturation

R 239 of 255 = 94%
G 163 of 255 = 64%
B 255 of 255 = 100%

239
163
255

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

Portions of RGB colors in percentages

R + G + B = 239 + 163 + 255 = 657 (100%)
R 239 of 657 ~ 36.38%
G 163 of 657 ~ 24.81%
B 255 of 657 ~ 38.81'%

%36.38
%24.81
%38.81

CMYK color model

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

  • cyan value is 6.27%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (6,36,0,0)
C6M36Y0K0 (6%, 36%, 0%, 0%)
(0.06 / 0.36 / 0.00 / 0.00)

CMYK percentages

%6.27
%36.08
%0
%0

Codes

Color #EFA3FF in popluar color models

EF A3 FF
RGB 239 163 255
HSL 290° 100.00% 81.96%
HSB/HSV 290° 36.08% 100.00%
CMYK 6.27% 36.08% 0.00%
0.00%

Color #EFA3FF in popluar number systems.

HEX EF A3 FF
Decimal 239 163 255
Binary 11101111 10100011 11111111
Octal 357 243 377

Shades and tints

Shades of #EFA3FF

#EFA3FF
(239,163,255)
#DA95E8
(218,149,232)
#C587D1
(197,135,209)
#B079BA
(176,121,186)
#9B6BA3
(155,107,163)
#865D8C
(134,93,140)
#714F75
(113,79,117)
#5C415E
(92,65,94)
#473347
(71,51,71)
#322530
(50,37,48)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFA3FF

#EFA3FF
(239,163,255)
#F0ABFF
(240,171,255)
#F1B3FF
(241,179,255)
#F2BBFF
(242,187,255)
#F3C3FF
(243,195,255)
#F4CBFF
(244,203,255)
#F5D3FF
(245,211,255)
#F6DBFF
(246,219,255)
#F7E3FF
(247,227,255)
#F8EBFF
(248,235,255)
#F9F3FF
(249,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA3FF; }

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

This text font color is #EFA3FF.

Background Color

.myBgColor { background-color: #EFA3FF; }

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

This div background color is #EFA3FF.

Border color

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

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

This div border color is #EFA3FF.

Opacity

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

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

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

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

This text has shadow with #EFA3FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA3FF.

Preview

Color preview on black background

This text has color #EFA3FF on black background.


Color preview on white background

This text has color #EFA3FF on white background.


Black color preview on #EFA3FF background

This text has black color on #EFA3FF background.


White color preview on #EFA3FF background

This text has white color on #EFA3FF background.


Related colors

Complementary color

Complementary color for #hex is #105C00.


I love getcolorcode.com

Triadic colors

1 #FFEFA3 and #A3FFEF with #EFA3FF are triadic colors.

2 #FFA3EF and #A3EFFF with #EFA3FF are triadic colors.