COLOR #E4B6FA

HEX: #E4B6FA
RGB: (228,182,250)

Color info

#E4B6FA contains mainly red and blue colors. Web safe color of #E4B6FA is #CCCCFF (or #CCF).

RGB color model

#E4B6FA color RGB value is (228,182,250).

  • red value is 228;
  • green value is 182;
  • blue value is 250.
RGB:
(228,182,250)
(89%,71%,98%)

RGB channels and saturation

R 228 of 255 = 89%
G 182 of 255 = 71%
B 250 of 255 = 98%

228
182
250

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

Portions of RGB colors in percentages

R + G + B =
228 + 182 + 250 = 660 (100%)
R 228 of 660 ~ 34.55%
G 182 of 660 ~ 27.58%
B 250 of 660 ~ 37.88%

%34.55
%27.58
%37.88

CMYK color model

#E4B6FA color CMYK value is (9,27,0,2).

  • cyan value is 8.80%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,27,0,2)
C9M27Y0K2 
(9%,27%,0%,2%)
(0.09/0.27/0.00/0.02)	

CMYK percentages

%8.8
%27.2
%0
%1.96

Codes

Color #E4B6FA in popluar color models

E4B6FA
RGB228182250
HSL281°87.18%84.71%
HSB/HSV281°27.20%98.04%
CMYK8.80%27.20%0.00%
1.96%

Color #E4B6FA in popluar number systems.

HEXE4B6FA
Decimal228182250
Binary111001001011011011111010
Octal344266372

Shades and tints

Shades of #E4B6FA

#E4B6FA
(228,182,250)
#D0A6E4
(208,166,228)
#BC96CE
(188,150,206)
#A886B8
(168,134,184)
#9476A2
(148,118,162)
#80668C
(128,102,140)
#6C5676
(108,86,118)
#584660
(88,70,96)
#44364A
(68,54,74)
#302634
(48,38,52)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #E4B6FA

#E4B6FA
(228,182,250)
#E6BCFA
(230,188,250)
#E8C2FA
(232,194,250)
#EAC8FA
(234,200,250)
#ECCEFA
(236,206,250)
#EED4FA
(238,212,250)
#F0DAFA
(240,218,250)
#F2E0FA
(242,224,250)
#F4E6FA
(244,230,250)
#F6ECFA
(246,236,250)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B6FA color. Also use rgb(228,182,250) instead hex code.

Text Font Color

.myTextColor { color: #E4B6FA; }

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

This text font color is #E4B6FA.


Background Color

.myBgColor { background-color: #E4B6FA; }

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

This div background color is #E4B6FA.


Border color

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

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

This div border color is #E4B6FA.


Opacity

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

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

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

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

This text has shadow with #E4B6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B6FA on black background.


Color preview on white background

This text has color #E4B6FA on white background.



Black color preview on #E4B6FA background

This text has black color on #E4B6FA background.


White color preview on #E4B6FA background

This text has white color on #E4B6FA background.