COLOR #EEA5EB

HEX: #EEA5EB
RGB: (238,165,235)

Color info

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

RGB color model

#EEA5EB color RGB value is (238,165,235).

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

RGB channels and saturation

R 238 of 255 = 93%
G 165 of 255 = 65%
B 235 of 255 = 92%

238
165
235

R + G + B ~ 83%. #EEA5EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 165 + 235 = 638 (100%)
R 238 of 638 ~ 37.3%
G 165 of 638 ~ 25.86%
B 235 of 638 ~ 36.83%

%37.3
%25.86
%36.83

CMYK color model

#EEA5EB color CMYK value is (0,31,1,7).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 1.26%
  • key color value is 6.67%
CMYK:
(0,31,1,7)
C0M31Y1K7 
(0%,31%,1%,7%)
(0.00/0.31/0.01/0.07)	

CMYK percentages

%0
%30.67
%1.26
%6.67

Codes

Color #EEA5EB in popluar color models

EEA5EB
RGB238165235
HSL302°68.22%79.02%
HSB/HSV302°30.67%93.33%
CMYK0.00%30.67%1.26%
6.67%

Color #EEA5EB in popluar number systems.

HEXEEA5EB
Decimal238165235
Binary111011101010010111101011
Octal356245353

Shades and tints

Shades of #EEA5EB

#EEA5EB
(238,165,235)
#D996D6
(217,150,214)
#C487C1
(196,135,193)
#AF78AC
(175,120,172)
#9A6997
(154,105,151)
#855A82
(133,90,130)
#704B6D
(112,75,109)
#5B3C58
(91,60,88)
#462D43
(70,45,67)
#311E2E
(49,30,46)
#1C0F19
(28,15,25)
#000000
(0,0,0)

Tints of #EEA5EB

#EEA5EB
(238,165,235)
#EFADEC
(239,173,236)
#F0B5ED
(240,181,237)
#F1BDEE
(241,189,238)
#F2C5EF
(242,197,239)
#F3CDF0
(243,205,240)
#F4D5F1
(244,213,241)
#F5DDF2
(245,221,242)
#F6E5F3
(246,229,243)
#F7EDF4
(247,237,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA5EB; }

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

This text font color is #EEA5EB.


Background Color

.myBgColor { background-color: #EEA5EB; }

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

This div background color is #EEA5EB.


Border color

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

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

This div border color is #EEA5EB.


Opacity

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

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

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

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

This text has shadow with #EEA5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA5EB on black background.


Color preview on white background

This text has color #EEA5EB on white background.



Black color preview on #EEA5EB background

This text has black color on #EEA5EB background.


White color preview on #EEA5EB background

This text has white color on #EEA5EB background.