COLOR #E5B7FF

HEX: #E5B7FF RGB: (229,183,255)

Color info

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

RGB color model

#E5B7FF color RGB value is (229,183,255).

RGB: (229,183,255) (90%, 72%, 100%)

RGB channels and saturation

R 229 of 255 = 90%
G 183 of 255 = 72%
B 255 of 255 = 100%

229
183
255

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

Portions of RGB colors in percentages

R + G + B = 229 + 183 + 255 = 667 (100%)
R 229 of 667 ~ 34.33%
G 183 of 667 ~ 27.44%
B 255 of 667 ~ 38.23'%

%34.33
%27.44
%38.23

CMYK color model

#E5B7FF color CMYK value is (10,28,0,0).

  • cyan value is 10.20%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (10,28,0,0)
C10M28Y0K0 (10%, 28%, 0%, 0%)
(0.10 / 0.28 / 0.00 / 0.00)

CMYK percentages

%10.2
%28.24
%0
%0

Codes

Color #E5B7FF in popluar color models

E5 B7 FF
RGB 229 183 255
HSL 278° 100.00% 85.88%
HSB/HSV 278° 28.24% 100.00%
CMYK 10.20% 28.24% 0.00%
0.00%

Color #E5B7FF in popluar number systems.

HEX E5 B7 FF
Decimal 229 183 255
Binary 11100101 10110111 11111111
Octal 345 267 377

Shades and tints

Shades of #E5B7FF

#E5B7FF
(229,183,255)
#D1A7E8
(209,167,232)
#BD97D1
(189,151,209)
#A987BA
(169,135,186)
#9577A3
(149,119,163)
#81678C
(129,103,140)
#6D5775
(109,87,117)
#59475E
(89,71,94)
#453747
(69,55,71)
#312730
(49,39,48)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5B7FF

#E5B7FF
(229,183,255)
#E7BDFF
(231,189,255)
#E9C3FF
(233,195,255)
#EBC9FF
(235,201,255)
#EDCFFF
(237,207,255)
#EFD5FF
(239,213,255)
#F1DBFF
(241,219,255)
#F3E1FF
(243,225,255)
#F5E7FF
(245,231,255)
#F7EDFF
(247,237,255)
#F9F3FF
(249,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B7FF color. Also use rgb(229,183,255) instead hex code.

Text Font Color

.myTextColor { color: #E5B7FF; }

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

This text font color is #E5B7FF.

Background Color

.myBgColor { background-color: #E5B7FF; }

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

This div background color is #E5B7FF.

Border color

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

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

This div border color is #E5B7FF.

Opacity

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

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

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

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

This text has shadow with #E5B7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B7FF.

Preview

Color preview on black background

This text has color #E5B7FF on black background.


Color preview on white background

This text has color #E5B7FF on white background.


Black color preview on #E5B7FF background

This text has black color on #E5B7FF background.


White color preview on #E5B7FF background

This text has white color on #E5B7FF background.


Related colors

Complementary color

Complementary color for #hex is #1A4800.


I love getcolorcode.com

Triadic colors

1 #FFE5B7 and #B7FFE5 with #E5B7FF are triadic colors.

2 #FFB7E5 and #B7E5FF with #E5B7FF are triadic colors.