COLOR #EEA5FA

HEX: #EEA5FA
RGB: (238,165,250)

Color info

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

RGB color model

#EEA5FA color RGB value is (238,165,250).

  • red value is 238;
  • green value is 165;
  • blue value is 250.
RGB:
(238,165,250)
(93%,65%,98%)

RGB channels and saturation

R 238 of 255 = 93%
G 165 of 255 = 65%
B 250 of 255 = 98%

238
165
250

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

Portions of RGB colors in percentages

R + G + B =
238 + 165 + 250 = 653 (100%)
R 238 of 653 ~ 36.45%
G 165 of 653 ~ 25.27%
B 250 of 653 ~ 38.28%

%36.45
%25.27
%38.28

CMYK color model

#EEA5FA color CMYK value is (5,34,0,2).

  • cyan value is 4.80%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,34,0,2)
C5M34Y0K2 
(5%,34%,0%,2%)
(0.05/0.34/0.00/0.02)	

CMYK percentages

%4.8
%34
%0
%1.96

Codes

Color #EEA5FA in popluar color models

EEA5FA
RGB238165250
HSL292°89.47%81.37%
HSB/HSV292°34.00%98.04%
CMYK4.80%34.00%0.00%
1.96%

Color #EEA5FA in popluar number systems.

HEXEEA5FA
Decimal238165250
Binary111011101010010111111010
Octal356245372

Shades and tints

Shades of #EEA5FA

#EEA5FA
(238,165,250)
#D996E4
(217,150,228)
#C487CE
(196,135,206)
#AF78B8
(175,120,184)
#9A69A2
(154,105,162)
#855A8C
(133,90,140)
#704B76
(112,75,118)
#5B3C60
(91,60,96)
#462D4A
(70,45,74)
#311E34
(49,30,52)
#1C0F1E
(28,15,30)
#000000
(0,0,0)

Tints of #EEA5FA

#EEA5FA
(238,165,250)
#EFADFA
(239,173,250)
#F0B5FA
(240,181,250)
#F1BDFA
(241,189,250)
#F2C5FA
(242,197,250)
#F3CDFA
(243,205,250)
#F4D5FA
(244,213,250)
#F5DDFA
(245,221,250)
#F6E5FA
(246,229,250)
#F7EDFA
(247,237,250)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA5FA color. Also use rgb(238,165,250) instead hex code.

Text Font Color

.myTextColor { color: #EEA5FA; }

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

This text font color is #EEA5FA.


Background Color

.myBgColor { background-color: #EEA5FA; }

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

This div background color is #EEA5FA.


Border color

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

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

This div border color is #EEA5FA.


Opacity

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

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

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

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

This text has shadow with #EEA5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA5FA on black background.


Color preview on white background

This text has color #EEA5FA on white background.



Black color preview on #EEA5FA background

This text has black color on #EEA5FA background.


White color preview on #EEA5FA background

This text has white color on #EEA5FA background.