COLOR #E493FC

HEX: #E493FC RGB: (228,147,252)

Color info

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

RGB color model

#E493FC color RGB value is (228,147,252).

RGB: (228,147,252) (89%, 58%, 99%)

RGB channels and saturation

R 228 of 255 = 89%
G 147 of 255 = 58%
B 252 of 255 = 99%

228
147
252

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

Portions of RGB colors in percentages

R + G + B = 228 + 147 + 252 = 627 (100%)
R 228 of 627 ~ 36.36%
G 147 of 627 ~ 23.44%
B 252 of 627 ~ 40.19'%

%36.36
%23.44
%40.19

CMYK color model

#E493FC color CMYK value is (10,42,0,1).

  • cyan value is 9.52%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (10,42,0,1) C10M42Y0K1 (10%,42%,0%,1%) (0.10/0.42/0.00/0.01) 

CMYK percentages

%9.52
%41.67
%0
%1.18

Codes

Color #E493FC in popluar color models

E4 93 FC
RGB 228 147 252
HSL 286° 94.59% 78.24%
HSB/HSV 286° 41.67% 98.82%
CMYK 9.52% 41.67% 0.00%
1.18%

Color #E493FC in popluar number systems.

HEX E4 93 FC
Decimal 228 147 252
Binary 11100100 10010011 11111100
Octal 344 223 374

Shades and tints

Shades of #E493FC

#E493FC
(228,147,252)
#D086E6
(208,134,230)
#BC79D0
(188,121,208)
#A86CBA
(168,108,186)
#945FA4
(148,95,164)
#80528E
(128,82,142)
#6C4578
(108,69,120)
#583862
(88,56,98)
#442B4C
(68,43,76)
#301E36
(48,30,54)
#1C1120
(28,17,32)
#000000
(0,0,0)

Tints of #E493FC

#E493FC
(228,147,252)
#E69CFC
(230,156,252)
#E8A5FC
(232,165,252)
#EAAEFC
(234,174,252)
#ECB7FC
(236,183,252)
#EEC0FC
(238,192,252)
#F0C9FC
(240,201,252)
#F2D2FC
(242,210,252)
#F4DBFC
(244,219,252)
#F6E4FC
(246,228,252)
#F8EDFC
(248,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E493FC color. Also use rgb(228,147,252) instead hex code.

Text Font Color

.myTextColor { color: #E493FC; }

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

This text font color is #E493FC.

Background Color

.myBgColor { background-color: #E493FC; }

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

This div background color is #E493FC.

Border color

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

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

This div border color is #E493FC.

Opacity

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

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

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

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

This text has shadow with #E493FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E493FC.

Preview

Color preview on black background

This text has color #E493FC on black background.


Color preview on white background

This text has color #E493FC on white background.


Black color preview on #E493FC background

This text has black color on #E493FC background.


White color preview on #E493FC background

This text has white color on #E493FC background.


Related colors

Complementary color

Complementary color for #hex is #1B6C03.


I love getcolorcode.com

Triadic colors

1 #FCE493 and #93FCE4 with #E493FC are triadic colors.

2 #FC93E4 and #93E4FC with #E493FC are triadic colors.