COLOR #E9689B

HEX: #E9689B
RGB: (233,104,155)

Color info

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

RGB color model

#E9689B color RGB value is (233,104,155).

  • red value is 233;
  • green value is 104;
  • blue value is 155.
RGB:
(233,104,155)
(91%,41%,61%)

RGB channels and saturation

R 233 of 255 = 91%
G 104 of 255 = 41%
B 155 of 255 = 61%

233
104
155

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

Portions of RGB colors in percentages

R + G + B =
233 + 104 + 155 = 492 (100%)
R 233 of 492 ~ 47.36%
G 104 of 492 ~ 21.14%
B 155 of 492 ~ 31.5%

%47.36
%21.14
%31.5

CMYK color model

#E9689B color CMYK value is (0,55,33,9).

  • cyan value is 0.00%
  • magenta value is 55.36%
  • yellow value is 33.48%
  • key color value is 8.63%
CMYK:
(0,55,33,9)
C0M55Y33K9 
(0%,55%,33%,9%)
(0.00/0.55/0.33/0.09)	

CMYK percentages

%0
%55.36
%33.48
%8.63

Codes

Color #E9689B in popluar color models

E9689B
RGB233104155
HSL336°74.57%66.08%
HSB/HSV336°55.36%91.37%
CMYK0.00%55.36%33.48%
8.63%

Color #E9689B in popluar number systems.

HEXE9689B
Decimal233104155
Binary11101001110100010011011
Octal351150233

Shades and tints

Shades of #E9689B

#E9689B
(233,104,155)
#D45F8D
(212,95,141)
#BF567F
(191,86,127)
#AA4D71
(170,77,113)
#954463
(149,68,99)
#803B55
(128,59,85)
#6B3247
(107,50,71)
#562939
(86,41,57)
#41202B
(65,32,43)
#2C171D
(44,23,29)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #E9689B

#E9689B
(233,104,155)
#EB75A4
(235,117,164)
#ED82AD
(237,130,173)
#EF8FB6
(239,143,182)
#F19CBF
(241,156,191)
#F3A9C8
(243,169,200)
#F5B6D1
(245,182,209)
#F7C3DA
(247,195,218)
#F9D0E3
(249,208,227)
#FBDDEC
(251,221,236)
#FDEAF5
(253,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9689B; }

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

This text font color is #E9689B.


Background Color

.myBgColor { background-color: #E9689B; }

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

This div background color is #E9689B.


Border color

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

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

This div border color is #E9689B.


Opacity

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

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

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

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

This text has shadow with #E9689B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9689B on black background.


Color preview on white background

This text has color #E9689B on white background.



Black color preview on #E9689B background

This text has black color on #E9689B background.


White color preview on #E9689B background

This text has white color on #E9689B background.