COLOR #E29CCE

HEX: #E29CCE
RGB: (226,156,206)

Color info

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

RGB color model

#E29CCE color RGB value is (226,156,206).

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

RGB channels and saturation

R 226 of 255 = 89%
G 156 of 255 = 61%
B 206 of 255 = 81%

226
156
206

R + G + B ~ 77%. #E29CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 156 + 206 = 588 (100%)
R 226 of 588 ~ 38.44%
G 156 of 588 ~ 26.53%
B 206 of 588 ~ 35.03%

%38.44
%26.53
%35.03

CMYK color model

#E29CCE color CMYK value is (0,31,9,11).

  • cyan value is 0.00%
  • magenta value is 30.97%
  • yellow value is 8.85%
  • key color value is 11.37%
CMYK:
(0,31,9,11)
C0M31Y9K11 
(0%,31%,9%,11%)
(0.00/0.31/0.09/0.11)	

CMYK percentages

%0
%30.97
%8.85
%11.37

Codes

Color #E29CCE in popluar color models

E29CCE
RGB226156206
HSL317°54.69%74.90%
HSB/HSV317°30.97%88.63%
CMYK0.00%30.97%8.85%
11.37%

Color #E29CCE in popluar number systems.

HEXE29CCE
Decimal226156206
Binary111000101001110011001110
Octal342234316

Shades and tints

Shades of #E29CCE

#E29CCE
(226,156,206)
#CE8EBC
(206,142,188)
#BA80AA
(186,128,170)
#A67298
(166,114,152)
#926486
(146,100,134)
#7E5674
(126,86,116)
#6A4862
(106,72,98)
#563A50
(86,58,80)
#422C3E
(66,44,62)
#2E1E2C
(46,30,44)
#1A101A
(26,16,26)
#000000
(0,0,0)

Tints of #E29CCE

#E29CCE
(226,156,206)
#E4A5D2
(228,165,210)
#E6AED6
(230,174,214)
#E8B7DA
(232,183,218)
#EAC0DE
(234,192,222)
#ECC9E2
(236,201,226)
#EED2E6
(238,210,230)
#F0DBEA
(240,219,234)
#F2E4EE
(242,228,238)
#F4EDF2
(244,237,242)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29CCE; }

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

This text font color is #E29CCE.


Background Color

.myBgColor { background-color: #E29CCE; }

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

This div background color is #E29CCE.


Border color

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

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

This div border color is #E29CCE.


Opacity

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

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

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

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

This text has shadow with #E29CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29CCE on black background.


Color preview on white background

This text has color #E29CCE on white background.



Black color preview on #E29CCE background

This text has black color on #E29CCE background.


White color preview on #E29CCE background

This text has white color on #E29CCE background.