COLOR #E1A4CA

HEX: #E1A4CA
RGB: (225,164,202)

Color info

#E1A4CA contains mainly red and blue colors. Web safe color of #E1A4CA is #CC99CC (or #C9C).

RGB color model

#E1A4CA color RGB value is (225,164,202).

  • red value is 225;
  • green value is 164;
  • blue value is 202.
RGB:
(225,164,202)
(88%,64%,79%)

RGB channels and saturation

R 225 of 255 = 88%
G 164 of 255 = 64%
B 202 of 255 = 79%

225
164
202

R + G + B ~ 77%. #E1A4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 164 + 202 = 591 (100%)
R 225 of 591 ~ 38.07%
G 164 of 591 ~ 27.75%
B 202 of 591 ~ 34.18%

%38.07
%27.75
%34.18

CMYK color model

#E1A4CA color CMYK value is (0,27,10,12).

  • cyan value is 0.00%
  • magenta value is 27.11%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(0,27,10,12)
C0M27Y10K12 
(0%,27%,10%,12%)
(0.00/0.27/0.10/0.12)	

CMYK percentages

%0
%27.11
%10.22
%11.76

Codes

Color #E1A4CA in popluar color models

E1A4CA
RGB225164202
HSL323°50.41%76.27%
HSB/HSV323°27.11%88.24%
CMYK0.00%27.11%10.22%
11.76%

Color #E1A4CA in popluar number systems.

HEXE1A4CA
Decimal225164202
Binary111000011010010011001010
Octal341244312

Shades and tints

Shades of #E1A4CA

#E1A4CA
(225,164,202)
#CD96B8
(205,150,184)
#B988A6
(185,136,166)
#A57A94
(165,122,148)
#916C82
(145,108,130)
#7D5E70
(125,94,112)
#69505E
(105,80,94)
#55424C
(85,66,76)
#41343A
(65,52,58)
#2D2628
(45,38,40)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #E1A4CA

#E1A4CA
(225,164,202)
#E3ACCE
(227,172,206)
#E5B4D2
(229,180,210)
#E7BCD6
(231,188,214)
#E9C4DA
(233,196,218)
#EBCCDE
(235,204,222)
#EDD4E2
(237,212,226)
#EFDCE6
(239,220,230)
#F1E4EA
(241,228,234)
#F3ECEE
(243,236,238)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A4CA color. Also use rgb(225,164,202) instead hex code.

Text Font Color

.myTextColor { color: #E1A4CA; }

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

This text font color is #E1A4CA.


Background Color

.myBgColor { background-color: #E1A4CA; }

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

This div background color is #E1A4CA.


Border color

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

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

This div border color is #E1A4CA.


Opacity

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

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

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

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

This text has shadow with #E1A4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A4CA on black background.


Color preview on white background

This text has color #E1A4CA on white background.



Black color preview on #E1A4CA background

This text has black color on #E1A4CA background.


White color preview on #E1A4CA background

This text has white color on #E1A4CA background.