COLOR #E0A3B2

HEX: #E0A3B2 RGB: (224,163,178)

Color info

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

RGB color model

#E0A3B2 color RGB value is (224,163,178).

RGB: (224,163,178) (88%, 64%, 70%)

RGB channels and saturation

R 224 of 255 = 88%
G 163 of 255 = 64%
B 178 of 255 = 70%

224
163
178

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

Portions of RGB colors in percentages

R + G + B = 224 + 163 + 178 = 565 (100%)
R 224 of 565 ~ 39.65%
G 163 of 565 ~ 28.85%
B 178 of 565 ~ 31.5'%

%39.65
%28.85
%31.5

CMYK color model

#E0A3B2 color CMYK value is (0,27,21,12).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 20.54%
  • key color value is 12.16%
CMYK: (0,27,21,12) C0M27Y21K12 (0%,27%,21%,12%) (0.00/0.27/0.21/0.12) 

CMYK percentages

%0
%27.23
%20.54
%12.16

Codes

Color #E0A3B2 in popluar color models

E0 A3 B2
RGB 224 163 178
HSL 345° 49.59% 75.88%
HSB/HSV 345° 27.23% 87.84%
CMYK 0.00% 27.23% 20.54%
12.16%

Color #E0A3B2 in popluar number systems.

HEX E0 A3 B2
Decimal 224 163 178
Binary 11100000 10100011 10110010
Octal 340 243 262

Shades and tints

Shades of #E0A3B2

#E0A3B2
(224,163,178)
#CC95A2
(204,149,162)
#B88792
(184,135,146)
#A47982
(164,121,130)
#906B72
(144,107,114)
#7C5D62
(124,93,98)
#684F52
(104,79,82)
#544142
(84,65,66)
#403332
(64,51,50)
#2C2522
(44,37,34)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #E0A3B2

#E0A3B2
(224,163,178)
#E2ABB9
(226,171,185)
#E4B3C0
(228,179,192)
#E6BBC7
(230,187,199)
#E8C3CE
(232,195,206)
#EACBD5
(234,203,213)
#ECD3DC
(236,211,220)
#EEDBE3
(238,219,227)
#F0E3EA
(240,227,234)
#F2EBF1
(242,235,241)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A3B2 color. Also use rgb(224,163,178) instead hex code.

Text Font Color

.myTextColor { color: #E0A3B2; }

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

This text font color is #E0A3B2.

Background Color

.myBgColor { background-color: #E0A3B2; }

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

This div background color is #E0A3B2.

Border color

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

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

This div border color is #E0A3B2.

Opacity

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

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

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

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

This text has shadow with #E0A3B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A3B2.

Preview

Color preview on black background

This text has color #E0A3B2 on black background.


Color preview on white background

This text has color #E0A3B2 on white background.


Black color preview on #E0A3B2 background

This text has black color on #E0A3B2 background.


White color preview on #E0A3B2 background

This text has white color on #E0A3B2 background.


Related colors

Complementary color

Complementary color for #hex is #1F5C4D.


I love getcolorcode.com

Triadic colors

1 #B2E0A3 and #A3B2E0 with #E0A3B2 are triadic colors.

2 #B2A3E0 and #A3E0B2 with #E0A3B2 are triadic colors.