COLOR #E29FE8

HEX: #E29FE8
RGB: (226,159,232)

Color info

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

RGB color model

#E29FE8 color RGB value is (226,159,232).

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

RGB channels and saturation

R 226 of 255 = 89%
G 159 of 255 = 62%
B 232 of 255 = 91%

226
159
232

R + G + B ~ 81%. #E29FE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 159 + 232 = 617 (100%)
R 226 of 617 ~ 36.63%
G 159 of 617 ~ 25.77%
B 232 of 617 ~ 37.6%

%36.63
%25.77
%37.6

CMYK color model

#E29FE8 color CMYK value is (3,31,0,9).

  • cyan value is 2.59%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(3,31,0,9)
C3M31Y0K9 
(3%,31%,0%,9%)
(0.03/0.31/0.00/0.09)	

CMYK percentages

%2.59
%31.47
%0
%9.02

Codes

Color #E29FE8 in popluar color models

E29FE8
RGB226159232
HSL295°61.34%76.67%
HSB/HSV295°31.47%90.98%
CMYK2.59%31.47%0.00%
9.02%

Color #E29FE8 in popluar number systems.

HEXE29FE8
Decimal226159232
Binary111000101001111111101000
Octal342237350

Shades and tints

Shades of #E29FE8

#E29FE8
(226,159,232)
#CE91D3
(206,145,211)
#BA83BE
(186,131,190)
#A675A9
(166,117,169)
#926794
(146,103,148)
#7E597F
(126,89,127)
#6A4B6A
(106,75,106)
#563D55
(86,61,85)
#422F40
(66,47,64)
#2E212B
(46,33,43)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #E29FE8

#E29FE8
(226,159,232)
#E4A7EA
(228,167,234)
#E6AFEC
(230,175,236)
#E8B7EE
(232,183,238)
#EABFF0
(234,191,240)
#ECC7F2
(236,199,242)
#EECFF4
(238,207,244)
#F0D7F6
(240,215,246)
#F2DFF8
(242,223,248)
#F4E7FA
(244,231,250)
#F6EFFC
(246,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29FE8; }

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

This text font color is #E29FE8.


Background Color

.myBgColor { background-color: #E29FE8; }

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

This div background color is #E29FE8.


Border color

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

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

This div border color is #E29FE8.


Opacity

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

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

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

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

This text has shadow with #E29FE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29FE8 on black background.


Color preview on white background

This text has color #E29FE8 on white background.



Black color preview on #E29FE8 background

This text has black color on #E29FE8 background.


White color preview on #E29FE8 background

This text has white color on #E29FE8 background.