COLOR #E093FE

HEX: #E093FE
RGB: (224,147,254)

Color info

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

RGB color model

#E093FE color RGB value is (224,147,254).

  • red value is 224;
  • green value is 147;
  • blue value is 254.
RGB:
(224,147,254)
(88%,58%,100%)

RGB channels and saturation

R 224 of 255 = 88%
G 147 of 255 = 58%
B 254 of 255 = 100%

224
147
254

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

Portions of RGB colors in percentages

R + G + B =
224 + 147 + 254 = 625 (100%)
R 224 of 625 ~ 35.84%
G 147 of 625 ~ 23.52%
B 254 of 625 ~ 40.64%

%35.84
%23.52
%40.64

CMYK color model

#E093FE color CMYK value is (12,42,0,0).

  • cyan value is 11.81%
  • magenta value is 42.13%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(12,42,0,0)
C12M42Y0K0 
(12%,42%,0%,0%)
(0.12/0.42/0.00/0.00)	

CMYK percentages

%11.81
%42.13
%0
%0.39

Codes

Color #E093FE in popluar color models

E093FE
RGB224147254
HSL283°98.17%78.63%
HSB/HSV283°42.13%99.61%
CMYK11.81%42.13%0.00%
0.39%

Color #E093FE in popluar number systems.

HEXE093FE
Decimal224147254
Binary111000001001001111111110
Octal340223376

Shades and tints

Shades of #E093FE

#E093FE
(224,147,254)
#CC86E7
(204,134,231)
#B879D0
(184,121,208)
#A46CB9
(164,108,185)
#905FA2
(144,95,162)
#7C528B
(124,82,139)
#684574
(104,69,116)
#54385D
(84,56,93)
#402B46
(64,43,70)
#2C1E2F
(44,30,47)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #E093FE

#E093FE
(224,147,254)
#E29CFE
(226,156,254)
#E4A5FE
(228,165,254)
#E6AEFE
(230,174,254)
#E8B7FE
(232,183,254)
#EAC0FE
(234,192,254)
#ECC9FE
(236,201,254)
#EED2FE
(238,210,254)
#F0DBFE
(240,219,254)
#F2E4FE
(242,228,254)
#F4EDFE
(244,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E093FE color. Also use rgb(224,147,254) instead hex code.

Text Font Color

.myTextColor { color: #E093FE; }

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

This text font color is #E093FE.


Background Color

.myBgColor { background-color: #E093FE; }

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

This div background color is #E093FE.


Border color

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

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

This div border color is #E093FE.


Opacity

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

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

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

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

This text has shadow with #E093FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E093FE on black background.


Color preview on white background

This text has color #E093FE on white background.



Black color preview on #E093FE background

This text has black color on #E093FE background.


White color preview on #E093FE background

This text has white color on #E093FE background.