COLOR #E8B2F5

HEX: #E8B2F5
RGB: (232,178,245)

Color info

#E8B2F5 contains mainly red and blue colors. Web safe color of #E8B2F5 is #FF99FF (or #F9F).

RGB color model

#E8B2F5 color RGB value is (232,178,245).

  • red value is 232;
  • green value is 178;
  • blue value is 245.
RGB:
(232,178,245)
(91%,70%,96%)

RGB channels and saturation

R 232 of 255 = 91%
G 178 of 255 = 70%
B 245 of 255 = 96%

232
178
245

R + G + B ~ 86%. #E8B2F5 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 178 + 245 = 655 (100%)
R 232 of 655 ~ 35.42%
G 178 of 655 ~ 27.18%
B 245 of 655 ~ 37.4%

%35.42
%27.18
%37.4

CMYK color model

#E8B2F5 color CMYK value is (5,27,0,4).

  • cyan value is 5.31%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(5,27,0,4)
C5M27Y0K4 
(5%,27%,0%,4%)
(0.05/0.27/0.00/0.04)	

CMYK percentages

%5.31
%27.35
%0
%3.92

Codes

Color #E8B2F5 in popluar color models

E8B2F5
RGB232178245
HSL288°77.01%82.94%
HSB/HSV288°27.35%96.08%
CMYK5.31%27.35%0.00%
3.92%

Color #E8B2F5 in popluar number systems.

HEXE8B2F5
Decimal232178245
Binary111010001011001011110101
Octal350262365

Shades and tints

Shades of #E8B2F5

#E8B2F5
(232,178,245)
#D3A2DF
(211,162,223)
#BE92C9
(190,146,201)
#A982B3
(169,130,179)
#94729D
(148,114,157)
#7F6287
(127,98,135)
#6A5271
(106,82,113)
#55425B
(85,66,91)
#403245
(64,50,69)
#2B222F
(43,34,47)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #E8B2F5

#E8B2F5
(232,178,245)
#EAB9F5
(234,185,245)
#ECC0F5
(236,192,245)
#EEC7F5
(238,199,245)
#F0CEF5
(240,206,245)
#F2D5F5
(242,213,245)
#F4DCF5
(244,220,245)
#F6E3F5
(246,227,245)
#F8EAF5
(248,234,245)
#FAF1F5
(250,241,245)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B2F5 color. Also use rgb(232,178,245) instead hex code.

Text Font Color

.myTextColor { color: #E8B2F5; }

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

This text font color is #E8B2F5.


Background Color

.myBgColor { background-color: #E8B2F5; }

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

This div background color is #E8B2F5.


Border color

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

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

This div border color is #E8B2F5.


Opacity

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

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

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

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

This text has shadow with #E8B2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B2F5 on black background.


Color preview on white background

This text has color #E8B2F5 on white background.



Black color preview on #E8B2F5 background

This text has black color on #E8B2F5 background.


White color preview on #E8B2F5 background

This text has white color on #E8B2F5 background.