COLOR #E9B4E0

HEX: #E9B4E0 RGB: (233,180,224)

Color info

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

RGB color model

#E9B4E0 color RGB value is (233,180,224).

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

RGB channels and saturation

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

233
180
224

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

Portions of RGB colors in percentages

R + G + B = 233 + 180 + 224 = 637 (100%)
R 233 of 637 ~ 36.58%
G 180 of 637 ~ 28.26%
B 224 of 637 ~ 35.16'%

%36.58
%28.26
%35.16

CMYK color model

#E9B4E0 color CMYK value is (0,23,4,9).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 3.86%
  • key color value is 8.63%

CMYK: (0,23,4,9)
C0M23Y4K9 (0%, 23%, 4%, 9%)
(0.00 / 0.23 / 0.04 / 0.09)

CMYK percentages

%0
%22.75
%3.86
%8.63

Codes

Color #E9B4E0 in popluar color models

E9 B4 E0
RGB 233 180 224
HSL 310° 54.64% 80.98%
HSB/HSV 310° 22.75% 91.37%
CMYK 0.00% 22.75% 3.86%
8.63%

Color #E9B4E0 in popluar number systems.

HEX E9 B4 E0
Decimal 233 180 224
Binary 11101001 10110100 11100000
Octal 351 264 340

Shades and tints

Shades of #E9B4E0

#E9B4E0
(233,180,224)
#D4A4CC
(212,164,204)
#BF94B8
(191,148,184)
#AA84A4
(170,132,164)
#957490
(149,116,144)
#80647C
(128,100,124)
#6B5468
(107,84,104)
#564454
(86,68,84)
#413440
(65,52,64)
#2C242C
(44,36,44)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #E9B4E0

#E9B4E0
(233,180,224)
#EBBAE2
(235,186,226)
#EDC0E4
(237,192,228)
#EFC6E6
(239,198,230)
#F1CCE8
(241,204,232)
#F3D2EA
(243,210,234)
#F5D8EC
(245,216,236)
#F7DEEE
(247,222,238)
#F9E4F0
(249,228,240)
#FBEAF2
(251,234,242)
#FDF0F4
(253,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B4E0; }

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

This text font color is #E9B4E0.

Background Color

.myBgColor { background-color: #E9B4E0; }

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

This div background color is #E9B4E0.

Border color

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

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

This div border color is #E9B4E0.

Opacity

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

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

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

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

This text has shadow with #E9B4E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B4E0.

Preview

Color preview on black background

This text has color #E9B4E0 on black background.


Color preview on white background

This text has color #E9B4E0 on white background.


Black color preview on #E9B4E0 background

This text has black color on #E9B4E0 background.


White color preview on #E9B4E0 background

This text has white color on #E9B4E0 background.


Related colors

Complementary color

Complementary color for #hex is #164B1F.


I love getcolorcode.com

Triadic colors

1 #E0E9B4 and #B4E0E9 with #E9B4E0 are triadic colors.

2 #E0B4E9 and #B4E9E0 with #E9B4E0 are triadic colors.