COLOR #E8C1F2

HEX: #E8C1F2
RGB: (232,193,242)

Color info

#E8C1F2 contains red, green and blue colors in about the same proportion. Web safe color of #E8C1F2 is #FFCCFF (or #FCF).

RGB color model

#E8C1F2 color RGB value is (232,193,242).

  • red value is 232;
  • green value is 193;
  • blue value is 242.
RGB: (232,193,242) (91%,76%,95%)

RGB channels and saturation

R 232 of 255 = 91%
G 193 of 255 = 76%
B 242 of 255 = 95%

232
193
242

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

Portions of RGB colors in percentages

R + G + B =
232 + 193 + 242 = 667 (100%)
R 232 of 667 ~ 34.78%
G 193 of 667 ~ 28.94%
B 242 of 667 ~ 36.28%

%34.78
%28.94
%36.28

CMYK color model

#E8C1F2 color CMYK value is (4,20,0,5).

  • cyan value is 4.13%
  • magenta value is 20.25%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (4,20,0,5) C4M20Y0K5 (4%,20%,0%,5%) (0.04/0.20/0.00/0.05)

CMYK percentages

%4.13
%20.25
%0
%5.1

Codes

Color #E8C1F2 in popluar color models

E8C1F2
RGB232193242
HSL288°65.33%85.29%
HSB/HSV288°20.25%94.90%
CMYK4.13%20.25%0.00%
5.10%

Color #E8C1F2 in popluar number systems.

HEXE8C1F2
Decimal232193242
Binary111010001100000111110010
Octal350301362

Shades and tints

Shades of #E8C1F2

#E8C1F2
(232,193,242)
#D3B0DC
(211,176,220)
#BE9FC6
(190,159,198)
#A98EB0
(169,142,176)
#947D9A
(148,125,154)
#7F6C84
(127,108,132)
#6A5B6E
(106,91,110)
#554A58
(85,74,88)
#403942
(64,57,66)
#2B282C
(43,40,44)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #E8C1F2

#E8C1F2
(232,193,242)
#EAC6F3
(234,198,243)
#ECCBF4
(236,203,244)
#EED0F5
(238,208,245)
#F0D5F6
(240,213,246)
#F2DAF7
(242,218,247)
#F4DFF8
(244,223,248)
#F6E4F9
(246,228,249)
#F8E9FA
(248,233,250)
#FAEEFB
(250,238,251)
#FCF3FC
(252,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C1F2 color. Also use rgb(232,193,242) instead hex code.

Text Font Color

.myTextColor { color: #E8C1F2; }

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

This text font color is #E8C1F2.


Background Color

.myBgColor { background-color: #E8C1F2; }

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

This div background color is #E8C1F2.


Border color

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

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

This div border color is #E8C1F2.


Opacity

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

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

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

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

This text has shadow with #E8C1F2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E8C1F2 on black background.


Color preview on white background

This text has color #E8C1F2 on white background.



Black color preview on #E8C1F2 background

This text has black color on #E8C1F2 background.


White color preview on #E8C1F2 background

This text has white color on #E8C1F2 background.