COLOR #E8B5E5

HEX: #E8B5E5
RGB: (232,181,229)

Color info

#E8B5E5 contains red, green and blue colors in about the same proportion. Web safe color of #E8B5E5 is #FFCCCC (or #FCC).

RGB color model

#E8B5E5 color RGB value is (232,181,229).

  • red value is 232;
  • green value is 181;
  • blue value is 229.
RGB:
(232,181,229)
(91%,71%,90%)

RGB channels and saturation

R 232 of 255 = 91%
G 181 of 255 = 71%
B 229 of 255 = 90%

232
181
229

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

Portions of RGB colors in percentages

R + G + B =
232 + 181 + 229 = 642 (100%)
R 232 of 642 ~ 36.14%
G 181 of 642 ~ 28.19%
B 229 of 642 ~ 35.67%

%36.14
%28.19
%35.67

CMYK color model

#E8B5E5 color CMYK value is (0,22,1,9).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 1.29%
  • key color value is 9.02%
CMYK:
(0,22,1,9)
C0M22Y1K9 
(0%,22%,1%,9%)
(0.00/0.22/0.01/0.09)	

CMYK percentages

%0
%21.98
%1.29
%9.02

Codes

Color #E8B5E5 in popluar color models

E8B5E5
RGB232181229
HSL304°52.58%80.98%
HSB/HSV304°21.98%90.98%
CMYK0.00%21.98%1.29%
9.02%

Color #E8B5E5 in popluar number systems.

HEXE8B5E5
Decimal232181229
Binary111010001011010111100101
Octal350265345

Shades and tints

Shades of #E8B5E5

#E8B5E5
(232,181,229)
#D3A5D1
(211,165,209)
#BE95BD
(190,149,189)
#A985A9
(169,133,169)
#947595
(148,117,149)
#7F6581
(127,101,129)
#6A556D
(106,85,109)
#554559
(85,69,89)
#403545
(64,53,69)
#2B2531
(43,37,49)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #E8B5E5

#E8B5E5
(232,181,229)
#EABBE7
(234,187,231)
#ECC1E9
(236,193,233)
#EEC7EB
(238,199,235)
#F0CDED
(240,205,237)
#F2D3EF
(242,211,239)
#F4D9F1
(244,217,241)
#F6DFF3
(246,223,243)
#F8E5F5
(248,229,245)
#FAEBF7
(250,235,247)
#FCF1F9
(252,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B5E5 color. Also use rgb(232,181,229) instead hex code.

Text Font Color

.myTextColor { color: #E8B5E5; }

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

This text font color is #E8B5E5.


Background Color

.myBgColor { background-color: #E8B5E5; }

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

This div background color is #E8B5E5.


Border color

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

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

This div border color is #E8B5E5.


Opacity

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

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

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

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

This text has shadow with #E8B5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B5E5 on black background.


Color preview on white background

This text has color #E8B5E5 on white background.



Black color preview on #E8B5E5 background

This text has black color on #E8B5E5 background.


White color preview on #E8B5E5 background

This text has white color on #E8B5E5 background.