COLOR #EEA1FB

HEX: #EEA1FB
RGB: (238,161,251)

Color info

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

RGB color model

#EEA1FB color RGB value is (238,161,251).

  • red value is 238;
  • green value is 161;
  • blue value is 251.
RGB:
(238,161,251)
(93%,63%,98%)

RGB channels and saturation

R 238 of 255 = 93%
G 161 of 255 = 63%
B 251 of 255 = 98%

238
161
251

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

Portions of RGB colors in percentages

R + G + B =
238 + 161 + 251 = 650 (100%)
R 238 of 650 ~ 36.62%
G 161 of 650 ~ 24.77%
B 251 of 650 ~ 38.62%

%36.62
%24.77
%38.62

CMYK color model

#EEA1FB color CMYK value is (5,36,0,2).

  • cyan value is 5.18%
  • magenta value is 35.86%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,36,0,2)
C5M36Y0K2 
(5%,36%,0%,2%)
(0.05/0.36/0.00/0.02)	

CMYK percentages

%5.18
%35.86
%0
%1.57

Codes

Color #EEA1FB in popluar color models

EEA1FB
RGB238161251
HSL291°91.84%80.78%
HSB/HSV291°35.86%98.43%
CMYK5.18%35.86%0.00%
1.57%

Color #EEA1FB in popluar number systems.

HEXEEA1FB
Decimal238161251
Binary111011101010000111111011
Octal356241373

Shades and tints

Shades of #EEA1FB

#EEA1FB
(238,161,251)
#D993E5
(217,147,229)
#C485CF
(196,133,207)
#AF77B9
(175,119,185)
#9A69A3
(154,105,163)
#855B8D
(133,91,141)
#704D77
(112,77,119)
#5B3F61
(91,63,97)
#46314B
(70,49,75)
#312335
(49,35,53)
#1C151F
(28,21,31)
#000000
(0,0,0)

Tints of #EEA1FB

#EEA1FB
(238,161,251)
#EFA9FB
(239,169,251)
#F0B1FB
(240,177,251)
#F1B9FB
(241,185,251)
#F2C1FB
(242,193,251)
#F3C9FB
(243,201,251)
#F4D1FB
(244,209,251)
#F5D9FB
(245,217,251)
#F6E1FB
(246,225,251)
#F7E9FB
(247,233,251)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA1FB color. Also use rgb(238,161,251) instead hex code.

Text Font Color

.myTextColor { color: #EEA1FB; }

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

This text font color is #EEA1FB.


Background Color

.myBgColor { background-color: #EEA1FB; }

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

This div background color is #EEA1FB.


Border color

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

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

This div border color is #EEA1FB.


Opacity

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

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

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

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

This text has shadow with #EEA1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA1FB on black background.


Color preview on white background

This text has color #EEA1FB on white background.



Black color preview on #EEA1FB background

This text has black color on #EEA1FB background.


White color preview on #EEA1FB background

This text has white color on #EEA1FB background.