COLOR #E29FE5

HEX: #E29FE5
RGB: (226,159,229)

Color info

#E29FE5 contains mainly red and blue colors. Web safe color of #E29FE5 is #CC99CC (or #C9C).

RGB color model

#E29FE5 color RGB value is (226,159,229).

  • red value is 226;
  • green value is 159;
  • blue value is 229.
RGB:
(226,159,229)
(89%,62%,90%)

RGB channels and saturation

R 226 of 255 = 89%
G 159 of 255 = 62%
B 229 of 255 = 90%

226
159
229

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

Portions of RGB colors in percentages

R + G + B =
226 + 159 + 229 = 614 (100%)
R 226 of 614 ~ 36.81%
G 159 of 614 ~ 25.9%
B 229 of 614 ~ 37.3%

%36.81
%25.9
%37.3

CMYK color model

#E29FE5 color CMYK value is (1,31,0,10).

  • cyan value is 1.31%
  • magenta value is 30.57%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(1,31,0,10)
C1M31Y0K10 
(1%,31%,0%,10%)
(0.01/0.31/0.00/0.10)	

CMYK percentages

%1.31
%30.57
%0
%10.2

Codes

Color #E29FE5 in popluar color models

E29FE5
RGB226159229
HSL297°57.38%76.08%
HSB/HSV297°30.57%89.80%
CMYK1.31%30.57%0.00%
10.20%

Color #E29FE5 in popluar number systems.

HEXE29FE5
Decimal226159229
Binary111000101001111111100101
Octal342237345

Shades and tints

Shades of #E29FE5

#E29FE5
(226,159,229)
#CE91D1
(206,145,209)
#BA83BD
(186,131,189)
#A675A9
(166,117,169)
#926795
(146,103,149)
#7E5981
(126,89,129)
#6A4B6D
(106,75,109)
#563D59
(86,61,89)
#422F45
(66,47,69)
#2E2131
(46,33,49)
#1A131D
(26,19,29)
#000000
(0,0,0)

Tints of #E29FE5

#E29FE5
(226,159,229)
#E4A7E7
(228,167,231)
#E6AFE9
(230,175,233)
#E8B7EB
(232,183,235)
#EABFED
(234,191,237)
#ECC7EF
(236,199,239)
#EECFF1
(238,207,241)
#F0D7F3
(240,215,243)
#F2DFF5
(242,223,245)
#F4E7F7
(244,231,247)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29FE5 color. Also use rgb(226,159,229) instead hex code.

Text Font Color

.myTextColor { color: #E29FE5; }

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

This text font color is #E29FE5.


Background Color

.myBgColor { background-color: #E29FE5; }

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

This div background color is #E29FE5.


Border color

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

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

This div border color is #E29FE5.


Opacity

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

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

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

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

This text has shadow with #E29FE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29FE5 on black background.


Color preview on white background

This text has color #E29FE5 on white background.



Black color preview on #E29FE5 background

This text has black color on #E29FE5 background.


White color preview on #E29FE5 background

This text has white color on #E29FE5 background.