COLOR #E9769B

HEX: #E9769B RGB: (233,118,155)

Color info

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

RGB color model

#E9769B color RGB value is (233,118,155).

RGB: (233,118,155) (91%, 46%, 61%)

RGB channels and saturation

R 233 of 255 = 91%
G 118 of 255 = 46%
B 155 of 255 = 61%

233
118
155

R + G + B ~ 66%. #E9769B is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 118 + 155 = 506 (100%)
R 233 of 506 ~ 46.05%
G 118 of 506 ~ 23.32%
B 155 of 506 ~ 30.63'%

%46.05
%23.32
%30.63

CMYK color model

#E9769B color CMYK value is (0,49,33,9).

  • cyan value is 0.00%
  • magenta value is 49.36%
  • yellow value is 33.48%
  • key color value is 8.63%

CMYK: (0,49,33,9)
C0M49Y33K9 (0%, 49%, 33%, 9%)
(0.00 / 0.49 / 0.33 / 0.09)

CMYK percentages

%0
%49.36
%33.48
%8.63

Codes

Color #E9769B in popluar color models

E9 76 9B
RGB 233 118 155
HSL 341° 72.33% 68.82%
HSB/HSV 341° 49.36% 91.37%
CMYK 0.00% 49.36% 33.48%
8.63%

Color #E9769B in popluar number systems.

HEX E9 76 9B
Decimal 233 118 155
Binary 11101001 1110110 10011011
Octal 351 166 233

Shades and tints

Shades of #E9769B

#E9769B
(233,118,155)
#D46C8D
(212,108,141)
#BF627F
(191,98,127)
#AA5871
(170,88,113)
#954E63
(149,78,99)
#804455
(128,68,85)
#6B3A47
(107,58,71)
#563039
(86,48,57)
#41262B
(65,38,43)
#2C1C1D
(44,28,29)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #E9769B

#E9769B
(233,118,155)
#EB82A4
(235,130,164)
#ED8EAD
(237,142,173)
#EF9AB6
(239,154,182)
#F1A6BF
(241,166,191)
#F3B2C8
(243,178,200)
#F5BED1
(245,190,209)
#F7CADA
(247,202,218)
#F9D6E3
(249,214,227)
#FBE2EC
(251,226,236)
#FDEEF5
(253,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9769B color. Also use rgb(233,118,155) instead hex code.

Text Font Color

.myTextColor { color: #E9769B; }

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

This text font color is #E9769B.

Background Color

.myBgColor { background-color: #E9769B; }

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

This div background color is #E9769B.

Border color

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

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

This div border color is #E9769B.

Opacity

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

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

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

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

This text has shadow with #E9769B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9769B.

Preview

Color preview on black background

This text has color #E9769B on black background.


Color preview on white background

This text has color #E9769B on white background.


Black color preview on #E9769B background

This text has black color on #E9769B background.


White color preview on #E9769B background

This text has white color on #E9769B background.


Related colors

Complementary color

Complementary color for #hex is #168964.


I love getcolorcode.com

Triadic colors

1 #9BE976 and #769BE9 with #E9769B are triadic colors.

2 #9B76E9 and #76E99B with #E9769B are triadic colors.