COLOR #E0B1F5

HEX: #E0B1F5
RGB: (224,177,245)

Color info

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

RGB color model

#E0B1F5 color RGB value is (224,177,245).

  • red value is 224;
  • green value is 177;
  • blue value is 245.
RGB:
(224,177,245)
(88%,69%,96%)

RGB channels and saturation

R 224 of 255 = 88%
G 177 of 255 = 69%
B 245 of 255 = 96%

224
177
245

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

Portions of RGB colors in percentages

R + G + B =
224 + 177 + 245 = 646 (100%)
R 224 of 646 ~ 34.67%
G 177 of 646 ~ 27.4%
B 245 of 646 ~ 37.93%

%34.67
%27.4
%37.93

CMYK color model

#E0B1F5 color CMYK value is (9,28,0,4).

  • cyan value is 8.57%
  • magenta value is 27.76%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(9,28,0,4)
C9M28Y0K4 
(9%,28%,0%,4%)
(0.09/0.28/0.00/0.04)	

CMYK percentages

%8.57
%27.76
%0
%3.92

Codes

Color #E0B1F5 in popluar color models

E0B1F5
RGB224177245
HSL281°77.27%82.75%
HSB/HSV281°27.76%96.08%
CMYK8.57%27.76%0.00%
3.92%

Color #E0B1F5 in popluar number systems.

HEXE0B1F5
Decimal224177245
Binary111000001011000111110101
Octal340261365

Shades and tints

Shades of #E0B1F5

#E0B1F5
(224,177,245)
#CCA1DF
(204,161,223)
#B891C9
(184,145,201)
#A481B3
(164,129,179)
#90719D
(144,113,157)
#7C6187
(124,97,135)
#685171
(104,81,113)
#54415B
(84,65,91)
#403145
(64,49,69)
#2C212F
(44,33,47)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #E0B1F5

#E0B1F5
(224,177,245)
#E2B8F5
(226,184,245)
#E4BFF5
(228,191,245)
#E6C6F5
(230,198,245)
#E8CDF5
(232,205,245)
#EAD4F5
(234,212,245)
#ECDBF5
(236,219,245)
#EEE2F5
(238,226,245)
#F0E9F5
(240,233,245)
#F2F0F5
(242,240,245)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B1F5 color. Also use rgb(224,177,245) instead hex code.

Text Font Color

.myTextColor { color: #E0B1F5; }

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

This text font color is #E0B1F5.


Background Color

.myBgColor { background-color: #E0B1F5; }

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

This div background color is #E0B1F5.


Border color

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

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

This div border color is #E0B1F5.


Opacity

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

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

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

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

This text has shadow with #E0B1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B1F5 on black background.


Color preview on white background

This text has color #E0B1F5 on white background.



Black color preview on #E0B1F5 background

This text has black color on #E0B1F5 background.


White color preview on #E0B1F5 background

This text has white color on #E0B1F5 background.