COLOR #E19EFC

HEX: #E19EFC
RGB: (225,158,252)

Color info

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

RGB color model

#E19EFC color RGB value is (225,158,252).

  • red value is 225;
  • green value is 158;
  • blue value is 252.
RGB:
(225,158,252)
(88%,62%,99%)

RGB channels and saturation

R 225 of 255 = 88%
G 158 of 255 = 62%
B 252 of 255 = 99%

225
158
252

R + G + B ~ 83%. #E19EFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 158 + 252 = 635 (100%)
R 225 of 635 ~ 35.43%
G 158 of 635 ~ 24.88%
B 252 of 635 ~ 39.69%

%35.43
%24.88
%39.69

CMYK color model

#E19EFC color CMYK value is (11,37,0,1).

  • cyan value is 10.71%
  • magenta value is 37.30%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(11,37,0,1)
C11M37Y0K1 
(11%,37%,0%,1%)
(0.11/0.37/0.00/0.01)	

CMYK percentages

%10.71
%37.3
%0
%1.18

Codes

Color #E19EFC in popluar color models

E19EFC
RGB225158252
HSL283°94.00%80.39%
HSB/HSV283°37.30%98.82%
CMYK10.71%37.30%0.00%
1.18%

Color #E19EFC in popluar number systems.

HEXE19EFC
Decimal225158252
Binary111000011001111011111100
Octal341236374

Shades and tints

Shades of #E19EFC

#E19EFC
(225,158,252)
#CD90E6
(205,144,230)
#B982D0
(185,130,208)
#A574BA
(165,116,186)
#9166A4
(145,102,164)
#7D588E
(125,88,142)
#694A78
(105,74,120)
#553C62
(85,60,98)
#412E4C
(65,46,76)
#2D2036
(45,32,54)
#191220
(25,18,32)
#000000
(0,0,0)

Tints of #E19EFC

#E19EFC
(225,158,252)
#E3A6FC
(227,166,252)
#E5AEFC
(229,174,252)
#E7B6FC
(231,182,252)
#E9BEFC
(233,190,252)
#EBC6FC
(235,198,252)
#EDCEFC
(237,206,252)
#EFD6FC
(239,214,252)
#F1DEFC
(241,222,252)
#F3E6FC
(243,230,252)
#F5EEFC
(245,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19EFC color. Also use rgb(225,158,252) instead hex code.

Text Font Color

.myTextColor { color: #E19EFC; }

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

This text font color is #E19EFC.


Background Color

.myBgColor { background-color: #E19EFC; }

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

This div background color is #E19EFC.


Border color

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

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

This div border color is #E19EFC.


Opacity

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

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

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

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

This text has shadow with #E19EFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19EFC on black background.


Color preview on white background

This text has color #E19EFC on white background.



Black color preview on #E19EFC background

This text has black color on #E19EFC background.


White color preview on #E19EFC background

This text has white color on #E19EFC background.