COLOR #E5B2ED

HEX: #E5B2ED RGB: (229,178,237)

Color info

#E5B2ED contains red, green and blue colors in about the same proportion. Web safe color of #E5B2ED is #CC99FF (or #C9F).

RGB color model

#E5B2ED color RGB value is (229,178,237).

RGB: (229,178,237) (90%, 70%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 178 of 255 = 70%
B 237 of 255 = 93%

229
178
237

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

Portions of RGB colors in percentages

R + G + B = 229 + 178 + 237 = 644 (100%)
R 229 of 644 ~ 35.56%
G 178 of 644 ~ 27.64%
B 237 of 644 ~ 36.8'%

%35.56
%27.64
%36.8

CMYK color model

#E5B2ED color CMYK value is (3,25,0,7).

  • cyan value is 3.38%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (3,25,0,7) C3M25Y0K7 (3%,25%,0%,7%) (0.03/0.25/0.00/0.07) 

CMYK percentages

%3.38
%24.89
%0
%7.06

Codes

Color #E5B2ED in popluar color models

E5 B2 ED
RGB 229 178 237
HSL 292° 62.11% 81.37%
HSB/HSV 292° 24.89% 92.94%
CMYK 3.38% 24.89% 0.00%
7.06%

Color #E5B2ED in popluar number systems.

HEX E5 B2 ED
Decimal 229 178 237
Binary 11100101 10110010 11101101
Octal 345 262 355

Shades and tints

Shades of #E5B2ED

#E5B2ED
(229,178,237)
#D1A2D8
(209,162,216)
#BD92C3
(189,146,195)
#A982AE
(169,130,174)
#957299
(149,114,153)
#816284
(129,98,132)
#6D526F
(109,82,111)
#59425A
(89,66,90)
#453245
(69,50,69)
#312230
(49,34,48)
#1D121B
(29,18,27)
#000000
(0,0,0)

Tints of #E5B2ED

#E5B2ED
(229,178,237)
#E7B9EE
(231,185,238)
#E9C0EF
(233,192,239)
#EBC7F0
(235,199,240)
#EDCEF1
(237,206,241)
#EFD5F2
(239,213,242)
#F1DCF3
(241,220,243)
#F3E3F4
(243,227,244)
#F5EAF5
(245,234,245)
#F7F1F6
(247,241,246)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B2ED color. Also use rgb(229,178,237) instead hex code.

Text Font Color

.myTextColor { color: #E5B2ED; }

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

This text font color is #E5B2ED.

Background Color

.myBgColor { background-color: #E5B2ED; }

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

This div background color is #E5B2ED.

Border color

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

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

This div border color is #E5B2ED.

Opacity

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

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

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

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

This text has shadow with #E5B2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B2ED.

Preview

Color preview on black background

This text has color #E5B2ED on black background.


Color preview on white background

This text has color #E5B2ED on white background.


Black color preview on #E5B2ED background

This text has black color on #E5B2ED background.


White color preview on #E5B2ED background

This text has white color on #E5B2ED background.


Related colors

Complementary color

Complementary color for #hex is #1A4D12.


I love getcolorcode.com

Triadic colors

1 #EDE5B2 and #B2EDE5 with #E5B2ED are triadic colors.

2 #EDB2E5 and #B2E5ED with #E5B2ED are triadic colors.