COLOR #E5ABE5

HEX: #E5ABE5
RGB: (229,171,229)

Color info

#E5ABE5 contains red, green and blue colors in about the same proportion. Web safe color of #E5ABE5 is #CC99CC (or #C9C).

RGB color model

#E5ABE5 color RGB value is (229,171,229).

  • red value is 229;
  • green value is 171;
  • blue value is 229.
RGB:
(229,171,229)
(90%,67%,90%)

RGB channels and saturation

R 229 of 255 = 90%
G 171 of 255 = 67%
B 229 of 255 = 90%

229
171
229

R + G + B ~ 82%. #E5ABE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 171 + 229 = 629 (100%)
R 229 of 629 ~ 36.41%
G 171 of 629 ~ 27.19%
B 229 of 629 ~ 36.41%

%36.41
%27.19
%36.41

CMYK color model

#E5ABE5 color CMYK value is (0,25,0,10).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(0,25,0,10)
C0M25Y0K10 
(0%,25%,0%,10%)
(0.00/0.25/0.00/0.10)	

CMYK percentages

%0
%25.33
%0
%10.2

Codes

Color #E5ABE5 in popluar color models

E5ABE5
RGB229171229
HSL300°52.73%78.43%
HSB/HSV300°25.33%89.80%
CMYK0.00%25.33%0.00%
10.20%

Color #E5ABE5 in popluar number systems.

HEXE5ABE5
Decimal229171229
Binary111001011010101111100101
Octal345253345

Shades and tints

Shades of #E5ABE5

#E5ABE5
(229,171,229)
#D19CD1
(209,156,209)
#BD8DBD
(189,141,189)
#A97EA9
(169,126,169)
#956F95
(149,111,149)
#816081
(129,96,129)
#6D516D
(109,81,109)
#594259
(89,66,89)
#453345
(69,51,69)
#312431
(49,36,49)
#1D151D
(29,21,29)
#000000
(0,0,0)

Tints of #E5ABE5

#E5ABE5
(229,171,229)
#E7B2E7
(231,178,231)
#E9B9E9
(233,185,233)
#EBC0EB
(235,192,235)
#EDC7ED
(237,199,237)
#EFCEEF
(239,206,239)
#F1D5F1
(241,213,241)
#F3DCF3
(243,220,243)
#F5E3F5
(245,227,245)
#F7EAF7
(247,234,247)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ABE5; }

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

This text font color is #E5ABE5.


Background Color

.myBgColor { background-color: #E5ABE5; }

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

This div background color is #E5ABE5.


Border color

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

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

This div border color is #E5ABE5.


Opacity

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

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

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

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

This text has shadow with #E5ABE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ABE5 on black background.


Color preview on white background

This text has color #E5ABE5 on white background.



Black color preview on #E5ABE5 background

This text has black color on #E5ABE5 background.


White color preview on #E5ABE5 background

This text has white color on #E5ABE5 background.