COLOR #E1B4EF

HEX: #E1B4EF RGB: (225,180,239)

Color info

#E1B4EF contains red, green and blue colors in about the same proportion. Web safe color of #E1B4EF is #CCCCFF (or #CCF).

RGB color model

#E1B4EF color RGB value is (225,180,239).

RGB: (225,180,239) (88%, 71%, 94%)

RGB channels and saturation

R 225 of 255 = 88%
G 180 of 255 = 71%
B 239 of 255 = 94%

225
180
239

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

Portions of RGB colors in percentages

R + G + B = 225 + 180 + 239 = 644 (100%)
R 225 of 644 ~ 34.94%
G 180 of 644 ~ 27.95%
B 239 of 644 ~ 37.11'%

%34.94
%27.95
%37.11

CMYK color model

#E1B4EF color CMYK value is (6,25,0,6).

  • cyan value is 5.86%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (6,25,0,6)
C6M25Y0K6 (6%, 25%, 0%, 6%)
(0.06 / 0.25 / 0.00 / 0.06)

CMYK percentages

%5.86
%24.69
%0
%6.27

Codes

Color #E1B4EF in popluar color models

E1 B4 EF
RGB 225 180 239
HSL 286° 64.84% 82.16%
HSB/HSV 286° 24.69% 93.73%
CMYK 5.86% 24.69% 0.00%
6.27%

Color #E1B4EF in popluar number systems.

HEX E1 B4 EF
Decimal 225 180 239
Binary 11100001 10110100 11101111
Octal 341 264 357

Shades and tints

Shades of #E1B4EF

#E1B4EF
(225,180,239)
#CDA4DA
(205,164,218)
#B994C5
(185,148,197)
#A584B0
(165,132,176)
#91749B
(145,116,155)
#7D6486
(125,100,134)
#695471
(105,84,113)
#55445C
(85,68,92)
#413447
(65,52,71)
#2D2432
(45,36,50)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #E1B4EF

#E1B4EF
(225,180,239)
#E3BAF0
(227,186,240)
#E5C0F1
(229,192,241)
#E7C6F2
(231,198,242)
#E9CCF3
(233,204,243)
#EBD2F4
(235,210,244)
#EDD8F5
(237,216,245)
#EFDEF6
(239,222,246)
#F1E4F7
(241,228,247)
#F3EAF8
(243,234,248)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B4EF color. Also use rgb(225,180,239) instead hex code.

Text Font Color

.myTextColor { color: #E1B4EF; }

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

This text font color is #E1B4EF.

Background Color

.myBgColor { background-color: #E1B4EF; }

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

This div background color is #E1B4EF.

Border color

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

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

This div border color is #E1B4EF.

Opacity

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

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

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

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

This text has shadow with #E1B4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B4EF.

Preview

Color preview on black background

This text has color #E1B4EF on black background.


Color preview on white background

This text has color #E1B4EF on white background.


Black color preview on #E1B4EF background

This text has black color on #E1B4EF background.


White color preview on #E1B4EF background

This text has white color on #E1B4EF background.


Related colors

Complementary color

Complementary color for #hex is #1E4B10.


I love getcolorcode.com

Triadic colors

1 #EFE1B4 and #B4EFE1 with #E1B4EF are triadic colors.

2 #EFB4E1 and #B4E1EF with #E1B4EF are triadic colors.