COLOR #E09DF3

HEX: #E09DF3 RGB: (224,157,243)

Color info

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

RGB color model

#E09DF3 color RGB value is (224,157,243).

RGB: (224,157,243) (88%, 62%, 95%)

RGB channels and saturation

R 224 of 255 = 88%
G 157 of 255 = 62%
B 243 of 255 = 95%

224
157
243

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

Portions of RGB colors in percentages

R + G + B = 224 + 157 + 243 = 624 (100%)
R 224 of 624 ~ 35.9%
G 157 of 624 ~ 25.16%
B 243 of 624 ~ 38.94'%

%35.9
%25.16
%38.94

CMYK color model

#E09DF3 color CMYK value is (8,35,0,5).

  • cyan value is 7.82%
  • magenta value is 35.39%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (8,35,0,5)
C8M35Y0K5 (8%, 35%, 0%, 5%)
(0.08 / 0.35 / 0.00 / 0.05)

CMYK percentages

%7.82
%35.39
%0
%4.71

Codes

Color #E09DF3 in popluar color models

E0 9D F3
RGB 224 157 243
HSL 287° 78.18% 78.43%
HSB/HSV 287° 35.39% 95.29%
CMYK 7.82% 35.39% 0.00%
4.71%

Color #E09DF3 in popluar number systems.

HEX E0 9D F3
Decimal 224 157 243
Binary 11100000 10011101 11110011
Octal 340 235 363

Shades and tints

Shades of #E09DF3

#E09DF3
(224,157,243)
#CC8FDD
(204,143,221)
#B881C7
(184,129,199)
#A473B1
(164,115,177)
#90659B
(144,101,155)
#7C5785
(124,87,133)
#68496F
(104,73,111)
#543B59
(84,59,89)
#402D43
(64,45,67)
#2C1F2D
(44,31,45)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #E09DF3

#E09DF3
(224,157,243)
#E2A5F4
(226,165,244)
#E4ADF5
(228,173,245)
#E6B5F6
(230,181,246)
#E8BDF7
(232,189,247)
#EAC5F8
(234,197,248)
#ECCDF9
(236,205,249)
#EED5FA
(238,213,250)
#F0DDFB
(240,221,251)
#F2E5FC
(242,229,252)
#F4EDFD
(244,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09DF3; }

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

This text font color is #E09DF3.

Background Color

.myBgColor { background-color: #E09DF3; }

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

This div background color is #E09DF3.

Border color

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

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

This div border color is #E09DF3.

Opacity

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

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

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

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

This text has shadow with #E09DF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09DF3.

Preview

Color preview on black background

This text has color #E09DF3 on black background.


Color preview on white background

This text has color #E09DF3 on white background.


Black color preview on #E09DF3 background

This text has black color on #E09DF3 background.


White color preview on #E09DF3 background

This text has white color on #E09DF3 background.


Related colors

Complementary color

Complementary color for #hex is #1F620C.


I love getcolorcode.com

Triadic colors

1 #F3E09D and #9DF3E0 with #E09DF3 are triadic colors.

2 #F39DE0 and #9DE0F3 with #E09DF3 are triadic colors.