COLOR #E9B4D5

HEX: #E9B4D5 RGB: (233,180,213)

Color info

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

RGB color model

#E9B4D5 color RGB value is (233,180,213).

RGB: (233,180,213) (91%, 71%, 84%)

RGB channels and saturation

R 233 of 255 = 91%
G 180 of 255 = 71%
B 213 of 255 = 84%

233
180
213

R + G + B ~ 82%. #E9B4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 180 + 213 = 626 (100%)
R 233 of 626 ~ 37.22%
G 180 of 626 ~ 28.75%
B 213 of 626 ~ 34.03'%

%37.22
%28.75
%34.03

CMYK color model

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

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

CMYK: (0,23,9,9)
C0M23Y9K9 (0%, 23%, 9%, 9%)
(0.00 / 0.23 / 0.09 / 0.09)

CMYK percentages

%0
%22.75
%8.58
%8.63

Codes

Color #E9B4D5 in popluar color models

E9 B4 D5
RGB 233 180 213
HSL 323° 54.64% 80.98%
HSB/HSV 323° 22.75% 91.37%
CMYK 0.00% 22.75% 8.58%
8.63%

Color #E9B4D5 in popluar number systems.

HEX E9 B4 D5
Decimal 233 180 213
Binary 11101001 10110100 11010101
Octal 351 264 325

Shades and tints

Shades of #E9B4D5

#E9B4D5
(233,180,213)
#D4A4C2
(212,164,194)
#BF94AF
(191,148,175)
#AA849C
(170,132,156)
#957489
(149,116,137)
#806476
(128,100,118)
#6B5463
(107,84,99)
#564450
(86,68,80)
#41343D
(65,52,61)
#2C242A
(44,36,42)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #E9B4D5

#E9B4D5
(233,180,213)
#EBBAD8
(235,186,216)
#EDC0DB
(237,192,219)
#EFC6DE
(239,198,222)
#F1CCE1
(241,204,225)
#F3D2E4
(243,210,228)
#F5D8E7
(245,216,231)
#F7DEEA
(247,222,234)
#F9E4ED
(249,228,237)
#FBEAF0
(251,234,240)
#FDF0F3
(253,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B4D5; }

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

This text font color is #E9B4D5.

Background Color

.myBgColor { background-color: #E9B4D5; }

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

This div background color is #E9B4D5.

Border color

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

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

This div border color is #E9B4D5.

Opacity

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

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

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

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

This text has shadow with #E9B4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B4D5.

Preview

Color preview on black background

This text has color #E9B4D5 on black background.


Color preview on white background

This text has color #E9B4D5 on white background.


Black color preview on #E9B4D5 background

This text has black color on #E9B4D5 background.


White color preview on #E9B4D5 background

This text has white color on #E9B4D5 background.


Related colors

Complementary color

Complementary color for #hex is #164B2A.


I love getcolorcode.com

Triadic colors

1 #D5E9B4 and #B4D5E9 with #E9B4D5 are triadic colors.

2 #D5B4E9 and #B4E9D5 with #E9B4D5 are triadic colors.