COLOR #E2B4FB

HEX: #E2B4FB RGB: (226,180,251)

Color info

#E2B4FB contains mainly red and blue colors. Web safe color of #E2B4FB is #CCCCFF (or #CCF).

RGB color model

#E2B4FB color RGB value is (226,180,251).

RGB: (226,180,251) (89%, 71%, 98%)

RGB channels and saturation

R 226 of 255 = 89%
G 180 of 255 = 71%
B 251 of 255 = 98%

226
180
251

R + G + B ~ 86%. #E2B4FB is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 180 + 251 = 657 (100%)
R 226 of 657 ~ 34.4%
G 180 of 657 ~ 27.4%
B 251 of 657 ~ 38.2'%

%34.4
%27.4
%38.2

CMYK color model

#E2B4FB color CMYK value is (10,28,0,2).

  • cyan value is 9.96%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (10,28,0,2)
C10M28Y0K2 (10%, 28%, 0%, 2%)
(0.10 / 0.28 / 0.00 / 0.02)

CMYK percentages

%9.96
%28.29
%0
%1.57

Codes

Color #E2B4FB in popluar color models

E2 B4 FB
RGB 226 180 251
HSL 279° 89.87% 84.51%
HSB/HSV 279° 28.29% 98.43%
CMYK 9.96% 28.29% 0.00%
1.57%

Color #E2B4FB in popluar number systems.

HEX E2 B4 FB
Decimal 226 180 251
Binary 11100010 10110100 11111011
Octal 342 264 373

Shades and tints

Shades of #E2B4FB

#E2B4FB
(226,180,251)
#CEA4E5
(206,164,229)
#BA94CF
(186,148,207)
#A684B9
(166,132,185)
#9274A3
(146,116,163)
#7E648D
(126,100,141)
#6A5477
(106,84,119)
#564461
(86,68,97)
#42344B
(66,52,75)
#2E2435
(46,36,53)
#1A141F
(26,20,31)
#000000
(0,0,0)

Tints of #E2B4FB

#E2B4FB
(226,180,251)
#E4BAFB
(228,186,251)
#E6C0FB
(230,192,251)
#E8C6FB
(232,198,251)
#EACCFB
(234,204,251)
#ECD2FB
(236,210,251)
#EED8FB
(238,216,251)
#F0DEFB
(240,222,251)
#F2E4FB
(242,228,251)
#F4EAFB
(244,234,251)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B4FB; }

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

This text font color is #E2B4FB.

Background Color

.myBgColor { background-color: #E2B4FB; }

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

This div background color is #E2B4FB.

Border color

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

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

This div border color is #E2B4FB.

Opacity

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

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

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

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

This text has shadow with #E2B4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B4FB.

Preview

Color preview on black background

This text has color #E2B4FB on black background.


Color preview on white background

This text has color #E2B4FB on white background.


Black color preview on #E2B4FB background

This text has black color on #E2B4FB background.


White color preview on #E2B4FB background

This text has white color on #E2B4FB background.


Related colors

Complementary color

Complementary color for #hex is #1D4B04.


I love getcolorcode.com

Triadic colors

1 #FBE2B4 and #B4FBE2 with #E2B4FB are triadic colors.

2 #FBB4E2 and #B4E2FB with #E2B4FB are triadic colors.