COLOR #E4B4FF

HEX: #E4B4FF
RGB: (228,180,255)

Color info

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

RGB color model

#E4B4FF color RGB value is (228,180,255).

  • red value is 228;
  • green value is 180;
  • blue value is 255.
RGB:
(228,180,255)
(89%,71%,100%)

RGB channels and saturation

R 228 of 255 = 89%
G 180 of 255 = 71%
B 255 of 255 = 100%

228
180
255

R + G + B ~ 87%. #E4B4FF is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 180 + 255 = 663 (100%)
R 228 of 663 ~ 34.39%
G 180 of 663 ~ 27.15%
B 255 of 663 ~ 38.46%

%34.39
%27.15
%38.46

CMYK color model

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

  • cyan value is 10.59%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(11,29,0,0)
C11M29Y0K0 
(11%,29%,0%,0%)
(0.11/0.29/0.00/0.00)	

CMYK percentages

%10.59
%29.41
%0
%0

Codes

Color #E4B4FF in popluar color models

E4B4FF
RGB228180255
HSL278°100.00%85.29%
HSB/HSV278°29.41%100.00%
CMYK10.59%29.41%0.00%
0.00%

Color #E4B4FF in popluar number systems.

HEXE4B4FF
Decimal228180255
Binary111001001011010011111111
Octal344264377

Shades and tints

Shades of #E4B4FF

#E4B4FF
(228,180,255)
#D0A4E8
(208,164,232)
#BC94D1
(188,148,209)
#A884BA
(168,132,186)
#9474A3
(148,116,163)
#80648C
(128,100,140)
#6C5475
(108,84,117)
#58445E
(88,68,94)
#443447
(68,52,71)
#302430
(48,36,48)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #E4B4FF

#E4B4FF
(228,180,255)
#E6BAFF
(230,186,255)
#E8C0FF
(232,192,255)
#EAC6FF
(234,198,255)
#ECCCFF
(236,204,255)
#EED2FF
(238,210,255)
#F0D8FF
(240,216,255)
#F2DEFF
(242,222,255)
#F4E4FF
(244,228,255)
#F6EAFF
(246,234,255)
#F8F0FF
(248,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B4FF color. Also use rgb(228,180,255) instead hex code.

Text Font Color

.myTextColor { color: #E4B4FF; }

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

This text font color is #E4B4FF.


Background Color

.myBgColor { background-color: #E4B4FF; }

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

This div background color is #E4B4FF.


Border color

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

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

This div border color is #E4B4FF.


Opacity

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

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

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

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

This text has shadow with #E4B4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B4FF on black background.


Color preview on white background

This text has color #E4B4FF on white background.



Black color preview on #E4B4FF background

This text has black color on #E4B4FF background.


White color preview on #E4B4FF background

This text has white color on #E4B4FF background.