COLOR #EEB5FA

HEX: #EEB5FA RGB: (238,181,250)

Color info

#EEB5FA contains mainly red and blue colors. Web safe color of #EEB5FA is #FFCCFF (or #FCF).

RGB color model

#EEB5FA color RGB value is (238,181,250).

RGB: (238,181,250) (93%, 71%, 98%)

RGB channels and saturation

R 238 of 255 = 93%
G 181 of 255 = 71%
B 250 of 255 = 98%

238
181
250

R + G + B ~ 87%. #EEB5FA is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 181 + 250 = 669 (100%)
R 238 of 669 ~ 35.58%
G 181 of 669 ~ 27.06%
B 250 of 669 ~ 37.37'%

%35.58
%27.06
%37.37

CMYK color model

#EEB5FA color CMYK value is (5,28,0,2).

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

CMYK: (5,28,0,2)
C5M28Y0K2 (5%, 28%, 0%, 2%)
(0.05 / 0.28 / 0.00 / 0.02)

CMYK percentages

%4.8
%27.6
%0
%1.96

Codes

Color #EEB5FA in popluar color models

EE B5 FA
RGB 238 181 250
HSL 290° 87.34% 84.51%
HSB/HSV 290° 27.60% 98.04%
CMYK 4.80% 27.60% 0.00%
1.96%

Color #EEB5FA in popluar number systems.

HEX EE B5 FA
Decimal 238 181 250
Binary 11101110 10110101 11111010
Octal 356 265 372

Shades and tints

Shades of #EEB5FA

#EEB5FA
(238,181,250)
#D9A5E4
(217,165,228)
#C495CE
(196,149,206)
#AF85B8
(175,133,184)
#9A75A2
(154,117,162)
#85658C
(133,101,140)
#705576
(112,85,118)
#5B4560
(91,69,96)
#46354A
(70,53,74)
#312534
(49,37,52)
#1C151E
(28,21,30)
#000000
(0,0,0)

Tints of #EEB5FA

#EEB5FA
(238,181,250)
#EFBBFA
(239,187,250)
#F0C1FA
(240,193,250)
#F1C7FA
(241,199,250)
#F2CDFA
(242,205,250)
#F3D3FA
(243,211,250)
#F4D9FA
(244,217,250)
#F5DFFA
(245,223,250)
#F6E5FA
(246,229,250)
#F7EBFA
(247,235,250)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB5FA; }

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

This text font color is #EEB5FA.

Background Color

.myBgColor { background-color: #EEB5FA; }

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

This div background color is #EEB5FA.

Border color

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

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

This div border color is #EEB5FA.

Opacity

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

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

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

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

This text has shadow with #EEB5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB5FA.

Preview

Color preview on black background

This text has color #EEB5FA on black background.


Color preview on white background

This text has color #EEB5FA on white background.


Black color preview on #EEB5FA background

This text has black color on #EEB5FA background.


White color preview on #EEB5FA background

This text has white color on #EEB5FA background.


Related colors

Complementary color

Complementary color for #hex is #114A05.


I love getcolorcode.com

Triadic colors

1 #FAEEB5 and #B5FAEE with #EEB5FA are triadic colors.

2 #FAB5EE and #B5EEFA with #EEB5FA are triadic colors.