COLOR #E505D4

HEX: #E505D4
RGB: (229,5,212)

Color info

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

RGB color model

#E505D4 color RGB value is (229,5,212).

  • red value is 229;
  • green value is 5;
  • blue value is 212.
RGB:
(229,5,212)
(90%,2%,83%)

RGB channels and saturation

R 229 of 255 = 90%
G 5 of 255 = 2%
B 212 of 255 = 83%

229
5
212

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

Portions of RGB colors in percentages

R + G + B =
229 + 5 + 212 = 446 (100%)
R 229 of 446 ~ 51.35%
G 5 of 446 ~ 1.12%
B 212 of 446 ~ 47.53%

%51.35
%47.53

CMYK color model

#E505D4 color CMYK value is (0,98,7,10).

  • cyan value is 0.00%
  • magenta value is 97.82%
  • yellow value is 7.42%
  • key color value is 10.20%
CMYK:
(0,98,7,10)
C0M98Y7K10 
(0%,98%,7%,10%)
(0.00/0.98/0.07/0.10)	

CMYK percentages

%0
%97.82
%7.42
%10.2

Codes

Color #E505D4 in popluar color models

E505D4
RGB2295212
HSL305°95.73%45.88%
HSB/HSV305°97.82%89.80%
CMYK0.00%97.82%7.42%
10.20%

Color #E505D4 in popluar number systems.

HEXE505D4
Decimal2295212
Binary1110010110111010100
Octal3455324

Shades and tints

Shades of #E505D4

#E505D4
(229,5,212)
#D105C1
(209,5,193)
#BD05AE
(189,5,174)
#A9059B
(169,5,155)
#950588
(149,5,136)
#810575
(129,5,117)
#6D0562
(109,5,98)
#59054F
(89,5,79)
#45053C
(69,5,60)
#310529
(49,5,41)
#1D0516
(29,5,22)
#000000
(0,0,0)

Tints of #E505D4

#E505D4
(229,5,212)
#E71BD7
(231,27,215)
#E931DA
(233,49,218)
#EB47DD
(235,71,221)
#ED5DE0
(237,93,224)
#EF73E3
(239,115,227)
#F189E6
(241,137,230)
#F39FE9
(243,159,233)
#F5B5EC
(245,181,236)
#F7CBEF
(247,203,239)
#F9E1F2
(249,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E505D4 color. Also use rgb(229,5,212) instead hex code.

Text Font Color

.myTextColor { color: #E505D4; }

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

This text font color is #E505D4.


Background Color

.myBgColor { background-color: #E505D4; }

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

This div background color is #E505D4.


Border color

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

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

This div border color is #E505D4.


Opacity

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

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

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

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

This text has shadow with #E505D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E505D4 on black background.


Color preview on white background

This text has color #E505D4 on white background.



Black color preview on #E505D4 background

This text has black color on #E505D4 background.


White color preview on #E505D4 background

This text has white color on #E505D4 background.