COLOR #E5B2F8

HEX: #E5B2F8
RGB: (229,178,248)

Color info

#E5B2F8 contains mainly red and blue colors. Web safe color of #E5B2F8 is #CC99FF (or #C9F).

RGB color model

#E5B2F8 color RGB value is (229,178,248).

  • red value is 229;
  • green value is 178;
  • blue value is 248.
RGB:
(229,178,248)
(90%,70%,97%)

RGB channels and saturation

R 229 of 255 = 90%
G 178 of 255 = 70%
B 248 of 255 = 97%

229
178
248

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

Portions of RGB colors in percentages

R + G + B =
229 + 178 + 248 = 655 (100%)
R 229 of 655 ~ 34.96%
G 178 of 655 ~ 27.18%
B 248 of 655 ~ 37.86%

%34.96
%27.18
%37.86

CMYK color model

#E5B2F8 color CMYK value is (8,28,0,3).

  • cyan value is 7.66%
  • magenta value is 28.23%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(8,28,0,3)
C8M28Y0K3 
(8%,28%,0%,3%)
(0.08/0.28/0.00/0.03)	

CMYK percentages

%7.66
%28.23
%0
%2.75

Codes

Color #E5B2F8 in popluar color models

E5B2F8
RGB229178248
HSL284°83.33%83.53%
HSB/HSV284°28.23%97.25%
CMYK7.66%28.23%0.00%
2.75%

Color #E5B2F8 in popluar number systems.

HEXE5B2F8
Decimal229178248
Binary111001011011001011111000
Octal345262370

Shades and tints

Shades of #E5B2F8

#E5B2F8
(229,178,248)
#D1A2E2
(209,162,226)
#BD92CC
(189,146,204)
#A982B6
(169,130,182)
#9572A0
(149,114,160)
#81628A
(129,98,138)
#6D5274
(109,82,116)
#59425E
(89,66,94)
#453248
(69,50,72)
#312232
(49,34,50)
#1D121C
(29,18,28)
#000000
(0,0,0)

Tints of #E5B2F8

#E5B2F8
(229,178,248)
#E7B9F8
(231,185,248)
#E9C0F8
(233,192,248)
#EBC7F8
(235,199,248)
#EDCEF8
(237,206,248)
#EFD5F8
(239,213,248)
#F1DCF8
(241,220,248)
#F3E3F8
(243,227,248)
#F5EAF8
(245,234,248)
#F7F1F8
(247,241,248)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B2F8 color. Also use rgb(229,178,248) instead hex code.

Text Font Color

.myTextColor { color: #E5B2F8; }

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

This text font color is #E5B2F8.


Background Color

.myBgColor { background-color: #E5B2F8; }

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

This div background color is #E5B2F8.


Border color

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

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

This div border color is #E5B2F8.


Opacity

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

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

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

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

This text has shadow with #E5B2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B2F8 on black background.


Color preview on white background

This text has color #E5B2F8 on white background.



Black color preview on #E5B2F8 background

This text has black color on #E5B2F8 background.


White color preview on #E5B2F8 background

This text has white color on #E5B2F8 background.