COLOR #E9ACF0

HEX: #E9ACF0
RGB: (233,172,240)

Color info

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

RGB color model

#E9ACF0 color RGB value is (233,172,240).

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

RGB channels and saturation

R 233 of 255 = 91%
G 172 of 255 = 67%
B 240 of 255 = 94%

233
172
240

R + G + B ~ 84%. #E9ACF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 172 + 240 = 645 (100%)
R 233 of 645 ~ 36.12%
G 172 of 645 ~ 26.67%
B 240 of 645 ~ 37.21%

%36.12
%26.67
%37.21

CMYK color model

#E9ACF0 color CMYK value is (3,28,0,6).

  • cyan value is 2.92%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(3,28,0,6)
C3M28Y0K6 
(3%,28%,0%,6%)
(0.03/0.28/0.00/0.06)	

CMYK percentages

%2.92
%28.33
%0
%5.88

Codes

Color #E9ACF0 in popluar color models

E9ACF0
RGB233172240
HSL294°69.39%80.78%
HSB/HSV294°28.33%94.12%
CMYK2.92%28.33%0.00%
5.88%

Color #E9ACF0 in popluar number systems.

HEXE9ACF0
Decimal233172240
Binary111010011010110011110000
Octal351254360

Shades and tints

Shades of #E9ACF0

#E9ACF0
(233,172,240)
#D49DDB
(212,157,219)
#BF8EC6
(191,142,198)
#AA7FB1
(170,127,177)
#95709C
(149,112,156)
#806187
(128,97,135)
#6B5272
(107,82,114)
#56435D
(86,67,93)
#413448
(65,52,72)
#2C2533
(44,37,51)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #E9ACF0

#E9ACF0
(233,172,240)
#EBB3F1
(235,179,241)
#EDBAF2
(237,186,242)
#EFC1F3
(239,193,243)
#F1C8F4
(241,200,244)
#F3CFF5
(243,207,245)
#F5D6F6
(245,214,246)
#F7DDF7
(247,221,247)
#F9E4F8
(249,228,248)
#FBEBF9
(251,235,249)
#FDF2FA
(253,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9ACF0; }

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

This text font color is #E9ACF0.


Background Color

.myBgColor { background-color: #E9ACF0; }

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

This div background color is #E9ACF0.


Border color

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

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

This div border color is #E9ACF0.


Opacity

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

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

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

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

This text has shadow with #E9ACF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9ACF0 on black background.


Color preview on white background

This text has color #E9ACF0 on white background.



Black color preview on #E9ACF0 background

This text has black color on #E9ACF0 background.


White color preview on #E9ACF0 background

This text has white color on #E9ACF0 background.