COLOR #EFAAFE

HEX: #EFAAFE RGB: (239,170,254)

Color info

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

RGB color model

#EFAAFE color RGB value is (239,170,254).

RGB: (239,170,254) (94%, 67%, 100%)

RGB channels and saturation

R 239 of 255 = 94%
G 170 of 255 = 67%
B 254 of 255 = 100%

239
170
254

R + G + B ~ 87%. #EFAAFE is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 170 + 254 = 663 (100%)
R 239 of 663 ~ 36.05%
G 170 of 663 ~ 25.64%
B 254 of 663 ~ 38.31'%

%36.05
%25.64
%38.31

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 33.07%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (6,33,0,0)
C6M33Y0K0 (6%, 33%, 0%, 0%)
(0.06 / 0.33 / 0.00 / 0.00)

CMYK percentages

%5.91
%33.07
%0
%0.39

Codes

Color #EFAAFE in popluar color models

EF AA FE
RGB 239 170 254
HSL 289° 97.67% 83.14%
HSB/HSV 289° 33.07% 99.61%
CMYK 5.91% 33.07% 0.00%
0.39%

Color #EFAAFE in popluar number systems.

HEX EF AA FE
Decimal 239 170 254
Binary 11101111 10101010 11111110
Octal 357 252 376

Shades and tints

Shades of #EFAAFE

#EFAAFE
(239,170,254)
#DA9BE7
(218,155,231)
#C58CD0
(197,140,208)
#B07DB9
(176,125,185)
#9B6EA2
(155,110,162)
#865F8B
(134,95,139)
#715074
(113,80,116)
#5C415D
(92,65,93)
#473246
(71,50,70)
#32232F
(50,35,47)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #EFAAFE

#EFAAFE
(239,170,254)
#F0B1FE
(240,177,254)
#F1B8FE
(241,184,254)
#F2BFFE
(242,191,254)
#F3C6FE
(243,198,254)
#F4CDFE
(244,205,254)
#F5D4FE
(245,212,254)
#F6DBFE
(246,219,254)
#F7E2FE
(247,226,254)
#F8E9FE
(248,233,254)
#F9F0FE
(249,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFAAFE color. Also use rgb(239,170,254) instead hex code.

Text Font Color

.myTextColor { color: #EFAAFE; }

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

This text font color is #EFAAFE.

Background Color

.myBgColor { background-color: #EFAAFE; }

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

This div background color is #EFAAFE.

Border color

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

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

This div border color is #EFAAFE.

Opacity

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

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

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

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

This text has shadow with #EFAAFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFAAFE.

Preview

Color preview on black background

This text has color #EFAAFE on black background.


Color preview on white background

This text has color #EFAAFE on white background.


Black color preview on #EFAAFE background

This text has black color on #EFAAFE background.


White color preview on #EFAAFE background

This text has white color on #EFAAFE background.


Related colors

Complementary color

Complementary color for #hex is #105501.


I love getcolorcode.com

Triadic colors

1 #FEEFAA and #AAFEEF with #EFAAFE are triadic colors.

2 #FEAAEF and #AAEFFE with #EFAAFE are triadic colors.