COLOR #E0A3B0

HEX: #E0A3B0 RGB: (224,163,176)

Color info

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

RGB color model

#E0A3B0 color RGB value is (224,163,176).

RGB: (224,163,176) (88%, 64%, 69%)

RGB channels and saturation

R 224 of 255 = 88%
G 163 of 255 = 64%
B 176 of 255 = 69%

224
163
176

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

Portions of RGB colors in percentages

R + G + B = 224 + 163 + 176 = 563 (100%)
R 224 of 563 ~ 39.79%
G 163 of 563 ~ 28.95%
B 176 of 563 ~ 31.26'%

%39.79
%28.95
%31.26

CMYK color model

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

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

Codes

Color #E0A3B0 in popluar color models

E0 A3 B0
RGB 224 163 176
HSL 347° 49.59% 75.88%
HSB/HSV 347° 27.23% 87.84%
CMYK 0.00% 27.23% 21.43%
12.16%

Color #E0A3B0 in popluar number systems.

HEX E0 A3 B0
Decimal 224 163 176
Binary 11100000 10100011 10110000
Octal 340 243 260

Shades and tints

Shades of #E0A3B0

#E0A3B0
(224,163,176)
#CC95A0
(204,149,160)
#B88790
(184,135,144)
#A47980
(164,121,128)
#906B70
(144,107,112)
#7C5D60
(124,93,96)
#684F50
(104,79,80)
#544140
(84,65,64)
#403330
(64,51,48)
#2C2520
(44,37,32)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #E0A3B0

#E0A3B0
(224,163,176)
#E2ABB7
(226,171,183)
#E4B3BE
(228,179,190)
#E6BBC5
(230,187,197)
#E8C3CC
(232,195,204)
#EACBD3
(234,203,211)
#ECD3DA
(236,211,218)
#EEDBE1
(238,219,225)
#F0E3E8
(240,227,232)
#F2EBEF
(242,235,239)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A3B0; }

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

This text font color is #E0A3B0.

Background Color

.myBgColor { background-color: #E0A3B0; }

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

This div background color is #E0A3B0.

Border color

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

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

This div border color is #E0A3B0.

Opacity

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

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

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

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

This text has shadow with #E0A3B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A3B0.

Preview

Color preview on black background

This text has color #E0A3B0 on black background.


Color preview on white background

This text has color #E0A3B0 on white background.


Black color preview on #E0A3B0 background

This text has black color on #E0A3B0 background.


White color preview on #E0A3B0 background

This text has white color on #E0A3B0 background.


Related colors

Complementary color

Complementary color for #hex is #1F5C4F.


I love getcolorcode.com

Triadic colors

1 #B0E0A3 and #A3B0E0 with #E0A3B0 are triadic colors.

2 #B0A3E0 and #A3E0B0 with #E0A3B0 are triadic colors.