COLOR #E2B4F8

HEX: #E2B4F8
RGB: (226,180,248)

Color info

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

RGB color model

#E2B4F8 color RGB value is (226,180,248).

  • red value is 226;
  • green value is 180;
  • blue value is 248.
RGB:
(226,180,248)
(89%,71%,97%)

RGB channels and saturation

R 226 of 255 = 89%
G 180 of 255 = 71%
B 248 of 255 = 97%

226
180
248

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

Portions of RGB colors in percentages

R + G + B =
226 + 180 + 248 = 654 (100%)
R 226 of 654 ~ 34.56%
G 180 of 654 ~ 27.52%
B 248 of 654 ~ 37.92%

%34.56
%27.52
%37.92

CMYK color model

#E2B4F8 color CMYK value is (9,27,0,3).

  • cyan value is 8.87%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(9,27,0,3)
C9M27Y0K3 
(9%,27%,0%,3%)
(0.09/0.27/0.00/0.03)	

CMYK percentages

%8.87
%27.42
%0
%2.75

Codes

Color #E2B4F8 in popluar color models

E2B4F8
RGB226180248
HSL281°82.93%83.92%
HSB/HSV281°27.42%97.25%
CMYK8.87%27.42%0.00%
2.75%

Color #E2B4F8 in popluar number systems.

HEXE2B4F8
Decimal226180248
Binary111000101011010011111000
Octal342264370

Shades and tints

Shades of #E2B4F8

#E2B4F8
(226,180,248)
#CEA4E2
(206,164,226)
#BA94CC
(186,148,204)
#A684B6
(166,132,182)
#9274A0
(146,116,160)
#7E648A
(126,100,138)
#6A5474
(106,84,116)
#56445E
(86,68,94)
#423448
(66,52,72)
#2E2432
(46,36,50)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #E2B4F8

#E2B4F8
(226,180,248)
#E4BAF8
(228,186,248)
#E6C0F8
(230,192,248)
#E8C6F8
(232,198,248)
#EACCF8
(234,204,248)
#ECD2F8
(236,210,248)
#EED8F8
(238,216,248)
#F0DEF8
(240,222,248)
#F2E4F8
(242,228,248)
#F4EAF8
(244,234,248)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B4F8 color. Also use rgb(226,180,248) instead hex code.

Text Font Color

.myTextColor { color: #E2B4F8; }

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

This text font color is #E2B4F8.


Background Color

.myBgColor { background-color: #E2B4F8; }

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

This div background color is #E2B4F8.


Border color

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

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

This div border color is #E2B4F8.


Opacity

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

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

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

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

This text has shadow with #E2B4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B4F8 on black background.


Color preview on white background

This text has color #E2B4F8 on white background.



Black color preview on #E2B4F8 background

This text has black color on #E2B4F8 background.


White color preview on #E2B4F8 background

This text has white color on #E2B4F8 background.