COLOR #E5ACC2

HEX: #E5ACC2 RGB: (229,172,194)

Color info

#E5ACC2 contains red, green and blue colors in about the same proportion. Web safe color of #E5ACC2 is #CC99CC (or #C9C).

RGB color model

#E5ACC2 color RGB value is (229,172,194).

RGB: (229,172,194) (90%, 67%, 76%)

RGB channels and saturation

R 229 of 255 = 90%
G 172 of 255 = 67%
B 194 of 255 = 76%

229
172
194

R + G + B ~ 78%. #E5ACC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 172 + 194 = 595 (100%)
R 229 of 595 ~ 38.49%
G 172 of 595 ~ 28.91%
B 194 of 595 ~ 32.61'%

%38.49
%28.91
%32.61

CMYK color model

#E5ACC2 color CMYK value is (0,25,15,10).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 15.28%
  • key color value is 10.20%

CMYK: (0,25,15,10)
C0M25Y15K10 (0%, 25%, 15%, 10%)
(0.00 / 0.25 / 0.15 / 0.10)

CMYK percentages

%0
%24.89
%15.28
%10.2

Codes

Color #E5ACC2 in popluar color models

E5 AC C2
RGB 229 172 194
HSL 337° 52.29% 78.63%
HSB/HSV 337° 24.89% 89.80%
CMYK 0.00% 24.89% 15.28%
10.20%

Color #E5ACC2 in popluar number systems.

HEX E5 AC C2
Decimal 229 172 194
Binary 11100101 10101100 11000010
Octal 345 254 302

Shades and tints

Shades of #E5ACC2

#E5ACC2
(229,172,194)
#D19DB1
(209,157,177)
#BD8EA0
(189,142,160)
#A97F8F
(169,127,143)
#95707E
(149,112,126)
#81616D
(129,97,109)
#6D525C
(109,82,92)
#59434B
(89,67,75)
#45343A
(69,52,58)
#312529
(49,37,41)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #E5ACC2

#E5ACC2
(229,172,194)
#E7B3C7
(231,179,199)
#E9BACC
(233,186,204)
#EBC1D1
(235,193,209)
#EDC8D6
(237,200,214)
#EFCFDB
(239,207,219)
#F1D6E0
(241,214,224)
#F3DDE5
(243,221,229)
#F5E4EA
(245,228,234)
#F7EBEF
(247,235,239)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ACC2 color. Also use rgb(229,172,194) instead hex code.

Text Font Color

.myTextColor { color: #E5ACC2; }

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

This text font color is #E5ACC2.

Background Color

.myBgColor { background-color: #E5ACC2; }

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

This div background color is #E5ACC2.

Border color

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

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

This div border color is #E5ACC2.

Opacity

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

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

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

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

This text has shadow with #E5ACC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ACC2.

Preview

Color preview on black background

This text has color #E5ACC2 on black background.


Color preview on white background

This text has color #E5ACC2 on white background.


Black color preview on #E5ACC2 background

This text has black color on #E5ACC2 background.


White color preview on #E5ACC2 background

This text has white color on #E5ACC2 background.


Related colors

Complementary color

Complementary color for #hex is #1A533D.


I love getcolorcode.com

Triadic colors

1 #C2E5AC and #ACC2E5 with #E5ACC2 are triadic colors.

2 #C2ACE5 and #ACE5C2 with #E5ACC2 are triadic colors.