COLOR #E509A6

HEX: #E509A6
RGB: (229,9,166)

Color info

#E509A6 contains mainly red color. Web safe color of #E509A6 is #CC0099 (or #C09).

RGB color model

#E509A6 color RGB value is (229,9,166).

  • red value is 229;
  • green value is 9;
  • blue value is 166.
RGB:
(229,9,166)
(90%,4%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 9 of 255 = 4%
B 166 of 255 = 65%

229
9
166

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

Portions of RGB colors in percentages

R + G + B =
229 + 9 + 166 = 404 (100%)
R 229 of 404 ~ 56.68%
G 9 of 404 ~ 2.23%
B 166 of 404 ~ 41.09%

%56.68
%41.09

CMYK color model

#E509A6 color CMYK value is (0,96,28,10).

  • cyan value is 0.00%
  • magenta value is 96.07%
  • yellow value is 27.51%
  • key color value is 10.20%
CMYK:
(0,96,28,10)
C0M96Y28K10 
(0%,96%,28%,10%)
(0.00/0.96/0.28/0.10)	

CMYK percentages

%0
%96.07
%27.51
%10.2

Codes

Color #E509A6 in popluar color models

E509A6
RGB2299166
HSL317°92.44%46.67%
HSB/HSV317°96.07%89.80%
CMYK0.00%96.07%27.51%
10.20%

Color #E509A6 in popluar number systems.

HEXE509A6
Decimal2299166
Binary11100101100110100110
Octal34511246

Shades and tints

Shades of #E509A6

#E509A6
(229,9,166)
#D10997
(209,9,151)
#BD0988
(189,9,136)
#A90979
(169,9,121)
#95096A
(149,9,106)
#81095B
(129,9,91)
#6D094C
(109,9,76)
#59093D
(89,9,61)
#45092E
(69,9,46)
#31091F
(49,9,31)
#1D0910
(29,9,16)
#000000
(0,0,0)

Tints of #E509A6

#E509A6
(229,9,166)
#E71FAE
(231,31,174)
#E935B6
(233,53,182)
#EB4BBE
(235,75,190)
#ED61C6
(237,97,198)
#EF77CE
(239,119,206)
#F18DD6
(241,141,214)
#F3A3DE
(243,163,222)
#F5B9E6
(245,185,230)
#F7CFEE
(247,207,238)
#F9E5F6
(249,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E509A6 color. Also use rgb(229,9,166) instead hex code.

Text Font Color

.myTextColor { color: #E509A6; }

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

This text font color is #E509A6.


Background Color

.myBgColor { background-color: #E509A6; }

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

This div background color is #E509A6.


Border color

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

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

This div border color is #E509A6.


Opacity

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

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

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

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

This text has shadow with #E509A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E509A6 on black background.


Color preview on white background

This text has color #E509A6 on white background.



Black color preview on #E509A6 background

This text has black color on #E509A6 background.


White color preview on #E509A6 background

This text has white color on #E509A6 background.