COLOR #EEB5FE

HEX: #EEB5FE
RGB: (238,181,254)

Color info

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

RGB color model

#EEB5FE color RGB value is (238,181,254).

  • red value is 238;
  • green value is 181;
  • blue value is 254.
RGB:
(238,181,254)
(93%,71%,100%)

RGB channels and saturation

R 238 of 255 = 93%
G 181 of 255 = 71%
B 254 of 255 = 100%

238
181
254

R + G + B ~ 88%. #EEB5FE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 181 + 254 = 673 (100%)
R 238 of 673 ~ 35.36%
G 181 of 673 ~ 26.89%
B 254 of 673 ~ 37.74%

%35.36
%26.89
%37.74

CMYK color model

#EEB5FE color CMYK value is (6,29,0,0).

  • cyan value is 6.30%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,29,0,0)
C6M29Y0K0 
(6%,29%,0%,0%)
(0.06/0.29/0.00/0.00)	

CMYK percentages

%6.3
%28.74
%0
%0.39

Codes

Color #EEB5FE in popluar color models

EEB5FE
RGB238181254
HSL287°97.33%85.29%
HSB/HSV287°28.74%99.61%
CMYK6.30%28.74%0.00%
0.39%

Color #EEB5FE in popluar number systems.

HEXEEB5FE
Decimal238181254
Binary111011101011010111111110
Octal356265376

Shades and tints

Shades of #EEB5FE

#EEB5FE
(238,181,254)
#D9A5E7
(217,165,231)
#C495D0
(196,149,208)
#AF85B9
(175,133,185)
#9A75A2
(154,117,162)
#85658B
(133,101,139)
#705574
(112,85,116)
#5B455D
(91,69,93)
#463546
(70,53,70)
#31252F
(49,37,47)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #EEB5FE

#EEB5FE
(238,181,254)
#EFBBFE
(239,187,254)
#F0C1FE
(240,193,254)
#F1C7FE
(241,199,254)
#F2CDFE
(242,205,254)
#F3D3FE
(243,211,254)
#F4D9FE
(244,217,254)
#F5DFFE
(245,223,254)
#F6E5FE
(246,229,254)
#F7EBFE
(247,235,254)
#F8F1FE
(248,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB5FE; }

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

This text font color is #EEB5FE.


Background Color

.myBgColor { background-color: #EEB5FE; }

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

This div background color is #EEB5FE.


Border color

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

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

This div border color is #EEB5FE.


Opacity

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

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

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

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

This text has shadow with #EEB5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB5FE on black background.


Color preview on white background

This text has color #EEB5FE on white background.



Black color preview on #EEB5FE background

This text has black color on #EEB5FE background.


White color preview on #EEB5FE background

This text has white color on #EEB5FE background.