COLOR #EEA7FA

HEX: #EEA7FA RGB: (238,167,250)

Color info

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

RGB color model

#EEA7FA color RGB value is (238,167,250).

RGB: (238,167,250) (93%, 65%, 98%)

RGB channels and saturation

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

238
167
250

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

Portions of RGB colors in percentages

R + G + B = 238 + 167 + 250 = 655 (100%)
R 238 of 655 ~ 36.34%
G 167 of 655 ~ 25.5%
B 250 of 655 ~ 38.17'%

%36.34
%25.5
%38.17

CMYK color model

#EEA7FA color CMYK value is (5,33,0,2).

  • cyan value is 4.80%
  • magenta value is 33.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (5,33,0,2)
C5M33Y0K2 (5%, 33%, 0%, 2%)
(0.05 / 0.33 / 0.00 / 0.02)

CMYK percentages

%4.8
%33.2
%0
%1.96

Codes

Color #EEA7FA in popluar color models

EE A7 FA
RGB 238 167 250
HSL 291° 89.25% 81.76%
HSB/HSV 291° 33.20% 98.04%
CMYK 4.80% 33.20% 0.00%
1.96%

Color #EEA7FA in popluar number systems.

HEX EE A7 FA
Decimal 238 167 250
Binary 11101110 10100111 11111010
Octal 356 247 372

Shades and tints

Shades of #EEA7FA

#EEA7FA
(238,167,250)
#D998E4
(217,152,228)
#C489CE
(196,137,206)
#AF7AB8
(175,122,184)
#9A6BA2
(154,107,162)
#855C8C
(133,92,140)
#704D76
(112,77,118)
#5B3E60
(91,62,96)
#462F4A
(70,47,74)
#312034
(49,32,52)
#1C111E
(28,17,30)
#000000
(0,0,0)

Tints of #EEA7FA

#EEA7FA
(238,167,250)
#EFAFFA
(239,175,250)
#F0B7FA
(240,183,250)
#F1BFFA
(241,191,250)
#F2C7FA
(242,199,250)
#F3CFFA
(243,207,250)
#F4D7FA
(244,215,250)
#F5DFFA
(245,223,250)
#F6E7FA
(246,231,250)
#F7EFFA
(247,239,250)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA7FA; }

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

This text font color is #EEA7FA.

Background Color

.myBgColor { background-color: #EEA7FA; }

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

This div background color is #EEA7FA.

Border color

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

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

This div border color is #EEA7FA.

Opacity

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

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

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

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

This text has shadow with #EEA7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA7FA.

Preview

Color preview on black background

This text has color #EEA7FA on black background.


Color preview on white background

This text has color #EEA7FA on white background.


Black color preview on #EEA7FA background

This text has black color on #EEA7FA background.


White color preview on #EEA7FA background

This text has white color on #EEA7FA background.


Related colors

Complementary color

Complementary color for #hex is #115805.


I love getcolorcode.com

Triadic colors

1 #FAEEA7 and #A7FAEE with #EEA7FA are triadic colors.

2 #FAA7EE and #A7EEFA with #EEA7FA are triadic colors.