COLOR #E094F3

HEX: #E094F3
RGB: (224,148,243)

Color info

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

RGB color model

#E094F3 color RGB value is (224,148,243).

  • red value is 224;
  • green value is 148;
  • blue value is 243.
RGB:
(224,148,243)
(88%,58%,95%)

RGB channels and saturation

R 224 of 255 = 88%
G 148 of 255 = 58%
B 243 of 255 = 95%

224
148
243

R + G + B ~ 80%. #E094F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 148 + 243 = 615 (100%)
R 224 of 615 ~ 36.42%
G 148 of 615 ~ 24.07%
B 243 of 615 ~ 39.51%

%36.42
%24.07
%39.51

CMYK color model

#E094F3 color CMYK value is (8,39,0,5).

  • cyan value is 7.82%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(8,39,0,5)
C8M39Y0K5 
(8%,39%,0%,5%)
(0.08/0.39/0.00/0.05)	

CMYK percentages

%7.82
%39.09
%0
%4.71

Codes

Color #E094F3 in popluar color models

E094F3
RGB224148243
HSL288°79.83%76.67%
HSB/HSV288°39.09%95.29%
CMYK7.82%39.09%0.00%
4.71%

Color #E094F3 in popluar number systems.

HEXE094F3
Decimal224148243
Binary111000001001010011110011
Octal340224363

Shades and tints

Shades of #E094F3

#E094F3
(224,148,243)
#CC87DD
(204,135,221)
#B87AC7
(184,122,199)
#A46DB1
(164,109,177)
#90609B
(144,96,155)
#7C5385
(124,83,133)
#68466F
(104,70,111)
#543959
(84,57,89)
#402C43
(64,44,67)
#2C1F2D
(44,31,45)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #E094F3

#E094F3
(224,148,243)
#E29DF4
(226,157,244)
#E4A6F5
(228,166,245)
#E6AFF6
(230,175,246)
#E8B8F7
(232,184,247)
#EAC1F8
(234,193,248)
#ECCAF9
(236,202,249)
#EED3FA
(238,211,250)
#F0DCFB
(240,220,251)
#F2E5FC
(242,229,252)
#F4EEFD
(244,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E094F3 color. Also use rgb(224,148,243) instead hex code.

Text Font Color

.myTextColor { color: #E094F3; }

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

This text font color is #E094F3.


Background Color

.myBgColor { background-color: #E094F3; }

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

This div background color is #E094F3.


Border color

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

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

This div border color is #E094F3.


Opacity

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

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

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

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

This text has shadow with #E094F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E094F3 on black background.


Color preview on white background

This text has color #E094F3 on white background.



Black color preview on #E094F3 background

This text has black color on #E094F3 background.


White color preview on #E094F3 background

This text has white color on #E094F3 background.