COLOR #E2BEF4

HEX: #E2BEF4
RGB: (226,190,244)

Color info

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

RGB color model

#E2BEF4 color RGB value is (226,190,244).

  • red value is 226;
  • green value is 190;
  • blue value is 244.
RGB:
(226,190,244)
(89%,75%,96%)

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 244 of 255 = 96%

226
190
244

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

Portions of RGB colors in percentages

R + G + B =
226 + 190 + 244 = 660 (100%)
R 226 of 660 ~ 34.24%
G 190 of 660 ~ 28.79%
B 244 of 660 ~ 36.97%

%34.24
%28.79
%36.97

CMYK color model

#E2BEF4 color CMYK value is (7,22,0,4).

  • cyan value is 7.38%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(7,22,0,4)
C7M22Y0K4 
(7%,22%,0%,4%)
(0.07/0.22/0.00/0.04)	

CMYK percentages

%7.38
%22.13
%0
%4.31

Codes

Color #E2BEF4 in popluar color models

E2BEF4
RGB226190244
HSL280°71.05%85.10%
HSB/HSV280°22.13%95.69%
CMYK7.38%22.13%0.00%
4.31%

Color #E2BEF4 in popluar number systems.

HEXE2BEF4
Decimal226190244
Binary111000101011111011110100
Octal342276364

Shades and tints

Shades of #E2BEF4

#E2BEF4
(226,190,244)
#CEADDE
(206,173,222)
#BA9CC8
(186,156,200)
#A68BB2
(166,139,178)
#927A9C
(146,122,156)
#7E6986
(126,105,134)
#6A5870
(106,88,112)
#56475A
(86,71,90)
#423644
(66,54,68)
#2E252E
(46,37,46)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #E2BEF4

#E2BEF4
(226,190,244)
#E4C3F5
(228,195,245)
#E6C8F6
(230,200,246)
#E8CDF7
(232,205,247)
#EAD2F8
(234,210,248)
#ECD7F9
(236,215,249)
#EEDCFA
(238,220,250)
#F0E1FB
(240,225,251)
#F2E6FC
(242,230,252)
#F4EBFD
(244,235,253)
#F6F0FE
(246,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BEF4 color. Also use rgb(226,190,244) instead hex code.

Text Font Color

.myTextColor { color: #E2BEF4; }

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

This text font color is #E2BEF4.


Background Color

.myBgColor { background-color: #E2BEF4; }

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

This div background color is #E2BEF4.


Border color

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

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

This div border color is #E2BEF4.


Opacity

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

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

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

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

This text has shadow with #E2BEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BEF4 on black background.


Color preview on white background

This text has color #E2BEF4 on white background.



Black color preview on #E2BEF4 background

This text has black color on #E2BEF4 background.


White color preview on #E2BEF4 background

This text has white color on #E2BEF4 background.