COLOR #E5A8CA

HEX: #E5A8CA RGB: (229,168,202)

Color info

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

RGB color model

#E5A8CA color RGB value is (229,168,202).

RGB: (229,168,202) (90%, 66%, 79%)

RGB channels and saturation

R 229 of 255 = 90%
G 168 of 255 = 66%
B 202 of 255 = 79%

229
168
202

R + G + B ~ 78%. #E5A8CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 168 + 202 = 599 (100%)
R 229 of 599 ~ 38.23%
G 168 of 599 ~ 28.05%
B 202 of 599 ~ 33.72'%

%38.23
%28.05
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.64%
  • yellow value is 11.79%
  • key color value is 10.20%

CMYK: (0,27,12,10)
C0M27Y12K10 (0%, 27%, 12%, 10%)
(0.00 / 0.27 / 0.12 / 0.10)

CMYK percentages

%0
%26.64
%11.79
%10.2

Codes

Color #E5A8CA in popluar color models

E5 A8 CA
RGB 229 168 202
HSL 327° 53.98% 77.84%
HSB/HSV 327° 26.64% 89.80%
CMYK 0.00% 26.64% 11.79%
10.20%

Color #E5A8CA in popluar number systems.

HEX E5 A8 CA
Decimal 229 168 202
Binary 11100101 10101000 11001010
Octal 345 250 312

Shades and tints

Shades of #E5A8CA

#E5A8CA
(229,168,202)
#D199B8
(209,153,184)
#BD8AA6
(189,138,166)
#A97B94
(169,123,148)
#956C82
(149,108,130)
#815D70
(129,93,112)
#6D4E5E
(109,78,94)
#593F4C
(89,63,76)
#45303A
(69,48,58)
#312128
(49,33,40)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #E5A8CA

#E5A8CA
(229,168,202)
#E7AFCE
(231,175,206)
#E9B6D2
(233,182,210)
#EBBDD6
(235,189,214)
#EDC4DA
(237,196,218)
#EFCBDE
(239,203,222)
#F1D2E2
(241,210,226)
#F3D9E6
(243,217,230)
#F5E0EA
(245,224,234)
#F7E7EE
(247,231,238)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A8CA; }

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

This text font color is #E5A8CA.

Background Color

.myBgColor { background-color: #E5A8CA; }

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

This div background color is #E5A8CA.

Border color

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

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

This div border color is #E5A8CA.

Opacity

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

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

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

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

This text has shadow with #E5A8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5A8CA.

Preview

Color preview on black background

This text has color #E5A8CA on black background.


Color preview on white background

This text has color #E5A8CA on white background.


Black color preview on #E5A8CA background

This text has black color on #E5A8CA background.


White color preview on #E5A8CA background

This text has white color on #E5A8CA background.


Related colors

Complementary color

Complementary color for #hex is #1A5735.


I love getcolorcode.com

Triadic colors

1 #CAE5A8 and #A8CAE5 with #E5A8CA are triadic colors.

2 #CAA8E5 and #A8E5CA with #E5A8CA are triadic colors.