COLOR #E2B2F6

HEX: #E2B2F6 RGB: (226,178,246)

Color info

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

RGB color model

#E2B2F6 color RGB value is (226,178,246).

RGB: (226,178,246) (89%, 70%, 96%)

RGB channels and saturation

R 226 of 255 = 89%
G 178 of 255 = 70%
B 246 of 255 = 96%

226
178
246

R + G + B ~ 85%. #E2B2F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 178 + 246 = 650 (100%)
R 226 of 650 ~ 34.77%
G 178 of 650 ~ 27.38%
B 246 of 650 ~ 37.85'%

%34.77
%27.38
%37.85

CMYK color model

#E2B2F6 color CMYK value is (8,28,0,4).

  • cyan value is 8.13%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (8,28,0,4)
C8M28Y0K4 (8%, 28%, 0%, 4%)
(0.08 / 0.28 / 0.00 / 0.04)

CMYK percentages

%8.13
%27.64
%0
%3.53

Codes

Color #E2B2F6 in popluar color models

E2 B2 F6
RGB 226 178 246
HSL 282° 79.07% 83.14%
HSB/HSV 282° 27.64% 96.47%
CMYK 8.13% 27.64% 0.00%
3.53%

Color #E2B2F6 in popluar number systems.

HEX E2 B2 F6
Decimal 226 178 246
Binary 11100010 10110010 11110110
Octal 342 262 366

Shades and tints

Shades of #E2B2F6

#E2B2F6
(226,178,246)
#CEA2E0
(206,162,224)
#BA92CA
(186,146,202)
#A682B4
(166,130,180)
#92729E
(146,114,158)
#7E6288
(126,98,136)
#6A5272
(106,82,114)
#56425C
(86,66,92)
#423246
(66,50,70)
#2E2230
(46,34,48)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #E2B2F6

#E2B2F6
(226,178,246)
#E4B9F6
(228,185,246)
#E6C0F6
(230,192,246)
#E8C7F6
(232,199,246)
#EACEF6
(234,206,246)
#ECD5F6
(236,213,246)
#EEDCF6
(238,220,246)
#F0E3F6
(240,227,246)
#F2EAF6
(242,234,246)
#F4F1F6
(244,241,246)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B2F6 color. Also use rgb(226,178,246) instead hex code.

Text Font Color

.myTextColor { color: #E2B2F6; }

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

This text font color is #E2B2F6.

Background Color

.myBgColor { background-color: #E2B2F6; }

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

This div background color is #E2B2F6.

Border color

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

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

This div border color is #E2B2F6.

Opacity

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

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

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

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

This text has shadow with #E2B2F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B2F6.

Preview

Color preview on black background

This text has color #E2B2F6 on black background.


Color preview on white background

This text has color #E2B2F6 on white background.


Black color preview on #E2B2F6 background

This text has black color on #E2B2F6 background.


White color preview on #E2B2F6 background

This text has white color on #E2B2F6 background.


Related colors

Complementary color

Complementary color for #hex is #1D4D09.


I love getcolorcode.com

Triadic colors

1 #F6E2B2 and #B2F6E2 with #E2B2F6 are triadic colors.

2 #F6B2E2 and #B2E2F6 with #E2B2F6 are triadic colors.