COLOR #E093F6

HEX: #E093F6
RGB: (224,147,246)

Color info

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

RGB color model

#E093F6 color RGB value is (224,147,246).

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

RGB channels and saturation

R 224 of 255 = 88%
G 147 of 255 = 58%
B 246 of 255 = 96%

224
147
246

R + G + B ~ 81%. #E093F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 147 + 246 = 617 (100%)
R 224 of 617 ~ 36.3%
G 147 of 617 ~ 23.82%
B 246 of 617 ~ 39.87%

%36.3
%23.82
%39.87

CMYK color model

#E093F6 color CMYK value is (9,40,0,4).

  • cyan value is 8.94%
  • magenta value is 40.24%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,40,0,4)
C9M40Y0K4 
(9%,40%,0%,4%)
(0.09/0.40/0.00/0.04)	

CMYK percentages

%8.94
%40.24
%0
%3.53

Codes

Color #E093F6 in popluar color models

E093F6
RGB224147246
HSL287°84.62%77.06%
HSB/HSV287°40.24%96.47%
CMYK8.94%40.24%0.00%
3.53%

Color #E093F6 in popluar number systems.

HEXE093F6
Decimal224147246
Binary111000001001001111110110
Octal340223366

Shades and tints

Shades of #E093F6

#E093F6
(224,147,246)
#CC86E0
(204,134,224)
#B879CA
(184,121,202)
#A46CB4
(164,108,180)
#905F9E
(144,95,158)
#7C5288
(124,82,136)
#684572
(104,69,114)
#54385C
(84,56,92)
#402B46
(64,43,70)
#2C1E30
(44,30,48)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #E093F6

#E093F6
(224,147,246)
#E29CF6
(226,156,246)
#E4A5F6
(228,165,246)
#E6AEF6
(230,174,246)
#E8B7F6
(232,183,246)
#EAC0F6
(234,192,246)
#ECC9F6
(236,201,246)
#EED2F6
(238,210,246)
#F0DBF6
(240,219,246)
#F2E4F6
(242,228,246)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E093F6; }

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

This text font color is #E093F6.


Background Color

.myBgColor { background-color: #E093F6; }

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

This div background color is #E093F6.


Border color

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

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

This div border color is #E093F6.


Opacity

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

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

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

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

This text has shadow with #E093F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E093F6 on black background.


Color preview on white background

This text has color #E093F6 on white background.



Black color preview on #E093F6 background

This text has black color on #E093F6 background.


White color preview on #E093F6 background

This text has white color on #E093F6 background.