COLOR #E0A0B1

HEX: #E0A0B1
RGB: (224,160,177)

Color info

#E0A0B1 contains mainly red and blue colors. Web safe color of #E0A0B1 is #CC9999 (or #C99).

RGB color model

#E0A0B1 color RGB value is (224,160,177).

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

RGB channels and saturation

R 224 of 255 = 88%
G 160 of 255 = 63%
B 177 of 255 = 69%

224
160
177

R + G + B ~ 73%. #E0A0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 160 + 177 = 561 (100%)
R 224 of 561 ~ 39.93%
G 160 of 561 ~ 28.52%
B 177 of 561 ~ 31.55%

%39.93
%28.52
%31.55

CMYK color model

#E0A0B1 color CMYK value is (0,29,21,12).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 20.98%
  • key color value is 12.16%
CMYK:
(0,29,21,12)
C0M29Y21K12 
(0%,29%,21%,12%)
(0.00/0.29/0.21/0.12)	

CMYK percentages

%0
%28.57
%20.98
%12.16

Codes

Color #E0A0B1 in popluar color models

E0A0B1
RGB224160177
HSL344°50.79%75.29%
HSB/HSV344°28.57%87.84%
CMYK0.00%28.57%20.98%
12.16%

Color #E0A0B1 in popluar number systems.

HEXE0A0B1
Decimal224160177
Binary111000001010000010110001
Octal340240261

Shades and tints

Shades of #E0A0B1

#E0A0B1
(224,160,177)
#CC92A1
(204,146,161)
#B88491
(184,132,145)
#A47681
(164,118,129)
#906871
(144,104,113)
#7C5A61
(124,90,97)
#684C51
(104,76,81)
#543E41
(84,62,65)
#403031
(64,48,49)
#2C2221
(44,34,33)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #E0A0B1

#E0A0B1
(224,160,177)
#E2A8B8
(226,168,184)
#E4B0BF
(228,176,191)
#E6B8C6
(230,184,198)
#E8C0CD
(232,192,205)
#EAC8D4
(234,200,212)
#ECD0DB
(236,208,219)
#EED8E2
(238,216,226)
#F0E0E9
(240,224,233)
#F2E8F0
(242,232,240)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A0B1; }

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

This text font color is #E0A0B1.


Background Color

.myBgColor { background-color: #E0A0B1; }

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

This div background color is #E0A0B1.


Border color

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

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

This div border color is #E0A0B1.


Opacity

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

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

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

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

This text has shadow with #E0A0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A0B1 on black background.


Color preview on white background

This text has color #E0A0B1 on white background.



Black color preview on #E0A0B1 background

This text has black color on #E0A0B1 background.


White color preview on #E0A0B1 background

This text has white color on #E0A0B1 background.