COLOR #E2B3FD

HEX: #E2B3FD
RGB: (226,179,253)

Color info

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

RGB color model

#E2B3FD color RGB value is (226,179,253).

  • red value is 226;
  • green value is 179;
  • blue value is 253.
RGB:
(226,179,253)
(89%,70%,99%)

RGB channels and saturation

R 226 of 255 = 89%
G 179 of 255 = 70%
B 253 of 255 = 99%

226
179
253

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

Portions of RGB colors in percentages

R + G + B =
226 + 179 + 253 = 658 (100%)
R 226 of 658 ~ 34.35%
G 179 of 658 ~ 27.2%
B 253 of 658 ~ 38.45%

%34.35
%27.2
%38.45

CMYK color model

#E2B3FD color CMYK value is (11,29,0,1).

  • cyan value is 10.67%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,29,0,1)
C11M29Y0K1 
(11%,29%,0%,1%)
(0.11/0.29/0.00/0.01)	

CMYK percentages

%10.67
%29.25
%0
%0.78

Codes

Color #E2B3FD in popluar color models

E2B3FD
RGB226179253
HSL278°94.87%84.71%
HSB/HSV278°29.25%99.22%
CMYK10.67%29.25%0.00%
0.78%

Color #E2B3FD in popluar number systems.

HEXE2B3FD
Decimal226179253
Binary111000101011001111111101
Octal342263375

Shades and tints

Shades of #E2B3FD

#E2B3FD
(226,179,253)
#CEA3E6
(206,163,230)
#BA93CF
(186,147,207)
#A683B8
(166,131,184)
#9273A1
(146,115,161)
#7E638A
(126,99,138)
#6A5373
(106,83,115)
#56435C
(86,67,92)
#423345
(66,51,69)
#2E232E
(46,35,46)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #E2B3FD

#E2B3FD
(226,179,253)
#E4B9FD
(228,185,253)
#E6BFFD
(230,191,253)
#E8C5FD
(232,197,253)
#EACBFD
(234,203,253)
#ECD1FD
(236,209,253)
#EED7FD
(238,215,253)
#F0DDFD
(240,221,253)
#F2E3FD
(242,227,253)
#F4E9FD
(244,233,253)
#F6EFFD
(246,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B3FD color. Also use rgb(226,179,253) instead hex code.

Text Font Color

.myTextColor { color: #E2B3FD; }

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

This text font color is #E2B3FD.


Background Color

.myBgColor { background-color: #E2B3FD; }

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

This div background color is #E2B3FD.


Border color

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

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

This div border color is #E2B3FD.


Opacity

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

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

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

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

This text has shadow with #E2B3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B3FD on black background.


Color preview on white background

This text has color #E2B3FD on white background.



Black color preview on #E2B3FD background

This text has black color on #E2B3FD background.


White color preview on #E2B3FD background

This text has white color on #E2B3FD background.