COLOR #EFA2EE

HEX: #EFA2EE
RGB: (239,162,238)

Color info

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

RGB color model

#EFA2EE color RGB value is (239,162,238).

  • red value is 239;
  • green value is 162;
  • blue value is 238.
RGB:
(239,162,238)
(94%,64%,93%)

RGB channels and saturation

R 239 of 255 = 94%
G 162 of 255 = 64%
B 238 of 255 = 93%

239
162
238

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

Portions of RGB colors in percentages

R + G + B =
239 + 162 + 238 = 639 (100%)
R 239 of 639 ~ 37.4%
G 162 of 639 ~ 25.35%
B 238 of 639 ~ 37.25%

%37.4
%25.35
%37.25

CMYK color model

#EFA2EE color CMYK value is (0,32,0,6).

  • cyan value is 0.00%
  • magenta value is 32.22%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK:
(0,32,0,6)
C0M32Y0K6 
(0%,32%,0%,6%)
(0.00/0.32/0.00/0.06)	

CMYK percentages

%0
%32.22
%0.42
%6.27

Codes

Color #EFA2EE in popluar color models

EFA2EE
RGB239162238
HSL301°70.64%78.63%
HSB/HSV301°32.22%93.73%
CMYK0.00%32.22%0.42%
6.27%

Color #EFA2EE in popluar number systems.

HEXEFA2EE
Decimal239162238
Binary111011111010001011101110
Octal357242356

Shades and tints

Shades of #EFA2EE

#EFA2EE
(239,162,238)
#DA94D9
(218,148,217)
#C586C4
(197,134,196)
#B078AF
(176,120,175)
#9B6A9A
(155,106,154)
#865C85
(134,92,133)
#714E70
(113,78,112)
#5C405B
(92,64,91)
#473246
(71,50,70)
#322431
(50,36,49)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #EFA2EE

#EFA2EE
(239,162,238)
#F0AAEF
(240,170,239)
#F1B2F0
(241,178,240)
#F2BAF1
(242,186,241)
#F3C2F2
(243,194,242)
#F4CAF3
(244,202,243)
#F5D2F4
(245,210,244)
#F6DAF5
(246,218,245)
#F7E2F6
(247,226,246)
#F8EAF7
(248,234,247)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA2EE color. Also use rgb(239,162,238) instead hex code.

Text Font Color

.myTextColor { color: #EFA2EE; }

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

This text font color is #EFA2EE.


Background Color

.myBgColor { background-color: #EFA2EE; }

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

This div background color is #EFA2EE.


Border color

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

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

This div border color is #EFA2EE.


Opacity

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

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

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

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

This text has shadow with #EFA2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA2EE on black background.


Color preview on white background

This text has color #EFA2EE on white background.



Black color preview on #EFA2EE background

This text has black color on #EFA2EE background.


White color preview on #EFA2EE background

This text has white color on #EFA2EE background.