COLOR #E0B5EE

HEX: #E0B5EE
RGB: (224,181,238)

Color info

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

RGB color model

#E0B5EE color RGB value is (224,181,238).

  • red value is 224;
  • green value is 181;
  • blue value is 238.
RGB:
(224,181,238)
(88%,71%,93%)

RGB channels and saturation

R 224 of 255 = 88%
G 181 of 255 = 71%
B 238 of 255 = 93%

224
181
238

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

Portions of RGB colors in percentages

R + G + B =
224 + 181 + 238 = 643 (100%)
R 224 of 643 ~ 34.84%
G 181 of 643 ~ 28.15%
B 238 of 643 ~ 37.01%

%34.84
%28.15
%37.01

CMYK color model

#E0B5EE color CMYK value is (6,24,0,7).

  • cyan value is 5.88%
  • magenta value is 23.95%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,24,0,7)
C6M24Y0K7 
(6%,24%,0%,7%)
(0.06/0.24/0.00/0.07)	

CMYK percentages

%5.88
%23.95
%0
%6.67

Codes

Color #E0B5EE in popluar color models

E0B5EE
RGB224181238
HSL285°62.64%82.16%
HSB/HSV285°23.95%93.33%
CMYK5.88%23.95%0.00%
6.67%

Color #E0B5EE in popluar number systems.

HEXE0B5EE
Decimal224181238
Binary111000001011010111101110
Octal340265356

Shades and tints

Shades of #E0B5EE

#E0B5EE
(224,181,238)
#CCA5D9
(204,165,217)
#B895C4
(184,149,196)
#A485AF
(164,133,175)
#90759A
(144,117,154)
#7C6585
(124,101,133)
#685570
(104,85,112)
#54455B
(84,69,91)
#403546
(64,53,70)
#2C2531
(44,37,49)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #E0B5EE

#E0B5EE
(224,181,238)
#E2BBEF
(226,187,239)
#E4C1F0
(228,193,240)
#E6C7F1
(230,199,241)
#E8CDF2
(232,205,242)
#EAD3F3
(234,211,243)
#ECD9F4
(236,217,244)
#EEDFF5
(238,223,245)
#F0E5F6
(240,229,246)
#F2EBF7
(242,235,247)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B5EE color. Also use rgb(224,181,238) instead hex code.

Text Font Color

.myTextColor { color: #E0B5EE; }

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

This text font color is #E0B5EE.


Background Color

.myBgColor { background-color: #E0B5EE; }

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

This div background color is #E0B5EE.


Border color

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

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

This div border color is #E0B5EE.


Opacity

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

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

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

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

This text has shadow with #E0B5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B5EE on black background.


Color preview on white background

This text has color #E0B5EE on white background.



Black color preview on #E0B5EE background

This text has black color on #E0B5EE background.


White color preview on #E0B5EE background

This text has white color on #E0B5EE background.