COLOR #E2ABFB

HEX: #E2ABFB
RGB: (226,171,251)

Color info

#E2ABFB contains mainly red and blue colors. Web safe color of #E2ABFB is #CC99FF (or #C9F).

RGB color model

#E2ABFB color RGB value is (226,171,251).

  • red value is 226;
  • green value is 171;
  • blue value is 251.
RGB:
(226,171,251)
(89%,67%,98%)

RGB channels and saturation

R 226 of 255 = 89%
G 171 of 255 = 67%
B 251 of 255 = 98%

226
171
251

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

Portions of RGB colors in percentages

R + G + B =
226 + 171 + 251 = 648 (100%)
R 226 of 648 ~ 34.88%
G 171 of 648 ~ 26.39%
B 251 of 648 ~ 38.73%

%34.88
%26.39
%38.73

CMYK color model

#E2ABFB color CMYK value is (10,32,0,2).

  • cyan value is 9.96%
  • magenta value is 31.87%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(10,32,0,2)
C10M32Y0K2 
(10%,32%,0%,2%)
(0.10/0.32/0.00/0.02)	

CMYK percentages

%9.96
%31.87
%0
%1.57

Codes

Color #E2ABFB in popluar color models

E2ABFB
RGB226171251
HSL281°90.91%82.75%
HSB/HSV281°31.87%98.43%
CMYK9.96%31.87%0.00%
1.57%

Color #E2ABFB in popluar number systems.

HEXE2ABFB
Decimal226171251
Binary111000101010101111111011
Octal342253373

Shades and tints

Shades of #E2ABFB

#E2ABFB
(226,171,251)
#CE9CE5
(206,156,229)
#BA8DCF
(186,141,207)
#A67EB9
(166,126,185)
#926FA3
(146,111,163)
#7E608D
(126,96,141)
#6A5177
(106,81,119)
#564261
(86,66,97)
#42334B
(66,51,75)
#2E2435
(46,36,53)
#1A151F
(26,21,31)
#000000
(0,0,0)

Tints of #E2ABFB

#E2ABFB
(226,171,251)
#E4B2FB
(228,178,251)
#E6B9FB
(230,185,251)
#E8C0FB
(232,192,251)
#EAC7FB
(234,199,251)
#ECCEFB
(236,206,251)
#EED5FB
(238,213,251)
#F0DCFB
(240,220,251)
#F2E3FB
(242,227,251)
#F4EAFB
(244,234,251)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2ABFB color. Also use rgb(226,171,251) instead hex code.

Text Font Color

.myTextColor { color: #E2ABFB; }

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

This text font color is #E2ABFB.


Background Color

.myBgColor { background-color: #E2ABFB; }

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

This div background color is #E2ABFB.


Border color

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

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

This div border color is #E2ABFB.


Opacity

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

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

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

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

This text has shadow with #E2ABFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2ABFB on black background.


Color preview on white background

This text has color #E2ABFB on white background.



Black color preview on #E2ABFB background

This text has black color on #E2ABFB background.


White color preview on #E2ABFB background

This text has white color on #E2ABFB background.