COLOR #E9B0E8

HEX: #E9B0E8
RGB: (233,176,232)

Color info

#E9B0E8 contains red, green and blue colors in about the same proportion. Web safe color of #E9B0E8 is #FF99FF (or #F9F).

RGB color model

#E9B0E8 color RGB value is (233,176,232).

  • red value is 233;
  • green value is 176;
  • blue value is 232.
RGB:
(233,176,232)
(91%,69%,91%)

RGB channels and saturation

R 233 of 255 = 91%
G 176 of 255 = 69%
B 232 of 255 = 91%

233
176
232

R + G + B ~ 84%. #E9B0E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 176 + 232 = 641 (100%)
R 233 of 641 ~ 36.35%
G 176 of 641 ~ 27.46%
B 232 of 641 ~ 36.19%

%36.35
%27.46
%36.19

CMYK color model

#E9B0E8 color CMYK value is (0,24,0,9).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 0.43%
  • key color value is 8.63%
CMYK:
(0,24,0,9)
C0M24Y0K9 
(0%,24%,0%,9%)
(0.00/0.24/0.00/0.09)	

CMYK percentages

%0
%24.46
%0.43
%8.63

Codes

Color #E9B0E8 in popluar color models

E9B0E8
RGB233176232
HSL301°56.44%80.20%
HSB/HSV301°24.46%91.37%
CMYK0.00%24.46%0.43%
8.63%

Color #E9B0E8 in popluar number systems.

HEXE9B0E8
Decimal233176232
Binary111010011011000011101000
Octal351260350

Shades and tints

Shades of #E9B0E8

#E9B0E8
(233,176,232)
#D4A0D3
(212,160,211)
#BF90BE
(191,144,190)
#AA80A9
(170,128,169)
#957094
(149,112,148)
#80607F
(128,96,127)
#6B506A
(107,80,106)
#564055
(86,64,85)
#413040
(65,48,64)
#2C202B
(44,32,43)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #E9B0E8

#E9B0E8
(233,176,232)
#EBB7EA
(235,183,234)
#EDBEEC
(237,190,236)
#EFC5EE
(239,197,238)
#F1CCF0
(241,204,240)
#F3D3F2
(243,211,242)
#F5DAF4
(245,218,244)
#F7E1F6
(247,225,246)
#F9E8F8
(249,232,248)
#FBEFFA
(251,239,250)
#FDF6FC
(253,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B0E8 color. Also use rgb(233,176,232) instead hex code.

Text Font Color

.myTextColor { color: #E9B0E8; }

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

This text font color is #E9B0E8.


Background Color

.myBgColor { background-color: #E9B0E8; }

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

This div background color is #E9B0E8.


Border color

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

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

This div border color is #E9B0E8.


Opacity

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

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

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

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

This text has shadow with #E9B0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B0E8 on black background.


Color preview on white background

This text has color #E9B0E8 on white background.



Black color preview on #E9B0E8 background

This text has black color on #E9B0E8 background.


White color preview on #E9B0E8 background

This text has white color on #E9B0E8 background.