COLOR #E8B4E0

HEX: #E8B4E0 RGB: (232,180,224)

Color info

#E8B4E0 contains red, green and blue colors in about the same proportion. Web safe color of #E8B4E0 is #FFCCCC (or #FCC).

RGB color model

#E8B4E0 color RGB value is (232,180,224).

RGB: (232,180,224) (91%, 71%, 88%)

RGB channels and saturation

R 232 of 255 = 91%
G 180 of 255 = 71%
B 224 of 255 = 88%

232
180
224

R + G + B ~ 83%. #E8B4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 180 + 224 = 636 (100%)
R 232 of 636 ~ 36.48%
G 180 of 636 ~ 28.3%
B 224 of 636 ~ 35.22'%

%36.48
%28.3
%35.22

CMYK color model

#E8B4E0 color CMYK value is (0,22,3,9).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 3.45%
  • key color value is 9.02%

CMYK: (0,22,3,9)
C0M22Y3K9 (0%, 22%, 3%, 9%)
(0.00 / 0.22 / 0.03 / 0.09)

CMYK percentages

%0
%22.41
%3.45
%9.02

Codes

Color #E8B4E0 in popluar color models

E8 B4 E0
RGB 232 180 224
HSL 309° 53.06% 80.78%
HSB/HSV 309° 22.41% 90.98%
CMYK 0.00% 22.41% 3.45%
9.02%

Color #E8B4E0 in popluar number systems.

HEX E8 B4 E0
Decimal 232 180 224
Binary 11101000 10110100 11100000
Octal 350 264 340

Shades and tints

Shades of #E8B4E0

#E8B4E0
(232,180,224)
#D3A4CC
(211,164,204)
#BE94B8
(190,148,184)
#A984A4
(169,132,164)
#947490
(148,116,144)
#7F647C
(127,100,124)
#6A5468
(106,84,104)
#554454
(85,68,84)
#403440
(64,52,64)
#2B242C
(43,36,44)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #E8B4E0

#E8B4E0
(232,180,224)
#EABAE2
(234,186,226)
#ECC0E4
(236,192,228)
#EEC6E6
(238,198,230)
#F0CCE8
(240,204,232)
#F2D2EA
(242,210,234)
#F4D8EC
(244,216,236)
#F6DEEE
(246,222,238)
#F8E4F0
(248,228,240)
#FAEAF2
(250,234,242)
#FCF0F4
(252,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B4E0 color. Also use rgb(232,180,224) instead hex code.

Text Font Color

.myTextColor { color: #E8B4E0; }

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

This text font color is #E8B4E0.

Background Color

.myBgColor { background-color: #E8B4E0; }

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

This div background color is #E8B4E0.

Border color

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

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

This div border color is #E8B4E0.

Opacity

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

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

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

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

This text has shadow with #E8B4E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B4E0.

Preview

Color preview on black background

This text has color #E8B4E0 on black background.


Color preview on white background

This text has color #E8B4E0 on white background.


Black color preview on #E8B4E0 background

This text has black color on #E8B4E0 background.


White color preview on #E8B4E0 background

This text has white color on #E8B4E0 background.


Related colors

Complementary color

Complementary color for #hex is #174B1F.


I love getcolorcode.com

Triadic colors

1 #E0E8B4 and #B4E0E8 with #E8B4E0 are triadic colors.

2 #E0B4E8 and #B4E8E0 with #E8B4E0 are triadic colors.