COLOR #EAC5F2

HEX: #EAC5F2 RGB: (234,197,242)

Color info

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

RGB color model

#EAC5F2 color RGB value is (234,197,242).

RGB: (234,197,242) (92%, 77%, 95%)

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 242 of 255 = 95%

234
197
242

R + G + B ~ 88%. #EAC5F2 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 197 + 242 = 673 (100%)
R 234 of 673 ~ 34.77%
G 197 of 673 ~ 29.27%
B 242 of 673 ~ 35.96'%

%34.77
%29.27
%35.96

CMYK color model

#EAC5F2 color CMYK value is (3,19,0,5).

  • cyan value is 3.31%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (3,19,0,5)
C3M19Y0K5 (3%, 19%, 0%, 5%)
(0.03 / 0.19 / 0.00 / 0.05)

CMYK percentages

%3.31
%18.6
%0
%5.1

Codes

Color #EAC5F2 in popluar color models

EA C5 F2
RGB 234 197 242
HSL 289° 63.38% 86.08%
HSB/HSV 289° 18.60% 94.90%
CMYK 3.31% 18.60% 0.00%
5.10%

Color #EAC5F2 in popluar number systems.

HEX EA C5 F2
Decimal 234 197 242
Binary 11101010 11000101 11110010
Octal 352 305 362

Shades and tints

Shades of #EAC5F2

#EAC5F2
(234,197,242)
#D5B4DC
(213,180,220)
#C0A3C6
(192,163,198)
#AB92B0
(171,146,176)
#96819A
(150,129,154)
#817084
(129,112,132)
#6C5F6E
(108,95,110)
#574E58
(87,78,88)
#423D42
(66,61,66)
#2D2C2C
(45,44,44)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #EAC5F2

#EAC5F2
(234,197,242)
#EBCAF3
(235,202,243)
#ECCFF4
(236,207,244)
#EDD4F5
(237,212,245)
#EED9F6
(238,217,246)
#EFDEF7
(239,222,247)
#F0E3F8
(240,227,248)
#F1E8F9
(241,232,249)
#F2EDFA
(242,237,250)
#F3F2FB
(243,242,251)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC5F2 color. Also use rgb(234,197,242) instead hex code.

Text Font Color

.myTextColor { color: #EAC5F2; }

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

This text font color is #EAC5F2.

Background Color

.myBgColor { background-color: #EAC5F2; }

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

This div background color is #EAC5F2.

Border color

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

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

This div border color is #EAC5F2.

Opacity

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

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

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

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

This text has shadow with #EAC5F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC5F2.

Preview

Color preview on black background

This text has color #EAC5F2 on black background.


Color preview on white background

This text has color #EAC5F2 on white background.


Black color preview on #EAC5F2 background

This text has black color on #EAC5F2 background.


White color preview on #EAC5F2 background

This text has white color on #EAC5F2 background.


Related colors

Complementary color

Complementary color for #hex is #153A0D.


I love getcolorcode.com

Triadic colors

1 #F2EAC5 and #C5F2EA with #EAC5F2 are triadic colors.

2 #F2C5EA and #C5EAF2 with #EAC5F2 are triadic colors.