COLOR #E1A1CA

HEX: #E1A1CA
RGB: (225,161,202)

Color info

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

RGB color model

#E1A1CA color RGB value is (225,161,202).

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

RGB channels and saturation

R 225 of 255 = 88%
G 161 of 255 = 63%
B 202 of 255 = 79%

225
161
202

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

Portions of RGB colors in percentages

R + G + B =
225 + 161 + 202 = 588 (100%)
R 225 of 588 ~ 38.27%
G 161 of 588 ~ 27.38%
B 202 of 588 ~ 34.35%

%38.27
%27.38
%34.35

CMYK color model

#E1A1CA color CMYK value is (0,28,10,12).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(0,28,10,12)
C0M28Y10K12 
(0%,28%,10%,12%)
(0.00/0.28/0.10/0.12)	

CMYK percentages

%0
%28.44
%10.22
%11.76

Codes

Color #E1A1CA in popluar color models

E1A1CA
RGB225161202
HSL322°51.61%75.69%
HSB/HSV322°28.44%88.24%
CMYK0.00%28.44%10.22%
11.76%

Color #E1A1CA in popluar number systems.

HEXE1A1CA
Decimal225161202
Binary111000011010000111001010
Octal341241312

Shades and tints

Shades of #E1A1CA

#E1A1CA
(225,161,202)
#CD93B8
(205,147,184)
#B985A6
(185,133,166)
#A57794
(165,119,148)
#916982
(145,105,130)
#7D5B70
(125,91,112)
#694D5E
(105,77,94)
#553F4C
(85,63,76)
#41313A
(65,49,58)
#2D2328
(45,35,40)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #E1A1CA

#E1A1CA
(225,161,202)
#E3A9CE
(227,169,206)
#E5B1D2
(229,177,210)
#E7B9D6
(231,185,214)
#E9C1DA
(233,193,218)
#EBC9DE
(235,201,222)
#EDD1E2
(237,209,226)
#EFD9E6
(239,217,230)
#F1E1EA
(241,225,234)
#F3E9EE
(243,233,238)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A1CA; }

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

This text font color is #E1A1CA.


Background Color

.myBgColor { background-color: #E1A1CA; }

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

This div background color is #E1A1CA.


Border color

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

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

This div border color is #E1A1CA.


Opacity

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

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

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

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

This text has shadow with #E1A1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A1CA on black background.


Color preview on white background

This text has color #E1A1CA on white background.



Black color preview on #E1A1CA background

This text has black color on #E1A1CA background.


White color preview on #E1A1CA background

This text has white color on #E1A1CA background.