COLOR #E06DA6

HEX: #E06DA6 RGB: (224,109,166)

Color info

#E06DA6 contains mainly red and blue colors. Web safe color of #E06DA6 is #CC6699 (or #C69).

RGB color model

#E06DA6 color RGB value is (224,109,166).

RGB: (224,109,166) (88%, 43%, 65%)

RGB channels and saturation

R 224 of 255 = 88%
G 109 of 255 = 43%
B 166 of 255 = 65%

224
109
166

R + G + B ~ 65%. #E06DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 109 + 166 = 499 (100%)
R 224 of 499 ~ 44.89%
G 109 of 499 ~ 21.84%
B 166 of 499 ~ 33.27'%

%44.89
%21.84
%33.27

CMYK color model

#E06DA6 color CMYK value is (0,51,26,12).

  • cyan value is 0.00%
  • magenta value is 51.34%
  • yellow value is 25.89%
  • key color value is 12.16%

CMYK: (0,51,26,12)
C0M51Y26K12 (0%, 51%, 26%, 12%)
(0.00 / 0.51 / 0.26 / 0.12)

CMYK percentages

%0
%51.34
%25.89
%12.16

Codes

Color #E06DA6 in popluar color models

E0 6D A6
RGB 224 109 166
HSL 330° 64.97% 65.29%
HSB/HSV 330° 51.34% 87.84%
CMYK 0.00% 51.34% 25.89%
12.16%

Color #E06DA6 in popluar number systems.

HEX E0 6D A6
Decimal 224 109 166
Binary 11100000 1101101 10100110
Octal 340 155 246

Shades and tints

Shades of #E06DA6

#E06DA6
(224,109,166)
#CC6497
(204,100,151)
#B85B88
(184,91,136)
#A45279
(164,82,121)
#90496A
(144,73,106)
#7C405B
(124,64,91)
#68374C
(104,55,76)
#542E3D
(84,46,61)
#40252E
(64,37,46)
#2C1C1F
(44,28,31)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #E06DA6

#E06DA6
(224,109,166)
#E27AAE
(226,122,174)
#E487B6
(228,135,182)
#E694BE
(230,148,190)
#E8A1C6
(232,161,198)
#EAAECE
(234,174,206)
#ECBBD6
(236,187,214)
#EEC8DE
(238,200,222)
#F0D5E6
(240,213,230)
#F2E2EE
(242,226,238)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E06DA6; }

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

This text font color is #E06DA6.

Background Color

.myBgColor { background-color: #E06DA6; }

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

This div background color is #E06DA6.

Border color

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

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

This div border color is #E06DA6.

Opacity

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

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

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

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

This text has shadow with #E06DA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E06DA6.

Preview

Color preview on black background

This text has color #E06DA6 on black background.


Color preview on white background

This text has color #E06DA6 on white background.


Black color preview on #E06DA6 background

This text has black color on #E06DA6 background.


White color preview on #E06DA6 background

This text has white color on #E06DA6 background.


Related colors

Complementary color

Complementary color for #hex is #1F9259.


I love getcolorcode.com

Triadic colors

1 #A6E06D and #6DA6E0 with #E06DA6 are triadic colors.

2 #A66DE0 and #6DE0A6 with #E06DA6 are triadic colors.