COLOR #E8ACF4

HEX: #E8ACF4
RGB: (232,172,244)

Color info

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

RGB color model

#E8ACF4 color RGB value is (232,172,244).

  • red value is 232;
  • green value is 172;
  • blue value is 244.
RGB:
(232,172,244)
(91%,67%,96%)

RGB channels and saturation

R 232 of 255 = 91%
G 172 of 255 = 67%
B 244 of 255 = 96%

232
172
244

R + G + B ~ 85%. #E8ACF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 172 + 244 = 648 (100%)
R 232 of 648 ~ 35.8%
G 172 of 648 ~ 26.54%
B 244 of 648 ~ 37.65%

%35.8
%26.54
%37.65

CMYK color model

#E8ACF4 color CMYK value is (5,30,0,4).

  • cyan value is 4.92%
  • magenta value is 29.51%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(5,30,0,4)
C5M30Y0K4 
(5%,30%,0%,4%)
(0.05/0.30/0.00/0.04)	

CMYK percentages

%4.92
%29.51
%0
%4.31

Codes

Color #E8ACF4 in popluar color models

E8ACF4
RGB232172244
HSL290°76.60%81.57%
HSB/HSV290°29.51%95.69%
CMYK4.92%29.51%0.00%
4.31%

Color #E8ACF4 in popluar number systems.

HEXE8ACF4
Decimal232172244
Binary111010001010110011110100
Octal350254364

Shades and tints

Shades of #E8ACF4

#E8ACF4
(232,172,244)
#D39DDE
(211,157,222)
#BE8EC8
(190,142,200)
#A97FB2
(169,127,178)
#94709C
(148,112,156)
#7F6186
(127,97,134)
#6A5270
(106,82,112)
#55435A
(85,67,90)
#403444
(64,52,68)
#2B252E
(43,37,46)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #E8ACF4

#E8ACF4
(232,172,244)
#EAB3F5
(234,179,245)
#ECBAF6
(236,186,246)
#EEC1F7
(238,193,247)
#F0C8F8
(240,200,248)
#F2CFF9
(242,207,249)
#F4D6FA
(244,214,250)
#F6DDFB
(246,221,251)
#F8E4FC
(248,228,252)
#FAEBFD
(250,235,253)
#FCF2FE
(252,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8ACF4 color. Also use rgb(232,172,244) instead hex code.

Text Font Color

.myTextColor { color: #E8ACF4; }

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

This text font color is #E8ACF4.


Background Color

.myBgColor { background-color: #E8ACF4; }

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

This div background color is #E8ACF4.


Border color

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

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

This div border color is #E8ACF4.


Opacity

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

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

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

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

This text has shadow with #E8ACF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ACF4 on black background.


Color preview on white background

This text has color #E8ACF4 on white background.



Black color preview on #E8ACF4 background

This text has black color on #E8ACF4 background.


White color preview on #E8ACF4 background

This text has white color on #E8ACF4 background.