COLOR #EACAE5

HEX: #EACAE5
RGB: (234,202,229)

Color info

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

RGB color model

#EACAE5 color RGB value is (234,202,229).

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

RGB channels and saturation

R 234 of 255 = 92%
G 202 of 255 = 79%
B 229 of 255 = 90%

234
202
229

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

Portions of RGB colors in percentages

R + G + B =
234 + 202 + 229 = 665 (100%)
R 234 of 665 ~ 35.19%
G 202 of 665 ~ 30.38%
B 229 of 665 ~ 34.44%

%35.19
%30.38
%34.44

CMYK color model

#EACAE5 color CMYK value is (0,14,2,8).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(0,14,2,8)
C0M14Y2K8 
(0%,14%,2%,8%)
(0.00/0.14/0.02/0.08)	

CMYK percentages

%0
%13.68
%2.14
%8.24

Codes

Color #EACAE5 in popluar color models

EACAE5
RGB234202229
HSL309°43.24%85.49%
HSB/HSV309°13.68%91.76%
CMYK0.00%13.68%2.14%
8.24%

Color #EACAE5 in popluar number systems.

HEXEACAE5
Decimal234202229
Binary111010101100101011100101
Octal352312345

Shades and tints

Shades of #EACAE5

#EACAE5
(234,202,229)
#D5B8D1
(213,184,209)
#C0A6BD
(192,166,189)
#AB94A9
(171,148,169)
#968295
(150,130,149)
#817081
(129,112,129)
#6C5E6D
(108,94,109)
#574C59
(87,76,89)
#423A45
(66,58,69)
#2D2831
(45,40,49)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #EACAE5

#EACAE5
(234,202,229)
#EBCEE7
(235,206,231)
#ECD2E9
(236,210,233)
#EDD6EB
(237,214,235)
#EEDAED
(238,218,237)
#EFDEEF
(239,222,239)
#F0E2F1
(240,226,241)
#F1E6F3
(241,230,243)
#F2EAF5
(242,234,245)
#F3EEF7
(243,238,247)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EACAE5; }

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

This text font color is #EACAE5.


Background Color

.myBgColor { background-color: #EACAE5; }

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

This div background color is #EACAE5.


Border color

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

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

This div border color is #EACAE5.


Opacity

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

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

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

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

This text has shadow with #EACAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACAE5 on black background.


Color preview on white background

This text has color #EACAE5 on white background.



Black color preview on #EACAE5 background

This text has black color on #EACAE5 background.


White color preview on #EACAE5 background

This text has white color on #EACAE5 background.