COLOR #E2B0ED

HEX: #E2B0ED RGB: (226,176,237)

Color info

#E2B0ED contains mainly red and blue colors. Web safe color of #E2B0ED is #CC99FF (or #C9F).

RGB color model

#E2B0ED color RGB value is (226,176,237).

RGB: (226,176,237) (89%, 69%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 176 of 255 = 69%
B 237 of 255 = 93%

226
176
237

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

Portions of RGB colors in percentages

R + G + B = 226 + 176 + 237 = 639 (100%)
R 226 of 639 ~ 35.37%
G 176 of 639 ~ 27.54%
B 237 of 639 ~ 37.09'%

%35.37
%27.54
%37.09

CMYK color model

#E2B0ED color CMYK value is (5,26,0,7).

  • cyan value is 4.64%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,26,0,7)
C5M26Y0K7 (5%, 26%, 0%, 7%)
(0.05 / 0.26 / 0.00 / 0.07)

CMYK percentages

%4.64
%25.74
%0
%7.06

Codes

Color #E2B0ED in popluar color models

E2 B0 ED
RGB 226 176 237
HSL 289° 62.89% 80.98%
HSB/HSV 289° 25.74% 92.94%
CMYK 4.64% 25.74% 0.00%
7.06%

Color #E2B0ED in popluar number systems.

HEX E2 B0 ED
Decimal 226 176 237
Binary 11100010 10110000 11101101
Octal 342 260 355

Shades and tints

Shades of #E2B0ED

#E2B0ED
(226,176,237)
#CEA0D8
(206,160,216)
#BA90C3
(186,144,195)
#A680AE
(166,128,174)
#927099
(146,112,153)
#7E6084
(126,96,132)
#6A506F
(106,80,111)
#56405A
(86,64,90)
#423045
(66,48,69)
#2E2030
(46,32,48)
#1A101B
(26,16,27)
#000000
(0,0,0)

Tints of #E2B0ED

#E2B0ED
(226,176,237)
#E4B7EE
(228,183,238)
#E6BEEF
(230,190,239)
#E8C5F0
(232,197,240)
#EACCF1
(234,204,241)
#ECD3F2
(236,211,242)
#EEDAF3
(238,218,243)
#F0E1F4
(240,225,244)
#F2E8F5
(242,232,245)
#F4EFF6
(244,239,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B0ED color. Also use rgb(226,176,237) instead hex code.

Text Font Color

.myTextColor { color: #E2B0ED; }

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

This text font color is #E2B0ED.

Background Color

.myBgColor { background-color: #E2B0ED; }

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

This div background color is #E2B0ED.

Border color

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

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

This div border color is #E2B0ED.

Opacity

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

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

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

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

This text has shadow with #E2B0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B0ED.

Preview

Color preview on black background

This text has color #E2B0ED on black background.


Color preview on white background

This text has color #E2B0ED on white background.


Black color preview on #E2B0ED background

This text has black color on #E2B0ED background.


White color preview on #E2B0ED background

This text has white color on #E2B0ED background.


Related colors

Complementary color

Complementary color for #hex is #1D4F12.


I love getcolorcode.com

Triadic colors

1 #EDE2B0 and #B0EDE2 with #E2B0ED are triadic colors.

2 #EDB0E2 and #B0E2ED with #E2B0ED are triadic colors.