COLOR #EAC2E5

HEX: #EAC2E5
RGB: (234,194,229)

Color info

#EAC2E5 contains red, green and blue colors in about the same proportion. Web safe color of #EAC2E5 is #FFCCCC (or #FCC).

RGB color model

#EAC2E5 color RGB value is (234,194,229).

  • red value is 234;
  • green value is 194;
  • blue value is 229.
RGB:
(234,194,229)
(92%,76%,90%)

RGB channels and saturation

R 234 of 255 = 92%
G 194 of 255 = 76%
B 229 of 255 = 90%

234
194
229

R + G + B ~ 86%. #EAC2E5 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 194 + 229 = 657 (100%)
R 234 of 657 ~ 35.62%
G 194 of 657 ~ 29.53%
B 229 of 657 ~ 34.86%

%35.62
%29.53
%34.86

CMYK color model

#EAC2E5 color CMYK value is (0,17,2,8).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(0,17,2,8)
C0M17Y2K8 
(0%,17%,2%,8%)
(0.00/0.17/0.02/0.08)	

CMYK percentages

%0
%17.09
%2.14
%8.24

Codes

Color #EAC2E5 in popluar color models

EAC2E5
RGB234194229
HSL308°48.78%83.92%
HSB/HSV308°17.09%91.76%
CMYK0.00%17.09%2.14%
8.24%

Color #EAC2E5 in popluar number systems.

HEXEAC2E5
Decimal234194229
Binary111010101100001011100101
Octal352302345

Shades and tints

Shades of #EAC2E5

#EAC2E5
(234,194,229)
#D5B1D1
(213,177,209)
#C0A0BD
(192,160,189)
#AB8FA9
(171,143,169)
#967E95
(150,126,149)
#816D81
(129,109,129)
#6C5C6D
(108,92,109)
#574B59
(87,75,89)
#423A45
(66,58,69)
#2D2931
(45,41,49)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #EAC2E5

#EAC2E5
(234,194,229)
#EBC7E7
(235,199,231)
#ECCCE9
(236,204,233)
#EDD1EB
(237,209,235)
#EED6ED
(238,214,237)
#EFDBEF
(239,219,239)
#F0E0F1
(240,224,241)
#F1E5F3
(241,229,243)
#F2EAF5
(242,234,245)
#F3EFF7
(243,239,247)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC2E5; }

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

This text font color is #EAC2E5.


Background Color

.myBgColor { background-color: #EAC2E5; }

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

This div background color is #EAC2E5.


Border color

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

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

This div border color is #EAC2E5.


Opacity

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

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

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

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

This text has shadow with #EAC2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC2E5 on black background.


Color preview on white background

This text has color #EAC2E5 on white background.



Black color preview on #EAC2E5 background

This text has black color on #EAC2E5 background.


White color preview on #EAC2E5 background

This text has white color on #EAC2E5 background.