COLOR #E29ACC

HEX: #E29ACC
RGB: (226,154,204)

Color info

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

RGB color model

#E29ACC color RGB value is (226,154,204).

  • red value is 226;
  • green value is 154;
  • blue value is 204.
RGB:
(226,154,204)
(89%,60%,80%)

RGB channels and saturation

R 226 of 255 = 89%
G 154 of 255 = 60%
B 204 of 255 = 80%

226
154
204

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

Portions of RGB colors in percentages

R + G + B =
226 + 154 + 204 = 584 (100%)
R 226 of 584 ~ 38.7%
G 154 of 584 ~ 26.37%
B 204 of 584 ~ 34.93%

%38.7
%26.37
%34.93

CMYK color model

#E29ACC color CMYK value is (0,32,10,11).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 9.73%
  • key color value is 11.37%
CMYK:
(0,32,10,11)
C0M32Y10K11 
(0%,32%,10%,11%)
(0.00/0.32/0.10/0.11)	

CMYK percentages

%0
%31.86
%9.73
%11.37

Codes

Color #E29ACC in popluar color models

E29ACC
RGB226154204
HSL318°55.38%74.51%
HSB/HSV318°31.86%88.63%
CMYK0.00%31.86%9.73%
11.37%

Color #E29ACC in popluar number systems.

HEXE29ACC
Decimal226154204
Binary111000101001101011001100
Octal342232314

Shades and tints

Shades of #E29ACC

#E29ACC
(226,154,204)
#CE8CBA
(206,140,186)
#BA7EA8
(186,126,168)
#A67096
(166,112,150)
#926284
(146,98,132)
#7E5472
(126,84,114)
#6A4660
(106,70,96)
#56384E
(86,56,78)
#422A3C
(66,42,60)
#2E1C2A
(46,28,42)
#1A0E18
(26,14,24)
#000000
(0,0,0)

Tints of #E29ACC

#E29ACC
(226,154,204)
#E4A3D0
(228,163,208)
#E6ACD4
(230,172,212)
#E8B5D8
(232,181,216)
#EABEDC
(234,190,220)
#ECC7E0
(236,199,224)
#EED0E4
(238,208,228)
#F0D9E8
(240,217,232)
#F2E2EC
(242,226,236)
#F4EBF0
(244,235,240)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29ACC color. Also use rgb(226,154,204) instead hex code.

Text Font Color

.myTextColor { color: #E29ACC; }

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

This text font color is #E29ACC.


Background Color

.myBgColor { background-color: #E29ACC; }

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

This div background color is #E29ACC.


Border color

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

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

This div border color is #E29ACC.


Opacity

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

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

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

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

This text has shadow with #E29ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29ACC on black background.


Color preview on white background

This text has color #E29ACC on white background.



Black color preview on #E29ACC background

This text has black color on #E29ACC background.


White color preview on #E29ACC background

This text has white color on #E29ACC background.