COLOR #E0A0B5

HEX: #E0A0B5
RGB: (224,160,181)

Color info

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

RGB color model

#E0A0B5 color RGB value is (224,160,181).

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

RGB channels and saturation

R 224 of 255 = 88%
G 160 of 255 = 63%
B 181 of 255 = 71%

224
160
181

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

Portions of RGB colors in percentages

R + G + B =
224 + 160 + 181 = 565 (100%)
R 224 of 565 ~ 39.65%
G 160 of 565 ~ 28.32%
B 181 of 565 ~ 32.04%

%39.65
%28.32
%32.04

CMYK color model

#E0A0B5 color CMYK value is (0,29,19,12).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 19.20%
  • key color value is 12.16%
CMYK:
(0,29,19,12)
C0M29Y19K12 
(0%,29%,19%,12%)
(0.00/0.29/0.19/0.12)	

CMYK percentages

%0
%28.57
%19.2
%12.16

Codes

Color #E0A0B5 in popluar color models

E0A0B5
RGB224160181
HSL340°50.79%75.29%
HSB/HSV340°28.57%87.84%
CMYK0.00%28.57%19.20%
12.16%

Color #E0A0B5 in popluar number systems.

HEXE0A0B5
Decimal224160181
Binary111000001010000010110101
Octal340240265

Shades and tints

Shades of #E0A0B5

#E0A0B5
(224,160,181)
#CC92A5
(204,146,165)
#B88495
(184,132,149)
#A47685
(164,118,133)
#906875
(144,104,117)
#7C5A65
(124,90,101)
#684C55
(104,76,85)
#543E45
(84,62,69)
#403035
(64,48,53)
#2C2225
(44,34,37)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #E0A0B5

#E0A0B5
(224,160,181)
#E2A8BB
(226,168,187)
#E4B0C1
(228,176,193)
#E6B8C7
(230,184,199)
#E8C0CD
(232,192,205)
#EAC8D3
(234,200,211)
#ECD0D9
(236,208,217)
#EED8DF
(238,216,223)
#F0E0E5
(240,224,229)
#F2E8EB
(242,232,235)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A0B5; }

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

This text font color is #E0A0B5.


Background Color

.myBgColor { background-color: #E0A0B5; }

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

This div background color is #E0A0B5.


Border color

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

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

This div border color is #E0A0B5.


Opacity

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

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

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

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

This text has shadow with #E0A0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A0B5 on black background.


Color preview on white background

This text has color #E0A0B5 on white background.



Black color preview on #E0A0B5 background

This text has black color on #E0A0B5 background.


White color preview on #E0A0B5 background

This text has white color on #E0A0B5 background.