COLOR #E0B5ED

HEX: #E0B5ED RGB: (224,181,237)

Color info

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

RGB color model

#E0B5ED color RGB value is (224,181,237).

RGB: (224,181,237) (88%, 71%, 93%)

RGB channels and saturation

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

224
181
237

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

Portions of RGB colors in percentages

R + G + B = 224 + 181 + 237 = 642 (100%)
R 224 of 642 ~ 34.89%
G 181 of 642 ~ 28.19%
B 237 of 642 ~ 36.92'%

%34.89
%28.19
%36.92

CMYK color model

#E0B5ED color CMYK value is (5,24,0,7).

  • cyan value is 5.49%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,24,0,7)
C5M24Y0K7 (5%, 24%, 0%, 7%)
(0.05 / 0.24 / 0.00 / 0.07)

CMYK percentages

%5.49
%23.63
%0
%7.06

Codes

Color #E0B5ED in popluar color models

E0 B5 ED
RGB 224 181 237
HSL 286° 60.87% 81.96%
HSB/HSV 286° 23.63% 92.94%
CMYK 5.49% 23.63% 0.00%
7.06%

Color #E0B5ED in popluar number systems.

HEX E0 B5 ED
Decimal 224 181 237
Binary 11100000 10110101 11101101
Octal 340 265 355

Shades and tints

Shades of #E0B5ED

#E0B5ED
(224,181,237)
#CCA5D8
(204,165,216)
#B895C3
(184,149,195)
#A485AE
(164,133,174)
#907599
(144,117,153)
#7C6584
(124,101,132)
#68556F
(104,85,111)
#54455A
(84,69,90)
#403545
(64,53,69)
#2C2530
(44,37,48)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #E0B5ED

#E0B5ED
(224,181,237)
#E2BBEE
(226,187,238)
#E4C1EF
(228,193,239)
#E6C7F0
(230,199,240)
#E8CDF1
(232,205,241)
#EAD3F2
(234,211,242)
#ECD9F3
(236,217,243)
#EEDFF4
(238,223,244)
#F0E5F5
(240,229,245)
#F2EBF6
(242,235,246)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B5ED; }

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

This text font color is #E0B5ED.

Background Color

.myBgColor { background-color: #E0B5ED; }

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

This div background color is #E0B5ED.

Border color

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

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

This div border color is #E0B5ED.

Opacity

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

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

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

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

This text has shadow with #E0B5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B5ED.

Preview

Color preview on black background

This text has color #E0B5ED on black background.


Color preview on white background

This text has color #E0B5ED on white background.


Black color preview on #E0B5ED background

This text has black color on #E0B5ED background.


White color preview on #E0B5ED background

This text has white color on #E0B5ED background.


Related colors

Complementary color

Complementary color for #hex is #1F4A12.


I love getcolorcode.com

Triadic colors

1 #EDE0B5 and #B5EDE0 with #E0B5ED are triadic colors.

2 #EDB5E0 and #B5E0ED with #E0B5ED are triadic colors.