COLOR #E06DCC

HEX: #E06DCC
RGB: (224,109,204)

Color info

#E06DCC contains mainly red and blue colors. Web safe color of #E06DCC is #CC66CC (or #C6C).

RGB color model

#E06DCC color RGB value is (224,109,204).

  • red value is 224;
  • green value is 109;
  • blue value is 204.
RGB:
(224,109,204)
(88%,43%,80%)

RGB channels and saturation

R 224 of 255 = 88%
G 109 of 255 = 43%
B 204 of 255 = 80%

224
109
204

R + G + B ~ 70%. #E06DCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 109 + 204 = 537 (100%)
R 224 of 537 ~ 41.71%
G 109 of 537 ~ 20.3%
B 204 of 537 ~ 37.99%

%41.71
%20.3
%37.99

CMYK color model

#E06DCC color CMYK value is (0,51,9,12).

  • cyan value is 0.00%
  • magenta value is 51.34%
  • yellow value is 8.93%
  • key color value is 12.16%
CMYK:
(0,51,9,12)
C0M51Y9K12 
(0%,51%,9%,12%)
(0.00/0.51/0.09/0.12)	

CMYK percentages

%0
%51.34
%8.93
%12.16

Codes

Color #E06DCC in popluar color models

E06DCC
RGB224109204
HSL310°64.97%65.29%
HSB/HSV310°51.34%87.84%
CMYK0.00%51.34%8.93%
12.16%

Color #E06DCC in popluar number systems.

HEXE06DCC
Decimal224109204
Binary11100000110110111001100
Octal340155314

Shades and tints

Shades of #E06DCC

#E06DCC
(224,109,204)
#CC64BA
(204,100,186)
#B85BA8
(184,91,168)
#A45296
(164,82,150)
#904984
(144,73,132)
#7C4072
(124,64,114)
#683760
(104,55,96)
#542E4E
(84,46,78)
#40253C
(64,37,60)
#2C1C2A
(44,28,42)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #E06DCC

#E06DCC
(224,109,204)
#E27AD0
(226,122,208)
#E487D4
(228,135,212)
#E694D8
(230,148,216)
#E8A1DC
(232,161,220)
#EAAEE0
(234,174,224)
#ECBBE4
(236,187,228)
#EEC8E8
(238,200,232)
#F0D5EC
(240,213,236)
#F2E2F0
(242,226,240)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E06DCC; }

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

This text font color is #E06DCC.


Background Color

.myBgColor { background-color: #E06DCC; }

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

This div background color is #E06DCC.


Border color

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

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

This div border color is #E06DCC.


Opacity

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

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

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

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

This text has shadow with #E06DCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06DCC on black background.


Color preview on white background

This text has color #E06DCC on white background.



Black color preview on #E06DCC background

This text has black color on #E06DCC background.


White color preview on #E06DCC background

This text has white color on #E06DCC background.