COLOR #EEA3F9

HEX: #EEA3F9
RGB: (238,163,249)

Color info

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

RGB color model

#EEA3F9 color RGB value is (238,163,249).

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

RGB channels and saturation

R 238 of 255 = 93%
G 163 of 255 = 64%
B 249 of 255 = 98%

238
163
249

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

Portions of RGB colors in percentages

R + G + B =
238 + 163 + 249 = 650 (100%)
R 238 of 650 ~ 36.62%
G 163 of 650 ~ 25.08%
B 249 of 650 ~ 38.31%

%36.62
%25.08
%38.31

CMYK color model

#EEA3F9 color CMYK value is (4,35,0,2).

  • cyan value is 4.42%
  • magenta value is 34.54%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(4,35,0,2)
C4M35Y0K2 
(4%,35%,0%,2%)
(0.04/0.35/0.00/0.02)	

CMYK percentages

%4.42
%34.54
%0
%2.35

Codes

Color #EEA3F9 in popluar color models

EEA3F9
RGB238163249
HSL292°87.76%80.78%
HSB/HSV292°34.54%97.65%
CMYK4.42%34.54%0.00%
2.35%

Color #EEA3F9 in popluar number systems.

HEXEEA3F9
Decimal238163249
Binary111011101010001111111001
Octal356243371

Shades and tints

Shades of #EEA3F9

#EEA3F9
(238,163,249)
#D995E3
(217,149,227)
#C487CD
(196,135,205)
#AF79B7
(175,121,183)
#9A6BA1
(154,107,161)
#855D8B
(133,93,139)
#704F75
(112,79,117)
#5B415F
(91,65,95)
#463349
(70,51,73)
#312533
(49,37,51)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #EEA3F9

#EEA3F9
(238,163,249)
#EFABF9
(239,171,249)
#F0B3F9
(240,179,249)
#F1BBF9
(241,187,249)
#F2C3F9
(242,195,249)
#F3CBF9
(243,203,249)
#F4D3F9
(244,211,249)
#F5DBF9
(245,219,249)
#F6E3F9
(246,227,249)
#F7EBF9
(247,235,249)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA3F9; }

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

This text font color is #EEA3F9.


Background Color

.myBgColor { background-color: #EEA3F9; }

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

This div background color is #EEA3F9.


Border color

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

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

This div border color is #EEA3F9.


Opacity

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

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

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

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

This text has shadow with #EEA3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA3F9 on black background.


Color preview on white background

This text has color #EEA3F9 on white background.



Black color preview on #EEA3F9 background

This text has black color on #EEA3F9 background.


White color preview on #EEA3F9 background

This text has white color on #EEA3F9 background.