COLOR #E7659D

HEX: #E7659D
RGB: (231,101,157)

Color info

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

RGB color model

#E7659D color RGB value is (231,101,157).

  • red value is 231;
  • green value is 101;
  • blue value is 157.
RGB:
(231,101,157)
(91%,40%,62%)

RGB channels and saturation

R 231 of 255 = 91%
G 101 of 255 = 40%
B 157 of 255 = 62%

231
101
157

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

Portions of RGB colors in percentages

R + G + B =
231 + 101 + 157 = 489 (100%)
R 231 of 489 ~ 47.24%
G 101 of 489 ~ 20.65%
B 157 of 489 ~ 32.11%

%47.24
%20.65
%32.11

CMYK color model

#E7659D color CMYK value is (0,56,32,9).

  • cyan value is 0.00%
  • magenta value is 56.28%
  • yellow value is 32.03%
  • key color value is 9.41%
CMYK:
(0,56,32,9)
C0M56Y32K9 
(0%,56%,32%,9%)
(0.00/0.56/0.32/0.09)	

CMYK percentages

%0
%56.28
%32.03
%9.41

Codes

Color #E7659D in popluar color models

E7659D
RGB231101157
HSL334°73.03%65.10%
HSB/HSV334°56.28%90.59%
CMYK0.00%56.28%32.03%
9.41%

Color #E7659D in popluar number systems.

HEXE7659D
Decimal231101157
Binary11100111110010110011101
Octal347145235

Shades and tints

Shades of #E7659D

#E7659D
(231,101,157)
#D25C8F
(210,92,143)
#BD5381
(189,83,129)
#A84A73
(168,74,115)
#934165
(147,65,101)
#7E3857
(126,56,87)
#692F49
(105,47,73)
#54263B
(84,38,59)
#3F1D2D
(63,29,45)
#2A141F
(42,20,31)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #E7659D

#E7659D
(231,101,157)
#E973A5
(233,115,165)
#EB81AD
(235,129,173)
#ED8FB5
(237,143,181)
#EF9DBD
(239,157,189)
#F1ABC5
(241,171,197)
#F3B9CD
(243,185,205)
#F5C7D5
(245,199,213)
#F7D5DD
(247,213,221)
#F9E3E5
(249,227,229)
#FBF1ED
(251,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7659D color. Also use rgb(231,101,157) instead hex code.

Text Font Color

.myTextColor { color: #E7659D; }

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

This text font color is #E7659D.


Background Color

.myBgColor { background-color: #E7659D; }

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

This div background color is #E7659D.


Border color

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

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

This div border color is #E7659D.


Opacity

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

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

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

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

This text has shadow with #E7659D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7659D on black background.


Color preview on white background

This text has color #E7659D on white background.



Black color preview on #E7659D background

This text has black color on #E7659D background.


White color preview on #E7659D background

This text has white color on #E7659D background.