COLOR #E394FB

HEX: #E394FB
RGB: (227,148,251)

Color info

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

RGB color model

#E394FB color RGB value is (227,148,251).

  • red value is 227;
  • green value is 148;
  • blue value is 251.
RGB:
(227,148,251)
(89%,58%,98%)

RGB channels and saturation

R 227 of 255 = 89%
G 148 of 255 = 58%
B 251 of 255 = 98%

227
148
251

R + G + B ~ 82%. #E394FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 148 + 251 = 626 (100%)
R 227 of 626 ~ 36.26%
G 148 of 626 ~ 23.64%
B 251 of 626 ~ 40.1%

%36.26
%23.64
%40.1

CMYK color model

#E394FB color CMYK value is (10,41,0,2).

  • cyan value is 9.56%
  • magenta value is 41.04%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(10,41,0,2)
C10M41Y0K2 
(10%,41%,0%,2%)
(0.10/0.41/0.00/0.02)	

CMYK percentages

%9.56
%41.04
%0
%1.57

Codes

Color #E394FB in popluar color models

E394FB
RGB227148251
HSL286°92.79%78.24%
HSB/HSV286°41.04%98.43%
CMYK9.56%41.04%0.00%
1.57%

Color #E394FB in popluar number systems.

HEXE394FB
Decimal227148251
Binary111000111001010011111011
Octal343224373

Shades and tints

Shades of #E394FB

#E394FB
(227,148,251)
#CF87E5
(207,135,229)
#BB7ACF
(187,122,207)
#A76DB9
(167,109,185)
#9360A3
(147,96,163)
#7F538D
(127,83,141)
#6B4677
(107,70,119)
#573961
(87,57,97)
#432C4B
(67,44,75)
#2F1F35
(47,31,53)
#1B121F
(27,18,31)
#000000
(0,0,0)

Tints of #E394FB

#E394FB
(227,148,251)
#E59DFB
(229,157,251)
#E7A6FB
(231,166,251)
#E9AFFB
(233,175,251)
#EBB8FB
(235,184,251)
#EDC1FB
(237,193,251)
#EFCAFB
(239,202,251)
#F1D3FB
(241,211,251)
#F3DCFB
(243,220,251)
#F5E5FB
(245,229,251)
#F7EEFB
(247,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E394FB color. Also use rgb(227,148,251) instead hex code.

Text Font Color

.myTextColor { color: #E394FB; }

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

This text font color is #E394FB.


Background Color

.myBgColor { background-color: #E394FB; }

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

This div background color is #E394FB.


Border color

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

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

This div border color is #E394FB.


Opacity

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

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

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

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

This text has shadow with #E394FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E394FB on black background.


Color preview on white background

This text has color #E394FB on white background.



Black color preview on #E394FB background

This text has black color on #E394FB background.


White color preview on #E394FB background

This text has white color on #E394FB background.