COLOR #E506DC

HEX: #E506DC
RGB: (229,6,220)

Color info

#E506DC contains mainly red and blue colors. Web safe color of #E506DC is #CC00CC (or #C0C).

RGB color model

#E506DC color RGB value is (229,6,220).

  • red value is 229;
  • green value is 6;
  • blue value is 220.
RGB:
(229,6,220)
(90%,2%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 6 of 255 = 2%
B 220 of 255 = 86%

229
6
220

R + G + B ~ 59%. #E506DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
229 + 6 + 220 = 455 (100%)
R 229 of 455 ~ 50.33%
G 6 of 455 ~ 1.32%
B 220 of 455 ~ 48.35%

%50.33
%48.35

CMYK color model

#E506DC color CMYK value is (0,97,4,10).

  • cyan value is 0.00%
  • magenta value is 97.38%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(0,97,4,10)
C0M97Y4K10 
(0%,97%,4%,10%)
(0.00/0.97/0.04/0.10)	

CMYK percentages

%0
%97.38
%3.93
%10.2

Codes

Color #E506DC in popluar color models

E506DC
RGB2296220
HSL302°94.89%46.08%
HSB/HSV302°97.38%89.80%
CMYK0.00%97.38%3.93%
10.20%

Color #E506DC in popluar number systems.

HEXE506DC
Decimal2296220
Binary1110010111011011100
Octal3456334

Shades and tints

Shades of #E506DC

#E506DC
(229,6,220)
#D106C8
(209,6,200)
#BD06B4
(189,6,180)
#A906A0
(169,6,160)
#95068C
(149,6,140)
#810678
(129,6,120)
#6D0664
(109,6,100)
#590650
(89,6,80)
#45063C
(69,6,60)
#310628
(49,6,40)
#1D0614
(29,6,20)
#000000
(0,0,0)

Tints of #E506DC

#E506DC
(229,6,220)
#E71CDF
(231,28,223)
#E932E2
(233,50,226)
#EB48E5
(235,72,229)
#ED5EE8
(237,94,232)
#EF74EB
(239,116,235)
#F18AEE
(241,138,238)
#F3A0F1
(243,160,241)
#F5B6F4
(245,182,244)
#F7CCF7
(247,204,247)
#F9E2FA
(249,226,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E506DC color. Also use rgb(229,6,220) instead hex code.

Text Font Color

.myTextColor { color: #E506DC; }

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

This text font color is #E506DC.


Background Color

.myBgColor { background-color: #E506DC; }

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

This div background color is #E506DC.


Border color

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

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

This div border color is #E506DC.


Opacity

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

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

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

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

This text has shadow with #E506DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E506DC on black background.


Color preview on white background

This text has color #E506DC on white background.



Black color preview on #E506DC background

This text has black color on #E506DC background.


White color preview on #E506DC background

This text has white color on #E506DC background.