COLOR #E5B4FA

HEX: #E5B4FA RGB: (229,180,250)

Color info

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

RGB color model

#E5B4FA color RGB value is (229,180,250).

RGB: (229,180,250) (90%, 71%, 98%)

RGB channels and saturation

R 229 of 255 = 90%
G 180 of 255 = 71%
B 250 of 255 = 98%

229
180
250

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

Portions of RGB colors in percentages

R + G + B = 229 + 180 + 250 = 659 (100%)
R 229 of 659 ~ 34.75%
G 180 of 659 ~ 27.31%
B 250 of 659 ~ 37.94'%

%34.75
%27.31
%37.94

CMYK color model

#E5B4FA color CMYK value is (8,28,0,2).

  • cyan value is 8.40%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,28,0,2)
C8M28Y0K2 (8%, 28%, 0%, 2%)
(0.08 / 0.28 / 0.00 / 0.02)

CMYK percentages

%8.4
%28
%0
%1.96

Codes

Color #E5B4FA in popluar color models

E5 B4 FA
RGB 229 180 250
HSL 282° 87.50% 84.31%
HSB/HSV 282° 28.00% 98.04%
CMYK 8.40% 28.00% 0.00%
1.96%

Color #E5B4FA in popluar number systems.

HEX E5 B4 FA
Decimal 229 180 250
Binary 11100101 10110100 11111010
Octal 345 264 372

Shades and tints

Shades of #E5B4FA

#E5B4FA
(229,180,250)
#D1A4E4
(209,164,228)
#BD94CE
(189,148,206)
#A984B8
(169,132,184)
#9574A2
(149,116,162)
#81648C
(129,100,140)
#6D5476
(109,84,118)
#594460
(89,68,96)
#45344A
(69,52,74)
#312434
(49,36,52)
#1D141E
(29,20,30)
#000000
(0,0,0)

Tints of #E5B4FA

#E5B4FA
(229,180,250)
#E7BAFA
(231,186,250)
#E9C0FA
(233,192,250)
#EBC6FA
(235,198,250)
#EDCCFA
(237,204,250)
#EFD2FA
(239,210,250)
#F1D8FA
(241,216,250)
#F3DEFA
(243,222,250)
#F5E4FA
(245,228,250)
#F7EAFA
(247,234,250)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B4FA color. Also use rgb(229,180,250) instead hex code.

Text Font Color

.myTextColor { color: #E5B4FA; }

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

This text font color is #E5B4FA.

Background Color

.myBgColor { background-color: #E5B4FA; }

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

This div background color is #E5B4FA.

Border color

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

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

This div border color is #E5B4FA.

Opacity

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

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

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

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

This text has shadow with #E5B4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B4FA.

Preview

Color preview on black background

This text has color #E5B4FA on black background.


Color preview on white background

This text has color #E5B4FA on white background.


Black color preview on #E5B4FA background

This text has black color on #E5B4FA background.


White color preview on #E5B4FA background

This text has white color on #E5B4FA background.


Related colors

Complementary color

Complementary color for #hex is #1A4B05.


I love getcolorcode.com

Triadic colors

1 #FAE5B4 and #B4FAE5 with #E5B4FA are triadic colors.

2 #FAB4E5 and #B4E5FA with #E5B4FA are triadic colors.