COLOR #E29BE7

HEX: #E29BE7
RGB: (226,155,231)

Color info

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

RGB color model

#E29BE7 color RGB value is (226,155,231).

  • red value is 226;
  • green value is 155;
  • blue value is 231.
RGB:
(226,155,231)
(89%,61%,91%)

RGB channels and saturation

R 226 of 255 = 89%
G 155 of 255 = 61%
B 231 of 255 = 91%

226
155
231

R + G + B ~ 80%. #E29BE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 155 + 231 = 612 (100%)
R 226 of 612 ~ 36.93%
G 155 of 612 ~ 25.33%
B 231 of 612 ~ 37.75%

%36.93
%25.33
%37.75

CMYK color model

#E29BE7 color CMYK value is (2,33,0,9).

  • cyan value is 2.16%
  • magenta value is 32.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(2,33,0,9)
C2M33Y0K9 
(2%,33%,0%,9%)
(0.02/0.33/0.00/0.09)	

CMYK percentages

%2.16
%32.9
%0
%9.41

Codes

Color #E29BE7 in popluar color models

E29BE7
RGB226155231
HSL296°61.29%75.69%
HSB/HSV296°32.90%90.59%
CMYK2.16%32.90%0.00%
9.41%

Color #E29BE7 in popluar number systems.

HEXE29BE7
Decimal226155231
Binary111000101001101111100111
Octal342233347

Shades and tints

Shades of #E29BE7

#E29BE7
(226,155,231)
#CE8DD2
(206,141,210)
#BA7FBD
(186,127,189)
#A671A8
(166,113,168)
#926393
(146,99,147)
#7E557E
(126,85,126)
#6A4769
(106,71,105)
#563954
(86,57,84)
#422B3F
(66,43,63)
#2E1D2A
(46,29,42)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #E29BE7

#E29BE7
(226,155,231)
#E4A4E9
(228,164,233)
#E6ADEB
(230,173,235)
#E8B6ED
(232,182,237)
#EABFEF
(234,191,239)
#ECC8F1
(236,200,241)
#EED1F3
(238,209,243)
#F0DAF5
(240,218,245)
#F2E3F7
(242,227,247)
#F4ECF9
(244,236,249)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29BE7 color. Also use rgb(226,155,231) instead hex code.

Text Font Color

.myTextColor { color: #E29BE7; }

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

This text font color is #E29BE7.


Background Color

.myBgColor { background-color: #E29BE7; }

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

This div background color is #E29BE7.


Border color

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

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

This div border color is #E29BE7.


Opacity

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

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

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

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

This text has shadow with #E29BE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29BE7 on black background.


Color preview on white background

This text has color #E29BE7 on white background.



Black color preview on #E29BE7 background

This text has black color on #E29BE7 background.


White color preview on #E29BE7 background

This text has white color on #E29BE7 background.