COLOR #E2B5E1

HEX: #E2B5E1
RGB: (226,181,225)

Color info

#E2B5E1 contains red, green and blue colors in about the same proportion. Web safe color of #E2B5E1 is #CCCCCC (or #CCC).

RGB color model

#E2B5E1 color RGB value is (226,181,225).

  • red value is 226;
  • green value is 181;
  • blue value is 225.
RGB: (226,181,225) (89%,71%,88%)

RGB channels and saturation

R 226 of 255 = 89%
G 181 of 255 = 71%
B 225 of 255 = 88%

226
181
225

R + G + B ~ 83%. #E2B5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 181 + 225 = 632 (100%)
R 226 of 632 ~ 35.76%
G 181 of 632 ~ 28.64%
B 225 of 632 ~ 35.6%

%35.76
%28.64
%35.6

CMYK color model

#E2B5E1 color CMYK value is (0,20,0,11).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 0.44%
  • key color value is 11.37%
CMYK: (0,20,0,11) C0M20Y0K11 (0%,20%,0%,11%) (0.00/0.20/0.00/0.11)

CMYK percentages

%0
%19.91
%0.44
%11.37

Codes

Color #E2B5E1 in popluar color models

E2B5E1
RGB226181225
HSL301°43.69%79.80%
HSB/HSV301°19.91%88.63%
CMYK0.00%19.91%0.44%
11.37%

Color #E2B5E1 in popluar number systems.

HEXE2B5E1
Decimal226181225
Binary111000101011010111100001
Octal342265341

Shades and tints

Shades of #E2B5E1

#E2B5E1
(226,181,225)
#CEA5CD
(206,165,205)
#BA95B9
(186,149,185)
#A685A5
(166,133,165)
#927591
(146,117,145)
#7E657D
(126,101,125)
#6A5569
(106,85,105)
#564555
(86,69,85)
#423541
(66,53,65)
#2E252D
(46,37,45)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #E2B5E1

#E2B5E1
(226,181,225)
#E4BBE3
(228,187,227)
#E6C1E5
(230,193,229)
#E8C7E7
(232,199,231)
#EACDE9
(234,205,233)
#ECD3EB
(236,211,235)
#EED9ED
(238,217,237)
#F0DFEF
(240,223,239)
#F2E5F1
(242,229,241)
#F4EBF3
(244,235,243)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B5E1 color. Also use rgb(226,181,225) instead hex code.

Text Font Color

.myTextColor { color: #E2B5E1; }

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

This text font color is #E2B5E1.


Background Color

.myBgColor { background-color: #E2B5E1; }

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

This div background color is #E2B5E1.


Border color

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

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

This div border color is #E2B5E1.


Opacity

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

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

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

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

This text has shadow with #E2B5E1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E2B5E1 on black background.


Color preview on white background

This text has color #E2B5E1 on white background.



Black color preview on #E2B5E1 background

This text has black color on #E2B5E1 background.


White color preview on #E2B5E1 background

This text has white color on #E2B5E1 background.