COLOR #E9ACF4

HEX: #E9ACF4
RGB: (233,172,244)

Color info

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

RGB color model

#E9ACF4 color RGB value is (233,172,244).

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

RGB channels and saturation

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

233
172
244

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

Portions of RGB colors in percentages

R + G + B =
233 + 172 + 244 = 649 (100%)
R 233 of 649 ~ 35.9%
G 172 of 649 ~ 26.5%
B 244 of 649 ~ 37.6%

%35.9
%26.5
%37.6

CMYK color model

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

  • cyan value is 4.51%
  • 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.51
%29.51
%0
%4.31

Codes

Color #E9ACF4 in popluar color models

E9ACF4
RGB233172244
HSL291°76.60%81.57%
HSB/HSV291°29.51%95.69%
CMYK4.51%29.51%0.00%
4.31%

Color #E9ACF4 in popluar number systems.

HEXE9ACF4
Decimal233172244
Binary111010011010110011110100
Octal351254364

Shades and tints

Shades of #E9ACF4

#E9ACF4
(233,172,244)
#D49DDE
(212,157,222)
#BF8EC8
(191,142,200)
#AA7FB2
(170,127,178)
#95709C
(149,112,156)
#806186
(128,97,134)
#6B5270
(107,82,112)
#56435A
(86,67,90)
#413444
(65,52,68)
#2C252E
(44,37,46)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #E9ACF4

#E9ACF4
(233,172,244)
#EBB3F5
(235,179,245)
#EDBAF6
(237,186,246)
#EFC1F7
(239,193,247)
#F1C8F8
(241,200,248)
#F3CFF9
(243,207,249)
#F5D6FA
(245,214,250)
#F7DDFB
(247,221,251)
#F9E4FC
(249,228,252)
#FBEBFD
(251,235,253)
#FDF2FE
(253,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9ACF4; }

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

This text font color is #E9ACF4.


Background Color

.myBgColor { background-color: #E9ACF4; }

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

This div background color is #E9ACF4.


Border color

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

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

This div border color is #E9ACF4.


Opacity

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

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

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

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

This text has shadow with #E9ACF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9ACF4 on black background.


Color preview on white background

This text has color #E9ACF4 on white background.



Black color preview on #E9ACF4 background

This text has black color on #E9ACF4 background.


White color preview on #E9ACF4 background

This text has white color on #E9ACF4 background.