COLOR #E093DE

HEX: #E093DE
RGB: (224,147,222)

Color info

#E093DE contains mainly red and blue colors. Web safe color of #E093DE is #CC99CC (or #C9C).

RGB color model

#E093DE color RGB value is (224,147,222).

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

RGB channels and saturation

R 224 of 255 = 88%
G 147 of 255 = 58%
B 222 of 255 = 87%

224
147
222

R + G + B ~ 78%. #E093DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 147 + 222 = 593 (100%)
R 224 of 593 ~ 37.77%
G 147 of 593 ~ 24.79%
B 222 of 593 ~ 37.44%

%37.77
%24.79
%37.44

CMYK color model

#E093DE color CMYK value is (0,34,1,12).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 0.89%
  • key color value is 12.16%
CMYK:
(0,34,1,12)
C0M34Y1K12 
(0%,34%,1%,12%)
(0.00/0.34/0.01/0.12)	

CMYK percentages

%0
%34.38
%0.89
%12.16

Codes

Color #E093DE in popluar color models

E093DE
RGB224147222
HSL302°55.40%72.75%
HSB/HSV302°34.38%87.84%
CMYK0.00%34.38%0.89%
12.16%

Color #E093DE in popluar number systems.

HEXE093DE
Decimal224147222
Binary111000001001001111011110
Octal340223336

Shades and tints

Shades of #E093DE

#E093DE
(224,147,222)
#CC86CA
(204,134,202)
#B879B6
(184,121,182)
#A46CA2
(164,108,162)
#905F8E
(144,95,142)
#7C527A
(124,82,122)
#684566
(104,69,102)
#543852
(84,56,82)
#402B3E
(64,43,62)
#2C1E2A
(44,30,42)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #E093DE

#E093DE
(224,147,222)
#E29CE1
(226,156,225)
#E4A5E4
(228,165,228)
#E6AEE7
(230,174,231)
#E8B7EA
(232,183,234)
#EAC0ED
(234,192,237)
#ECC9F0
(236,201,240)
#EED2F3
(238,210,243)
#F0DBF6
(240,219,246)
#F2E4F9
(242,228,249)
#F4EDFC
(244,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E093DE; }

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

This text font color is #E093DE.


Background Color

.myBgColor { background-color: #E093DE; }

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

This div background color is #E093DE.


Border color

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

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

This div border color is #E093DE.


Opacity

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

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

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

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

This text has shadow with #E093DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E093DE on black background.


Color preview on white background

This text has color #E093DE on white background.



Black color preview on #E093DE background

This text has black color on #E093DE background.


White color preview on #E093DE background

This text has white color on #E093DE background.