COLOR #E8A4EF

HEX: #E8A4EF RGB: (232,164,239)

Color info

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

RGB color model

#E8A4EF color RGB value is (232,164,239).

RGB: (232,164,239) (91%, 64%, 94%)

RGB channels and saturation

R 232 of 255 = 91%
G 164 of 255 = 64%
B 239 of 255 = 94%

232
164
239

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

Portions of RGB colors in percentages

R + G + B = 232 + 164 + 239 = 635 (100%)
R 232 of 635 ~ 36.54%
G 164 of 635 ~ 25.83%
B 239 of 635 ~ 37.64'%

%36.54
%25.83
%37.64

CMYK color model

#E8A4EF color CMYK value is (3,31,0,6).

  • cyan value is 2.93%
  • magenta value is 31.38%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (3,31,0,6)
C3M31Y0K6 (3%, 31%, 0%, 6%)
(0.03 / 0.31 / 0.00 / 0.06)

CMYK percentages

%2.93
%31.38
%0
%6.27

Codes

Color #E8A4EF in popluar color models

E8 A4 EF
RGB 232 164 239
HSL 294° 70.09% 79.02%
HSB/HSV 294° 31.38% 93.73%
CMYK 2.93% 31.38% 0.00%
6.27%

Color #E8A4EF in popluar number systems.

HEX E8 A4 EF
Decimal 232 164 239
Binary 11101000 10100100 11101111
Octal 350 244 357

Shades and tints

Shades of #E8A4EF

#E8A4EF
(232,164,239)
#D396DA
(211,150,218)
#BE88C5
(190,136,197)
#A97AB0
(169,122,176)
#946C9B
(148,108,155)
#7F5E86
(127,94,134)
#6A5071
(106,80,113)
#55425C
(85,66,92)
#403447
(64,52,71)
#2B2632
(43,38,50)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #E8A4EF

#E8A4EF
(232,164,239)
#EAACF0
(234,172,240)
#ECB4F1
(236,180,241)
#EEBCF2
(238,188,242)
#F0C4F3
(240,196,243)
#F2CCF4
(242,204,244)
#F4D4F5
(244,212,245)
#F6DCF6
(246,220,246)
#F8E4F7
(248,228,247)
#FAECF8
(250,236,248)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A4EF color. Also use rgb(232,164,239) instead hex code.

Text Font Color

.myTextColor { color: #E8A4EF; }

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

This text font color is #E8A4EF.

Background Color

.myBgColor { background-color: #E8A4EF; }

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

This div background color is #E8A4EF.

Border color

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

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

This div border color is #E8A4EF.

Opacity

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

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

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

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

This text has shadow with #E8A4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8A4EF.

Preview

Color preview on black background

This text has color #E8A4EF on black background.


Color preview on white background

This text has color #E8A4EF on white background.


Black color preview on #E8A4EF background

This text has black color on #E8A4EF background.


White color preview on #E8A4EF background

This text has white color on #E8A4EF background.


Related colors

Complementary color

Complementary color for #hex is #175B10.


I love getcolorcode.com

Triadic colors

1 #EFE8A4 and #A4EFE8 with #E8A4EF are triadic colors.

2 #EFA4E8 and #A4E8EF with #E8A4EF are triadic colors.