COLOR #E9B4EA

HEX: #E9B4EA RGB: (233,180,234)

Color info

#E9B4EA contains red, green and blue colors in about the same proportion. Web safe color of #E9B4EA is #FFCCFF (or #FCF).

RGB color model

#E9B4EA color RGB value is (233,180,234).

RGB: (233,180,234) (91%, 71%, 92%)

RGB channels and saturation

R 233 of 255 = 91%
G 180 of 255 = 71%
B 234 of 255 = 92%

233
180
234

R + G + B ~ 85%. #E9B4EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 180 + 234 = 647 (100%)
R 233 of 647 ~ 36.01%
G 180 of 647 ~ 27.82%
B 234 of 647 ~ 36.17'%

%36.01
%27.82
%36.17

CMYK color model

#E9B4EA color CMYK value is (0,23,0,8).

  • cyan value is 0.43%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (0,23,0,8)
C0M23Y0K8 (0%, 23%, 0%, 8%)
(0.00 / 0.23 / 0.00 / 0.08)

CMYK percentages

%0.43
%23.08
%0
%8.24

Codes

Color #E9B4EA in popluar color models

E9 B4 EA
RGB 233 180 234
HSL 299° 56.25% 81.18%
HSB/HSV 299° 23.08% 91.76%
CMYK 0.43% 23.08% 0.00%
8.24%

Color #E9B4EA in popluar number systems.

HEX E9 B4 EA
Decimal 233 180 234
Binary 11101001 10110100 11101010
Octal 351 264 352

Shades and tints

Shades of #E9B4EA

#E9B4EA
(233,180,234)
#D4A4D5
(212,164,213)
#BF94C0
(191,148,192)
#AA84AB
(170,132,171)
#957496
(149,116,150)
#806481
(128,100,129)
#6B546C
(107,84,108)
#564457
(86,68,87)
#413442
(65,52,66)
#2C242D
(44,36,45)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #E9B4EA

#E9B4EA
(233,180,234)
#EBBAEB
(235,186,235)
#EDC0EC
(237,192,236)
#EFC6ED
(239,198,237)
#F1CCEE
(241,204,238)
#F3D2EF
(243,210,239)
#F5D8F0
(245,216,240)
#F7DEF1
(247,222,241)
#F9E4F2
(249,228,242)
#FBEAF3
(251,234,243)
#FDF0F4
(253,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B4EA; }

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

This text font color is #E9B4EA.

Background Color

.myBgColor { background-color: #E9B4EA; }

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

This div background color is #E9B4EA.

Border color

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

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

This div border color is #E9B4EA.

Opacity

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

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

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

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

This text has shadow with #E9B4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B4EA.

Preview

Color preview on black background

This text has color #E9B4EA on black background.


Color preview on white background

This text has color #E9B4EA on white background.


Black color preview on #E9B4EA background

This text has black color on #E9B4EA background.


White color preview on #E9B4EA background

This text has white color on #E9B4EA background.


Related colors

Complementary color

Complementary color for #hex is #164B15.


I love getcolorcode.com

Triadic colors

1 #EAE9B4 and #B4EAE9 with #E9B4EA are triadic colors.

2 #EAB4E9 and #B4E9EA with #E9B4EA are triadic colors.