COLOR #EFA1EA

HEX: #EFA1EA RGB: (239,161,234)

Color info

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

RGB color model

#EFA1EA color RGB value is (239,161,234).

RGB: (239,161,234) (94%, 63%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 161 of 255 = 63%
B 234 of 255 = 92%

239
161
234

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

Portions of RGB colors in percentages

R + G + B = 239 + 161 + 234 = 634 (100%)
R 239 of 634 ~ 37.7%
G 161 of 634 ~ 25.39%
B 234 of 634 ~ 36.91'%

%37.7
%25.39
%36.91

CMYK color model

#EFA1EA color CMYK value is (0,33,2,6).

  • cyan value is 0.00%
  • magenta value is 32.64%
  • yellow value is 2.09%
  • key color value is 6.27%

CMYK: (0,33,2,6)
C0M33Y2K6 (0%, 33%, 2%, 6%)
(0.00 / 0.33 / 0.02 / 0.06)

CMYK percentages

%0
%32.64
%2.09
%6.27

Codes

Color #EFA1EA in popluar color models

EF A1 EA
RGB 239 161 234
HSL 304° 70.91% 78.43%
HSB/HSV 304° 32.64% 93.73%
CMYK 0.00% 32.64% 2.09%
6.27%

Color #EFA1EA in popluar number systems.

HEX EF A1 EA
Decimal 239 161 234
Binary 11101111 10100001 11101010
Octal 357 241 352

Shades and tints

Shades of #EFA1EA

#EFA1EA
(239,161,234)
#DA93D5
(218,147,213)
#C585C0
(197,133,192)
#B077AB
(176,119,171)
#9B6996
(155,105,150)
#865B81
(134,91,129)
#714D6C
(113,77,108)
#5C3F57
(92,63,87)
#473142
(71,49,66)
#32232D
(50,35,45)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #EFA1EA

#EFA1EA
(239,161,234)
#F0A9EB
(240,169,235)
#F1B1EC
(241,177,236)
#F2B9ED
(242,185,237)
#F3C1EE
(243,193,238)
#F4C9EF
(244,201,239)
#F5D1F0
(245,209,240)
#F6D9F1
(246,217,241)
#F7E1F2
(247,225,242)
#F8E9F3
(248,233,243)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA1EA color. Also use rgb(239,161,234) instead hex code.

Text Font Color

.myTextColor { color: #EFA1EA; }

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

This text font color is #EFA1EA.

Background Color

.myBgColor { background-color: #EFA1EA; }

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

This div background color is #EFA1EA.

Border color

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

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

This div border color is #EFA1EA.

Opacity

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

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

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

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

This text has shadow with #EFA1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA1EA.

Preview

Color preview on black background

This text has color #EFA1EA on black background.


Color preview on white background

This text has color #EFA1EA on white background.


Black color preview on #EFA1EA background

This text has black color on #EFA1EA background.


White color preview on #EFA1EA background

This text has white color on #EFA1EA background.


Related colors

Complementary color

Complementary color for #hex is #105E15.


I love getcolorcode.com

Triadic colors

1 #EAEFA1 and #A1EAEF with #EFA1EA are triadic colors.

2 #EAA1EF and #A1EFEA with #EFA1EA are triadic colors.