COLOR #E1B2F0

HEX: #E1B2F0 RGB: (225,178,240)

Color info

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

RGB color model

#E1B2F0 color RGB value is (225,178,240).

RGB: (225,178,240) (88%, 70%, 94%)

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 240 of 255 = 94%

225
178
240

R + G + B ~ 84%. #E1B2F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 178 + 240 = 643 (100%)
R 225 of 643 ~ 34.99%
G 178 of 643 ~ 27.68%
B 240 of 643 ~ 37.33'%

%34.99
%27.68
%37.33

CMYK color model

#E1B2F0 color CMYK value is (6,26,0,6).

  • cyan value is 6.25%
  • magenta value is 25.83%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (6,26,0,6)
C6M26Y0K6 (6%, 26%, 0%, 6%)
(0.06 / 0.26 / 0.00 / 0.06)

CMYK percentages

%6.25
%25.83
%0
%5.88

Codes

Color #E1B2F0 in popluar color models

E1 B2 F0
RGB 225 178 240
HSL 285° 67.39% 81.96%
HSB/HSV 285° 25.83% 94.12%
CMYK 6.25% 25.83% 0.00%
5.88%

Color #E1B2F0 in popluar number systems.

HEX E1 B2 F0
Decimal 225 178 240
Binary 11100001 10110010 11110000
Octal 341 262 360

Shades and tints

Shades of #E1B2F0

#E1B2F0
(225,178,240)
#CDA2DB
(205,162,219)
#B992C6
(185,146,198)
#A582B1
(165,130,177)
#91729C
(145,114,156)
#7D6287
(125,98,135)
#695272
(105,82,114)
#55425D
(85,66,93)
#413248
(65,50,72)
#2D2233
(45,34,51)
#19121E
(25,18,30)
#000000
(0,0,0)

Tints of #E1B2F0

#E1B2F0
(225,178,240)
#E3B9F1
(227,185,241)
#E5C0F2
(229,192,242)
#E7C7F3
(231,199,243)
#E9CEF4
(233,206,244)
#EBD5F5
(235,213,245)
#EDDCF6
(237,220,246)
#EFE3F7
(239,227,247)
#F1EAF8
(241,234,248)
#F3F1F9
(243,241,249)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B2F0 color. Also use rgb(225,178,240) instead hex code.

Text Font Color

.myTextColor { color: #E1B2F0; }

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

This text font color is #E1B2F0.

Background Color

.myBgColor { background-color: #E1B2F0; }

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

This div background color is #E1B2F0.

Border color

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

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

This div border color is #E1B2F0.

Opacity

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

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

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

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

This text has shadow with #E1B2F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B2F0.

Preview

Color preview on black background

This text has color #E1B2F0 on black background.


Color preview on white background

This text has color #E1B2F0 on white background.


Black color preview on #E1B2F0 background

This text has black color on #E1B2F0 background.


White color preview on #E1B2F0 background

This text has white color on #E1B2F0 background.


Related colors

Complementary color

Complementary color for #hex is #1E4D0F.


I love getcolorcode.com

Triadic colors

1 #F0E1B2 and #B2F0E1 with #E1B2F0 are triadic colors.

2 #F0B2E1 and #B2E1F0 with #E1B2F0 are triadic colors.