COLOR #EEA3F1

HEX: #EEA3F1
RGB: (238,163,241)

Color info

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

RGB color model

#EEA3F1 color RGB value is (238,163,241).

  • red value is 238;
  • green value is 163;
  • blue value is 241.
RGB:
(238,163,241)
(93%,64%,95%)

RGB channels and saturation

R 238 of 255 = 93%
G 163 of 255 = 64%
B 241 of 255 = 95%

238
163
241

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

Portions of RGB colors in percentages

R + G + B =
238 + 163 + 241 = 642 (100%)
R 238 of 642 ~ 37.07%
G 163 of 642 ~ 25.39%
B 241 of 642 ~ 37.54%

%37.07
%25.39
%37.54

CMYK color model

#EEA3F1 color CMYK value is (1,32,0,5).

  • cyan value is 1.24%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,32,0,5)
C1M32Y0K5 
(1%,32%,0%,5%)
(0.01/0.32/0.00/0.05)	

CMYK percentages

%1.24
%32.37
%0
%5.49

Codes

Color #EEA3F1 in popluar color models

EEA3F1
RGB238163241
HSL298°73.58%79.22%
HSB/HSV298°32.37%94.51%
CMYK1.24%32.37%0.00%
5.49%

Color #EEA3F1 in popluar number systems.

HEXEEA3F1
Decimal238163241
Binary111011101010001111110001
Octal356243361

Shades and tints

Shades of #EEA3F1

#EEA3F1
(238,163,241)
#D995DC
(217,149,220)
#C487C7
(196,135,199)
#AF79B2
(175,121,178)
#9A6B9D
(154,107,157)
#855D88
(133,93,136)
#704F73
(112,79,115)
#5B415E
(91,65,94)
#463349
(70,51,73)
#312534
(49,37,52)
#1C171F
(28,23,31)
#000000
(0,0,0)

Tints of #EEA3F1

#EEA3F1
(238,163,241)
#EFABF2
(239,171,242)
#F0B3F3
(240,179,243)
#F1BBF4
(241,187,244)
#F2C3F5
(242,195,245)
#F3CBF6
(243,203,246)
#F4D3F7
(244,211,247)
#F5DBF8
(245,219,248)
#F6E3F9
(246,227,249)
#F7EBFA
(247,235,250)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA3F1 color. Also use rgb(238,163,241) instead hex code.

Text Font Color

.myTextColor { color: #EEA3F1; }

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

This text font color is #EEA3F1.


Background Color

.myBgColor { background-color: #EEA3F1; }

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

This div background color is #EEA3F1.


Border color

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

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

This div border color is #EEA3F1.


Opacity

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

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

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

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

This text has shadow with #EEA3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA3F1 on black background.


Color preview on white background

This text has color #EEA3F1 on white background.



Black color preview on #EEA3F1 background

This text has black color on #EEA3F1 background.


White color preview on #EEA3F1 background

This text has white color on #EEA3F1 background.