COLOR #E1B9FF

HEX: #E1B9FF RGB: (225,185,255)

Color info

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

RGB color model

#E1B9FF color RGB value is (225,185,255).

RGB: (225,185,255) (88%, 73%, 100%)

RGB channels and saturation

R 225 of 255 = 88%
G 185 of 255 = 73%
B 255 of 255 = 100%

225
185
255

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

Portions of RGB colors in percentages

R + G + B = 225 + 185 + 255 = 665 (100%)
R 225 of 665 ~ 33.83%
G 185 of 665 ~ 27.82%
B 255 of 665 ~ 38.35'%

%33.83
%27.82
%38.35

CMYK color model

#E1B9FF color CMYK value is (12,27,0,0).

  • cyan value is 11.76%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (12,27,0,0)
C12M27Y0K0 (12%, 27%, 0%, 0%)
(0.12 / 0.27 / 0.00 / 0.00)

CMYK percentages

%11.76
%27.45
%0
%0

Codes

Color #E1B9FF in popluar color models

E1 B9 FF
RGB 225 185 255
HSL 274° 100.00% 86.27%
HSB/HSV 274° 27.45% 100.00%
CMYK 11.76% 27.45% 0.00%
0.00%

Color #E1B9FF in popluar number systems.

HEX E1 B9 FF
Decimal 225 185 255
Binary 11100001 10111001 11111111
Octal 341 271 377

Shades and tints

Shades of #E1B9FF

#E1B9FF
(225,185,255)
#CDA9E8
(205,169,232)
#B999D1
(185,153,209)
#A589BA
(165,137,186)
#9179A3
(145,121,163)
#7D698C
(125,105,140)
#695975
(105,89,117)
#55495E
(85,73,94)
#413947
(65,57,71)
#2D2930
(45,41,48)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #E1B9FF

#E1B9FF
(225,185,255)
#E3BFFF
(227,191,255)
#E5C5FF
(229,197,255)
#E7CBFF
(231,203,255)
#E9D1FF
(233,209,255)
#EBD7FF
(235,215,255)
#EDDDFF
(237,221,255)
#EFE3FF
(239,227,255)
#F1E9FF
(241,233,255)
#F3EFFF
(243,239,255)
#F5F5FF
(245,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B9FF color. Also use rgb(225,185,255) instead hex code.

Text Font Color

.myTextColor { color: #E1B9FF; }

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

This text font color is #E1B9FF.

Background Color

.myBgColor { background-color: #E1B9FF; }

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

This div background color is #E1B9FF.

Border color

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

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

This div border color is #E1B9FF.

Opacity

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

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

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

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

This text has shadow with #E1B9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B9FF.

Preview

Color preview on black background

This text has color #E1B9FF on black background.


Color preview on white background

This text has color #E1B9FF on white background.


Black color preview on #E1B9FF background

This text has black color on #E1B9FF background.


White color preview on #E1B9FF background

This text has white color on #E1B9FF background.


Related colors

Complementary color

Complementary color for #hex is #1E4600.


I love getcolorcode.com

Triadic colors

1 #FFE1B9 and #B9FFE1 with #E1B9FF are triadic colors.

2 #FFB9E1 and #B9E1FF with #E1B9FF are triadic colors.