COLOR #EAC2EE

HEX: #EAC2EE RGB: (234,194,238)

Color info

#EAC2EE contains red, green and blue colors in about the same proportion. Web safe color of #EAC2EE is #FFCCFF (or #FCF).

RGB color model

#EAC2EE color RGB value is (234,194,238).

RGB: (234,194,238) (92%, 76%, 93%)

RGB channels and saturation

R 234 of 255 = 92%
G 194 of 255 = 76%
B 238 of 255 = 93%

234
194
238

R + G + B ~ 87%. #EAC2EE is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 194 + 238 = 666 (100%)
R 234 of 666 ~ 35.14%
G 194 of 666 ~ 29.13%
B 238 of 666 ~ 35.74'%

%35.14
%29.13
%35.74

CMYK color model

#EAC2EE color CMYK value is (2,18,0,7).

  • cyan value is 1.68%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (2,18,0,7)
C2M18Y0K7 (2%, 18%, 0%, 7%)
(0.02 / 0.18 / 0.00 / 0.07)

CMYK percentages

%1.68
%18.49
%0
%6.67

Codes

Color #EAC2EE in popluar color models

EA C2 EE
RGB 234 194 238
HSL 295° 56.41% 84.71%
HSB/HSV 295° 18.49% 93.33%
CMYK 1.68% 18.49% 0.00%
6.67%

Color #EAC2EE in popluar number systems.

HEX EA C2 EE
Decimal 234 194 238
Binary 11101010 11000010 11101110
Octal 352 302 356

Shades and tints

Shades of #EAC2EE

#EAC2EE
(234,194,238)
#D5B1D9
(213,177,217)
#C0A0C4
(192,160,196)
#AB8FAF
(171,143,175)
#967E9A
(150,126,154)
#816D85
(129,109,133)
#6C5C70
(108,92,112)
#574B5B
(87,75,91)
#423A46
(66,58,70)
#2D2931
(45,41,49)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #EAC2EE

#EAC2EE
(234,194,238)
#EBC7EF
(235,199,239)
#ECCCF0
(236,204,240)
#EDD1F1
(237,209,241)
#EED6F2
(238,214,242)
#EFDBF3
(239,219,243)
#F0E0F4
(240,224,244)
#F1E5F5
(241,229,245)
#F2EAF6
(242,234,246)
#F3EFF7
(243,239,247)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC2EE; }

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

This text font color is #EAC2EE.

Background Color

.myBgColor { background-color: #EAC2EE; }

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

This div background color is #EAC2EE.

Border color

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

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

This div border color is #EAC2EE.

Opacity

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

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

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

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

This text has shadow with #EAC2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC2EE.

Preview

Color preview on black background

This text has color #EAC2EE on black background.


Color preview on white background

This text has color #EAC2EE on white background.


Black color preview on #EAC2EE background

This text has black color on #EAC2EE background.


White color preview on #EAC2EE background

This text has white color on #EAC2EE background.


Related colors

Complementary color

Complementary color for #hex is #153D11.


I love getcolorcode.com

Triadic colors

1 #EEEAC2 and #C2EEEA with #EAC2EE are triadic colors.

2 #EEC2EA and #C2EAEE with #EAC2EE are triadic colors.