COLOR #E06DF5

HEX: #E06DF5 RGB: (224,109,245)

Color info

#E06DF5 contains mainly red and blue colors. Web safe color of #E06DF5 is #CC66FF (or #C6F).

RGB color model

#E06DF5 color RGB value is (224,109,245).

RGB: (224,109,245) (88%, 43%, 96%)

RGB channels and saturation

R 224 of 255 = 88%
G 109 of 255 = 43%
B 245 of 255 = 96%

224
109
245

R + G + B ~ 76%. #E06DF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 109 + 245 = 578 (100%)
R 224 of 578 ~ 38.75%
G 109 of 578 ~ 18.86%
B 245 of 578 ~ 42.39'%

%38.75
%18.86
%42.39

CMYK color model

#E06DF5 color CMYK value is (9,56,0,4).

  • cyan value is 8.57%
  • magenta value is 55.51%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (9,56,0,4)
C9M56Y0K4 (9%, 56%, 0%, 4%)
(0.09 / 0.56 / 0.00 / 0.04)

CMYK percentages

%8.57
%55.51
%0
%3.92

Codes

Color #E06DF5 in popluar color models

E0 6D F5
RGB 224 109 245
HSL 291° 87.18% 69.41%
HSB/HSV 291° 55.51% 96.08%
CMYK 8.57% 55.51% 0.00%
3.92%

Color #E06DF5 in popluar number systems.

HEX E0 6D F5
Decimal 224 109 245
Binary 11100000 1101101 11110101
Octal 340 155 365

Shades and tints

Shades of #E06DF5

#E06DF5
(224,109,245)
#CC64DF
(204,100,223)
#B85BC9
(184,91,201)
#A452B3
(164,82,179)
#90499D
(144,73,157)
#7C4087
(124,64,135)
#683771
(104,55,113)
#542E5B
(84,46,91)
#402545
(64,37,69)
#2C1C2F
(44,28,47)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #E06DF5

#E06DF5
(224,109,245)
#E27AF5
(226,122,245)
#E487F5
(228,135,245)
#E694F5
(230,148,245)
#E8A1F5
(232,161,245)
#EAAEF5
(234,174,245)
#ECBBF5
(236,187,245)
#EEC8F5
(238,200,245)
#F0D5F5
(240,213,245)
#F2E2F5
(242,226,245)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06DF5 color. Also use rgb(224,109,245) instead hex code.

Text Font Color

.myTextColor { color: #E06DF5; }

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

This text font color is #E06DF5.

Background Color

.myBgColor { background-color: #E06DF5; }

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

This div background color is #E06DF5.

Border color

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

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

This div border color is #E06DF5.

Opacity

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

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

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

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

This text has shadow with #E06DF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E06DF5.

Preview

Color preview on black background

This text has color #E06DF5 on black background.


Color preview on white background

This text has color #E06DF5 on white background.


Black color preview on #E06DF5 background

This text has black color on #E06DF5 background.


White color preview on #E06DF5 background

This text has white color on #E06DF5 background.


Related colors

Complementary color

Complementary color for #hex is #1F920A.


I love getcolorcode.com

Triadic colors

1 #F5E06D and #6DF5E0 with #E06DF5 are triadic colors.

2 #F56DE0 and #6DE0F5 with #E06DF5 are triadic colors.