COLOR #EFA0E4

HEX: #EFA0E4 RGB: (239,160,228)

Color info

#EFA0E4 contains mainly red and blue colors. Web safe color of #EFA0E4 is #FF99CC (or #F9C).

RGB color model

#EFA0E4 color RGB value is (239,160,228).

RGB: (239,160,228) (94%, 63%, 89%)

RGB channels and saturation

R 239 of 255 = 94%
G 160 of 255 = 63%
B 228 of 255 = 89%

239
160
228

R + G + B ~ 82%. #EFA0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 160 + 228 = 627 (100%)
R 239 of 627 ~ 38.12%
G 160 of 627 ~ 25.52%
B 228 of 627 ~ 36.36'%

%38.12
%25.52
%36.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 4.60%
  • key color value is 6.27%

CMYK: (0,33,5,6)
C0M33Y5K6 (0%, 33%, 5%, 6%)
(0.00 / 0.33 / 0.05 / 0.06)

CMYK percentages

%0
%33.05
%4.6
%6.27

Codes

Color #EFA0E4 in popluar color models

EF A0 E4
RGB 239 160 228
HSL 308° 71.17% 78.24%
HSB/HSV 308° 33.05% 93.73%
CMYK 0.00% 33.05% 4.60%
6.27%

Color #EFA0E4 in popluar number systems.

HEX EF A0 E4
Decimal 239 160 228
Binary 11101111 10100000 11100100
Octal 357 240 344

Shades and tints

Shades of #EFA0E4

#EFA0E4
(239,160,228)
#DA92D0
(218,146,208)
#C584BC
(197,132,188)
#B076A8
(176,118,168)
#9B6894
(155,104,148)
#865A80
(134,90,128)
#714C6C
(113,76,108)
#5C3E58
(92,62,88)
#473044
(71,48,68)
#322230
(50,34,48)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #EFA0E4

#EFA0E4
(239,160,228)
#F0A8E6
(240,168,230)
#F1B0E8
(241,176,232)
#F2B8EA
(242,184,234)
#F3C0EC
(243,192,236)
#F4C8EE
(244,200,238)
#F5D0F0
(245,208,240)
#F6D8F2
(246,216,242)
#F7E0F4
(247,224,244)
#F8E8F6
(248,232,246)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA0E4 color. Also use rgb(239,160,228) instead hex code.

Text Font Color

.myTextColor { color: #EFA0E4; }

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

This text font color is #EFA0E4.

Background Color

.myBgColor { background-color: #EFA0E4; }

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

This div background color is #EFA0E4.

Border color

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

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

This div border color is #EFA0E4.

Opacity

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

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

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

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

This text has shadow with #EFA0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA0E4.

Preview

Color preview on black background

This text has color #EFA0E4 on black background.


Color preview on white background

This text has color #EFA0E4 on white background.


Black color preview on #EFA0E4 background

This text has black color on #EFA0E4 background.


White color preview on #EFA0E4 background

This text has white color on #EFA0E4 background.


Related colors

Complementary color

Complementary color for #hex is #105F1B.


I love getcolorcode.com

Triadic colors

1 #E4EFA0 and #A0E4EF with #EFA0E4 are triadic colors.

2 #E4A0EF and #A0EFE4 with #EFA0E4 are triadic colors.