COLOR #E0A0B6

HEX: #E0A0B6 RGB: (224,160,182)

Color info

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

RGB color model

#E0A0B6 color RGB value is (224,160,182).

RGB: (224,160,182) (88%, 63%, 71%)

RGB channels and saturation

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

224
160
182

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

Portions of RGB colors in percentages

R + G + B = 224 + 160 + 182 = 566 (100%)
R 224 of 566 ~ 39.58%
G 160 of 566 ~ 28.27%
B 182 of 566 ~ 32.16'%

%39.58
%28.27
%32.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 18.75%
  • 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
%18.75
%12.16

Codes

Color #E0A0B6 in popluar color models

E0 A0 B6
RGB 224 160 182
HSL 339° 50.79% 75.29%
HSB/HSV 339° 28.57% 87.84%
CMYK 0.00% 28.57% 18.75%
12.16%

Color #E0A0B6 in popluar number systems.

HEX E0 A0 B6
Decimal 224 160 182
Binary 11100000 10100000 10110110
Octal 340 240 266

Shades and tints

Shades of #E0A0B6

#E0A0B6
(224,160,182)
#CC92A6
(204,146,166)
#B88496
(184,132,150)
#A47686
(164,118,134)
#906876
(144,104,118)
#7C5A66
(124,90,102)
#684C56
(104,76,86)
#543E46
(84,62,70)
#403036
(64,48,54)
#2C2226
(44,34,38)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #E0A0B6

#E0A0B6
(224,160,182)
#E2A8BC
(226,168,188)
#E4B0C2
(228,176,194)
#E6B8C8
(230,184,200)
#E8C0CE
(232,192,206)
#EAC8D4
(234,200,212)
#ECD0DA
(236,208,218)
#EED8E0
(238,216,224)
#F0E0E6
(240,224,230)
#F2E8EC
(242,232,236)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A0B6; }

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

This text font color is #E0A0B6.

Background Color

.myBgColor { background-color: #E0A0B6; }

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

This div background color is #E0A0B6.

Border color

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

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

This div border color is #E0A0B6.

Opacity

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

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

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

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

This text has shadow with #E0A0B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A0B6.

Preview

Color preview on black background

This text has color #E0A0B6 on black background.


Color preview on white background

This text has color #E0A0B6 on white background.


Black color preview on #E0A0B6 background

This text has black color on #E0A0B6 background.


White color preview on #E0A0B6 background

This text has white color on #E0A0B6 background.


Related colors

Complementary color

Complementary color for #hex is #1F5F49.


I love getcolorcode.com

Triadic colors

1 #B6E0A0 and #A0B6E0 with #E0A0B6 are triadic colors.

2 #B6A0E0 and #A0E0B6 with #E0A0B6 are triadic colors.