COLOR #E2B4EC

HEX: #E2B4EC
RGB: (226,180,236)

Color info

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

RGB color model

#E2B4EC color RGB value is (226,180,236).

  • red value is 226;
  • green value is 180;
  • blue value is 236.
RGB:
(226,180,236)
(89%,71%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 180 of 255 = 71%
B 236 of 255 = 93%

226
180
236

R + G + B ~ 84%. #E2B4EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 180 + 236 = 642 (100%)
R 226 of 642 ~ 35.2%
G 180 of 642 ~ 28.04%
B 236 of 642 ~ 36.76%

%35.2
%28.04
%36.76

CMYK color model

#E2B4EC color CMYK value is (4,24,0,7).

  • cyan value is 4.24%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,24,0,7)
C4M24Y0K7 
(4%,24%,0%,7%)
(0.04/0.24/0.00/0.07)	

CMYK percentages

%4.24
%23.73
%0
%7.45

Codes

Color #E2B4EC in popluar color models

E2B4EC
RGB226180236
HSL289°59.57%81.57%
HSB/HSV289°23.73%92.55%
CMYK4.24%23.73%0.00%
7.45%

Color #E2B4EC in popluar number systems.

HEXE2B4EC
Decimal226180236
Binary111000101011010011101100
Octal342264354

Shades and tints

Shades of #E2B4EC

#E2B4EC
(226,180,236)
#CEA4D7
(206,164,215)
#BA94C2
(186,148,194)
#A684AD
(166,132,173)
#927498
(146,116,152)
#7E6483
(126,100,131)
#6A546E
(106,84,110)
#564459
(86,68,89)
#423444
(66,52,68)
#2E242F
(46,36,47)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #E2B4EC

#E2B4EC
(226,180,236)
#E4BAED
(228,186,237)
#E6C0EE
(230,192,238)
#E8C6EF
(232,198,239)
#EACCF0
(234,204,240)
#ECD2F1
(236,210,241)
#EED8F2
(238,216,242)
#F0DEF3
(240,222,243)
#F2E4F4
(242,228,244)
#F4EAF5
(244,234,245)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B4EC; }

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

This text font color is #E2B4EC.


Background Color

.myBgColor { background-color: #E2B4EC; }

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

This div background color is #E2B4EC.


Border color

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

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

This div border color is #E2B4EC.


Opacity

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

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

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

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

This text has shadow with #E2B4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B4EC on black background.


Color preview on white background

This text has color #E2B4EC on white background.



Black color preview on #E2B4EC background

This text has black color on #E2B4EC background.


White color preview on #E2B4EC background

This text has white color on #E2B4EC background.