COLOR #E0A4B5

HEX: #E0A4B5
RGB: (224,164,181)

Color info

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

RGB color model

#E0A4B5 color RGB value is (224,164,181).

  • red value is 224;
  • green value is 164;
  • blue value is 181.
RGB:
(224,164,181)
(88%,64%,71%)

RGB channels and saturation

R 224 of 255 = 88%
G 164 of 255 = 64%
B 181 of 255 = 71%

224
164
181

R + G + B ~ 74%. #E0A4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 164 + 181 = 569 (100%)
R 224 of 569 ~ 39.37%
G 164 of 569 ~ 28.82%
B 181 of 569 ~ 31.81%

%39.37
%28.82
%31.81

CMYK color model

#E0A4B5 color CMYK value is (0,27,19,12).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 19.20%
  • key color value is 12.16%
CMYK:
(0,27,19,12)
C0M27Y19K12 
(0%,27%,19%,12%)
(0.00/0.27/0.19/0.12)	

CMYK percentages

%0
%26.79
%19.2
%12.16

Codes

Color #E0A4B5 in popluar color models

E0A4B5
RGB224164181
HSL343°49.18%76.08%
HSB/HSV343°26.79%87.84%
CMYK0.00%26.79%19.20%
12.16%

Color #E0A4B5 in popluar number systems.

HEXE0A4B5
Decimal224164181
Binary111000001010010010110101
Octal340244265

Shades and tints

Shades of #E0A4B5

#E0A4B5
(224,164,181)
#CC96A5
(204,150,165)
#B88895
(184,136,149)
#A47A85
(164,122,133)
#906C75
(144,108,117)
#7C5E65
(124,94,101)
#685055
(104,80,85)
#544245
(84,66,69)
#403435
(64,52,53)
#2C2625
(44,38,37)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #E0A4B5

#E0A4B5
(224,164,181)
#E2ACBB
(226,172,187)
#E4B4C1
(228,180,193)
#E6BCC7
(230,188,199)
#E8C4CD
(232,196,205)
#EACCD3
(234,204,211)
#ECD4D9
(236,212,217)
#EEDCDF
(238,220,223)
#F0E4E5
(240,228,229)
#F2ECEB
(242,236,235)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A4B5 color. Also use rgb(224,164,181) instead hex code.

Text Font Color

.myTextColor { color: #E0A4B5; }

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

This text font color is #E0A4B5.


Background Color

.myBgColor { background-color: #E0A4B5; }

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

This div background color is #E0A4B5.


Border color

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

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

This div border color is #E0A4B5.


Opacity

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

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

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

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

This text has shadow with #E0A4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A4B5 on black background.


Color preview on white background

This text has color #E0A4B5 on white background.



Black color preview on #E0A4B5 background

This text has black color on #E0A4B5 background.


White color preview on #E0A4B5 background

This text has white color on #E0A4B5 background.