COLOR #E29FC7

HEX: #E29FC7 RGB: (226,159,199)

Color info

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

RGB color model

#E29FC7 color RGB value is (226,159,199).

RGB: (226,159,199) (89%, 62%, 78%)

RGB channels and saturation

R 226 of 255 = 89%
G 159 of 255 = 62%
B 199 of 255 = 78%

226
159
199

R + G + B ~ 76%. #E29FC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 159 + 199 = 584 (100%)
R 226 of 584 ~ 38.7%
G 159 of 584 ~ 27.23%
B 199 of 584 ~ 34.08'%

%38.7
%27.23
%34.08

CMYK color model

#E29FC7 color CMYK value is (0,30,12,11).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 11.95%
  • key color value is 11.37%
CMYK: (0,30,12,11) C0M30Y12K11 (0%,30%,12%,11%) (0.00/0.30/0.12/0.11) 

CMYK percentages

%0
%29.65
%11.95
%11.37

Codes

Color #E29FC7 in popluar color models

E2 9F C7
RGB 226 159 199
HSL 324° 53.60% 75.49%
HSB/HSV 324° 29.65% 88.63%
CMYK 0.00% 29.65% 11.95%
11.37%

Color #E29FC7 in popluar number systems.

HEX E2 9F C7
Decimal 226 159 199
Binary 11100010 10011111 11000111
Octal 342 237 307

Shades and tints

Shades of #E29FC7

#E29FC7
(226,159,199)
#CE91B5
(206,145,181)
#BA83A3
(186,131,163)
#A67591
(166,117,145)
#92677F
(146,103,127)
#7E596D
(126,89,109)
#6A4B5B
(106,75,91)
#563D49
(86,61,73)
#422F37
(66,47,55)
#2E2125
(46,33,37)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #E29FC7

#E29FC7
(226,159,199)
#E4A7CC
(228,167,204)
#E6AFD1
(230,175,209)
#E8B7D6
(232,183,214)
#EABFDB
(234,191,219)
#ECC7E0
(236,199,224)
#EECFE5
(238,207,229)
#F0D7EA
(240,215,234)
#F2DFEF
(242,223,239)
#F4E7F4
(244,231,244)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29FC7; }

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

This text font color is #E29FC7.

Background Color

.myBgColor { background-color: #E29FC7; }

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

This div background color is #E29FC7.

Border color

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

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

This div border color is #E29FC7.

Opacity

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

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

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

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

This text has shadow with #E29FC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E29FC7.

Preview

Color preview on black background

This text has color #E29FC7 on black background.


Color preview on white background

This text has color #E29FC7 on white background.


Black color preview on #E29FC7 background

This text has black color on #E29FC7 background.


White color preview on #E29FC7 background

This text has white color on #E29FC7 background.


Related colors

Complementary color

Complementary color for #hex is #1D6038.


I love getcolorcode.com

Triadic colors

1 #C7E29F and #9FC7E2 with #E29FC7 are triadic colors.

2 #C79FE2 and #9FE2C7 with #E29FC7 are triadic colors.