COLOR #E5A0B6

HEX: #E5A0B6
RGB: (229,160,182)

Color info

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

RGB color model

#E5A0B6 color RGB value is (229,160,182).

  • red value is 229;
  • green value is 160;
  • blue value is 182.
RGB:
(229,160,182)
(90%,63%,71%)

RGB channels and saturation

R 229 of 255 = 90%
G 160 of 255 = 63%
B 182 of 255 = 71%

229
160
182

R + G + B ~ 75%. #E5A0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 160 + 182 = 571 (100%)
R 229 of 571 ~ 40.11%
G 160 of 571 ~ 28.02%
B 182 of 571 ~ 31.87%

%40.11
%28.02
%31.87

CMYK color model

#E5A0B6 color CMYK value is (0,30,21,10).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 20.52%
  • key color value is 10.20%
CMYK:
(0,30,21,10)
C0M30Y21K10 
(0%,30%,21%,10%)
(0.00/0.30/0.21/0.10)	

CMYK percentages

%0
%30.13
%20.52
%10.2

Codes

Color #E5A0B6 in popluar color models

E5A0B6
RGB229160182
HSL341°57.02%76.27%
HSB/HSV341°30.13%89.80%
CMYK0.00%30.13%20.52%
10.20%

Color #E5A0B6 in popluar number systems.

HEXE5A0B6
Decimal229160182
Binary111001011010000010110110
Octal345240266

Shades and tints

Shades of #E5A0B6

#E5A0B6
(229,160,182)
#D192A6
(209,146,166)
#BD8496
(189,132,150)
#A97686
(169,118,134)
#956876
(149,104,118)
#815A66
(129,90,102)
#6D4C56
(109,76,86)
#593E46
(89,62,70)
#453036
(69,48,54)
#312226
(49,34,38)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #E5A0B6

#E5A0B6
(229,160,182)
#E7A8BC
(231,168,188)
#E9B0C2
(233,176,194)
#EBB8C8
(235,184,200)
#EDC0CE
(237,192,206)
#EFC8D4
(239,200,212)
#F1D0DA
(241,208,218)
#F3D8E0
(243,216,224)
#F5E0E6
(245,224,230)
#F7E8EC
(247,232,236)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A0B6; }

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

This text font color is #E5A0B6.


Background Color

.myBgColor { background-color: #E5A0B6; }

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

This div background color is #E5A0B6.


Border color

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

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

This div border color is #E5A0B6.


Opacity

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

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

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

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

This text has shadow with #E5A0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A0B6 on black background.


Color preview on white background

This text has color #E5A0B6 on white background.



Black color preview on #E5A0B6 background

This text has black color on #E5A0B6 background.


White color preview on #E5A0B6 background

This text has white color on #E5A0B6 background.