COLOR #E29CF6

HEX: #E29CF6
RGB: (226,156,246)

Color info

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

RGB color model

#E29CF6 color RGB value is (226,156,246).

  • red value is 226;
  • green value is 156;
  • blue value is 246.
RGB:
(226,156,246)
(89%,61%,96%)

RGB channels and saturation

R 226 of 255 = 89%
G 156 of 255 = 61%
B 246 of 255 = 96%

226
156
246

R + G + B ~ 82%. #E29CF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 156 + 246 = 628 (100%)
R 226 of 628 ~ 35.99%
G 156 of 628 ~ 24.84%
B 246 of 628 ~ 39.17%

%35.99
%24.84
%39.17

CMYK color model

#E29CF6 color CMYK value is (8,37,0,4).

  • cyan value is 8.13%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(8,37,0,4)
C8M37Y0K4 
(8%,37%,0%,4%)
(0.08/0.37/0.00/0.04)	

CMYK percentages

%8.13
%36.59
%0
%3.53

Codes

Color #E29CF6 in popluar color models

E29CF6
RGB226156246
HSL287°83.33%78.82%
HSB/HSV287°36.59%96.47%
CMYK8.13%36.59%0.00%
3.53%

Color #E29CF6 in popluar number systems.

HEXE29CF6
Decimal226156246
Binary111000101001110011110110
Octal342234366

Shades and tints

Shades of #E29CF6

#E29CF6
(226,156,246)
#CE8EE0
(206,142,224)
#BA80CA
(186,128,202)
#A672B4
(166,114,180)
#92649E
(146,100,158)
#7E5688
(126,86,136)
#6A4872
(106,72,114)
#563A5C
(86,58,92)
#422C46
(66,44,70)
#2E1E30
(46,30,48)
#1A101A
(26,16,26)
#000000
(0,0,0)

Tints of #E29CF6

#E29CF6
(226,156,246)
#E4A5F6
(228,165,246)
#E6AEF6
(230,174,246)
#E8B7F6
(232,183,246)
#EAC0F6
(234,192,246)
#ECC9F6
(236,201,246)
#EED2F6
(238,210,246)
#F0DBF6
(240,219,246)
#F2E4F6
(242,228,246)
#F4EDF6
(244,237,246)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29CF6 color. Also use rgb(226,156,246) instead hex code.

Text Font Color

.myTextColor { color: #E29CF6; }

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

This text font color is #E29CF6.


Background Color

.myBgColor { background-color: #E29CF6; }

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

This div background color is #E29CF6.


Border color

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

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

This div border color is #E29CF6.


Opacity

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

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

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

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

This text has shadow with #E29CF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29CF6 on black background.


Color preview on white background

This text has color #E29CF6 on white background.



Black color preview on #E29CF6 background

This text has black color on #E29CF6 background.


White color preview on #E29CF6 background

This text has white color on #E29CF6 background.