COLOR #E2BFFA

HEX: #E2BFFA RGB: (226,191,250)

Color info

#E2BFFA contains red, green and blue colors in about the same proportion. Web safe color of #E2BFFA is #CCCCFF (or #CCF).

RGB color model

#E2BFFA color RGB value is (226,191,250).

RGB: (226,191,250) (89%, 75%, 98%)

RGB channels and saturation

R 226 of 255 = 89%
G 191 of 255 = 75%
B 250 of 255 = 98%

226
191
250

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

Portions of RGB colors in percentages

R + G + B = 226 + 191 + 250 = 667 (100%)
R 226 of 667 ~ 33.88%
G 191 of 667 ~ 28.64%
B 250 of 667 ~ 37.48'%

%33.88
%28.64
%37.48

CMYK color model

#E2BFFA color CMYK value is (10,24,0,2).

  • cyan value is 9.60%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (10,24,0,2)
C10M24Y0K2 (10%, 24%, 0%, 2%)
(0.10 / 0.24 / 0.00 / 0.02)

CMYK percentages

%9.6
%23.6
%0
%1.96

Codes

Color #E2BFFA in popluar color models

E2 BF FA
RGB 226 191 250
HSL 276° 85.51% 86.47%
HSB/HSV 276° 23.60% 98.04%
CMYK 9.60% 23.60% 0.00%
1.96%

Color #E2BFFA in popluar number systems.

HEX E2 BF FA
Decimal 226 191 250
Binary 11100010 10111111 11111010
Octal 342 277 372

Shades and tints

Shades of #E2BFFA

#E2BFFA
(226,191,250)
#CEAEE4
(206,174,228)
#BA9DCE
(186,157,206)
#A68CB8
(166,140,184)
#927BA2
(146,123,162)
#7E6A8C
(126,106,140)
#6A5976
(106,89,118)
#564860
(86,72,96)
#42374A
(66,55,74)
#2E2634
(46,38,52)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #E2BFFA

#E2BFFA
(226,191,250)
#E4C4FA
(228,196,250)
#E6C9FA
(230,201,250)
#E8CEFA
(232,206,250)
#EAD3FA
(234,211,250)
#ECD8FA
(236,216,250)
#EEDDFA
(238,221,250)
#F0E2FA
(240,226,250)
#F2E7FA
(242,231,250)
#F4ECFA
(244,236,250)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BFFA color. Also use rgb(226,191,250) instead hex code.

Text Font Color

.myTextColor { color: #E2BFFA; }

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

This text font color is #E2BFFA.

Background Color

.myBgColor { background-color: #E2BFFA; }

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

This div background color is #E2BFFA.

Border color

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

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

This div border color is #E2BFFA.

Opacity

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

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

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

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

This text has shadow with #E2BFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2BFFA.

Preview

Color preview on black background

This text has color #E2BFFA on black background.


Color preview on white background

This text has color #E2BFFA on white background.


Black color preview on #E2BFFA background

This text has black color on #E2BFFA background.


White color preview on #E2BFFA background

This text has white color on #E2BFFA background.


Related colors

Complementary color

Complementary color for #hex is #1D4005.


I love getcolorcode.com

Triadic colors

1 #FAE2BF and #BFFAE2 with #E2BFFA are triadic colors.

2 #FABFE2 and #BFE2FA with #E2BFFA are triadic colors.