COLOR #E759A9

HEX: #E759A9 RGB: (231,89,169)

Color info

#E759A9 contains mainly red color. Web safe color of #E759A9 is #FF6699 (or #F69).

RGB color model

#E759A9 color RGB value is (231,89,169).

RGB: (231,89,169) (91%, 35%, 66%)

RGB channels and saturation

R 231 of 255 = 91%
G 89 of 255 = 35%
B 169 of 255 = 66%

231
89
169

R + G + B ~ 64%. #E759A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 89 + 169 = 489 (100%)
R 231 of 489 ~ 47.24%
G 89 of 489 ~ 18.2%
B 169 of 489 ~ 34.56'%

%47.24
%18.2
%34.56

CMYK color model

#E759A9 color CMYK value is (0,61,27,9).

  • cyan value is 0.00%
  • magenta value is 61.47%
  • yellow value is 26.84%
  • key color value is 9.41%

CMYK: (0,61,27,9)
C0M61Y27K9 (0%, 61%, 27%, 9%)
(0.00 / 0.61 / 0.27 / 0.09)

CMYK percentages

%0
%61.47
%26.84
%9.41

Codes

Color #E759A9 in popluar color models

E7 59 A9
RGB 231 89 169
HSL 326° 74.74% 62.75%
HSB/HSV 326° 61.47% 90.59%
CMYK 0.00% 61.47% 26.84%
9.41%

Color #E759A9 in popluar number systems.

HEX E7 59 A9
Decimal 231 89 169
Binary 11100111 1011001 10101001
Octal 347 131 251

Shades and tints

Shades of #E759A9

#E759A9
(231,89,169)
#D2519A
(210,81,154)
#BD498B
(189,73,139)
#A8417C
(168,65,124)
#93396D
(147,57,109)
#7E315E
(126,49,94)
#69294F
(105,41,79)
#542140
(84,33,64)
#3F1931
(63,25,49)
#2A1122
(42,17,34)
#150913
(21,9,19)
#000000
(0,0,0)

Tints of #E759A9

#E759A9
(231,89,169)
#E968B0
(233,104,176)
#EB77B7
(235,119,183)
#ED86BE
(237,134,190)
#EF95C5
(239,149,197)
#F1A4CC
(241,164,204)
#F3B3D3
(243,179,211)
#F5C2DA
(245,194,218)
#F7D1E1
(247,209,225)
#F9E0E8
(249,224,232)
#FBEFEF
(251,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E759A9 color. Also use rgb(231,89,169) instead hex code.

Text Font Color

.myTextColor { color: #E759A9; }

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

This text font color is #E759A9.

Background Color

.myBgColor { background-color: #E759A9; }

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

This div background color is #E759A9.

Border color

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

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

This div border color is #E759A9.

Opacity

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

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

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

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

This text has shadow with #E759A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E759A9.

Preview

Color preview on black background

This text has color #E759A9 on black background.


Color preview on white background

This text has color #E759A9 on white background.


Black color preview on #E759A9 background

This text has black color on #E759A9 background.


White color preview on #E759A9 background

This text has white color on #E759A9 background.


Related colors

Complementary color

Complementary color for #hex is #18A656.


I love getcolorcode.com

Triadic colors

1 #A9E759 and #59A9E7 with #E759A9 are triadic colors.

2 #A959E7 and #59E7A9 with #E759A9 are triadic colors.