COLOR #E5B4E1

HEX: #E5B4E1
RGB: (229,180,225)

Color info

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

RGB color model

#E5B4E1 color RGB value is (229,180,225).

  • red value is 229;
  • green value is 180;
  • blue value is 225.
RGB:
(229,180,225)
(90%,71%,88%)

RGB channels and saturation

R 229 of 255 = 90%
G 180 of 255 = 71%
B 225 of 255 = 88%

229
180
225

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

Portions of RGB colors in percentages

R + G + B =
229 + 180 + 225 = 634 (100%)
R 229 of 634 ~ 36.12%
G 180 of 634 ~ 28.39%
B 225 of 634 ~ 35.49%

%36.12
%28.39
%35.49

CMYK color model

#E5B4E1 color CMYK value is (0,21,2,10).

  • cyan value is 0.00%
  • magenta value is 21.40%
  • yellow value is 1.75%
  • key color value is 10.20%
CMYK:
(0,21,2,10)
C0M21Y2K10 
(0%,21%,2%,10%)
(0.00/0.21/0.02/0.10)	

CMYK percentages

%0
%21.4
%1.75
%10.2

Codes

Color #E5B4E1 in popluar color models

E5B4E1
RGB229180225
HSL305°48.51%80.20%
HSB/HSV305°21.40%89.80%
CMYK0.00%21.40%1.75%
10.20%

Color #E5B4E1 in popluar number systems.

HEXE5B4E1
Decimal229180225
Binary111001011011010011100001
Octal345264341

Shades and tints

Shades of #E5B4E1

#E5B4E1
(229,180,225)
#D1A4CD
(209,164,205)
#BD94B9
(189,148,185)
#A984A5
(169,132,165)
#957491
(149,116,145)
#81647D
(129,100,125)
#6D5469
(109,84,105)
#594455
(89,68,85)
#453441
(69,52,65)
#31242D
(49,36,45)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #E5B4E1

#E5B4E1
(229,180,225)
#E7BAE3
(231,186,227)
#E9C0E5
(233,192,229)
#EBC6E7
(235,198,231)
#EDCCE9
(237,204,233)
#EFD2EB
(239,210,235)
#F1D8ED
(241,216,237)
#F3DEEF
(243,222,239)
#F5E4F1
(245,228,241)
#F7EAF3
(247,234,243)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B4E1 color. Also use rgb(229,180,225) instead hex code.

Text Font Color

.myTextColor { color: #E5B4E1; }

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

This text font color is #E5B4E1.


Background Color

.myBgColor { background-color: #E5B4E1; }

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

This div background color is #E5B4E1.


Border color

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

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

This div border color is #E5B4E1.


Opacity

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

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

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

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

This text has shadow with #E5B4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B4E1 on black background.


Color preview on white background

This text has color #E5B4E1 on white background.



Black color preview on #E5B4E1 background

This text has black color on #E5B4E1 background.


White color preview on #E5B4E1 background

This text has white color on #E5B4E1 background.