COLOR #E1B2ED

HEX: #E1B2ED RGB: (225,178,237)

Color info

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

RGB color model

#E1B2ED color RGB value is (225,178,237).

RGB: (225,178,237) (88%, 70%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 237 of 255 = 93%

225
178
237

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

Portions of RGB colors in percentages

R + G + B = 225 + 178 + 237 = 640 (100%)
R 225 of 640 ~ 35.16%
G 178 of 640 ~ 27.81%
B 237 of 640 ~ 37.03'%

%35.16
%27.81
%37.03

CMYK color model

#E1B2ED color CMYK value is (5,25,0,7).

  • cyan value is 5.06%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,25,0,7)
C5M25Y0K7 (5%, 25%, 0%, 7%)
(0.05 / 0.25 / 0.00 / 0.07)

CMYK percentages

%5.06
%24.89
%0
%7.06

Codes

Color #E1B2ED in popluar color models

E1 B2 ED
RGB 225 178 237
HSL 288° 62.11% 81.37%
HSB/HSV 288° 24.89% 92.94%
CMYK 5.06% 24.89% 0.00%
7.06%

Color #E1B2ED in popluar number systems.

HEX E1 B2 ED
Decimal 225 178 237
Binary 11100001 10110010 11101101
Octal 341 262 355

Shades and tints

Shades of #E1B2ED

#E1B2ED
(225,178,237)
#CDA2D8
(205,162,216)
#B992C3
(185,146,195)
#A582AE
(165,130,174)
#917299
(145,114,153)
#7D6284
(125,98,132)
#69526F
(105,82,111)
#55425A
(85,66,90)
#413245
(65,50,69)
#2D2230
(45,34,48)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #E1B2ED

#E1B2ED
(225,178,237)
#E3B9EE
(227,185,238)
#E5C0EF
(229,192,239)
#E7C7F0
(231,199,240)
#E9CEF1
(233,206,241)
#EBD5F2
(235,213,242)
#EDDCF3
(237,220,243)
#EFE3F4
(239,227,244)
#F1EAF5
(241,234,245)
#F3F1F6
(243,241,246)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B2ED; }

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

This text font color is #E1B2ED.

Background Color

.myBgColor { background-color: #E1B2ED; }

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

This div background color is #E1B2ED.

Border color

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

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

This div border color is #E1B2ED.

Opacity

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

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

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

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

This text has shadow with #E1B2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B2ED.

Preview

Color preview on black background

This text has color #E1B2ED on black background.


Color preview on white background

This text has color #E1B2ED on white background.


Black color preview on #E1B2ED background

This text has black color on #E1B2ED background.


White color preview on #E1B2ED background

This text has white color on #E1B2ED background.


Related colors

Complementary color

Complementary color for #hex is #1E4D12.


I love getcolorcode.com

Triadic colors

1 #EDE1B2 and #B2EDE1 with #E1B2ED are triadic colors.

2 #EDB2E1 and #B2E1ED with #E1B2ED are triadic colors.