COLOR #E6688D

HEX: #E6688D
RGB: (230,104,141)

Color info

#E6688D contains mainly red color. Web safe color of #E6688D is #CC6699 (or #C69).

RGB color model

#E6688D color RGB value is (230,104,141).

  • red value is 230;
  • green value is 104;
  • blue value is 141.
RGB:
(230,104,141)
(90%,41%,55%)

RGB channels and saturation

R 230 of 255 = 90%
G 104 of 255 = 41%
B 141 of 255 = 55%

230
104
141

R + G + B ~ 62%. #E6688D is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 104 + 141 = 475 (100%)
R 230 of 475 ~ 48.42%
G 104 of 475 ~ 21.89%
B 141 of 475 ~ 29.68%

%48.42
%21.89
%29.68

CMYK color model

#E6688D color CMYK value is (0,55,39,10).

  • cyan value is 0.00%
  • magenta value is 54.78%
  • yellow value is 38.70%
  • key color value is 9.80%
CMYK:
(0,55,39,10)
C0M55Y39K10 
(0%,55%,39%,10%)
(0.00/0.55/0.39/0.10)	

CMYK percentages

%0
%54.78
%38.7
%9.8

Codes

Color #E6688D in popluar color models

E6688D
RGB230104141
HSL342°71.59%65.49%
HSB/HSV342°54.78%90.20%
CMYK0.00%54.78%38.70%
9.80%

Color #E6688D in popluar number systems.

HEXE6688D
Decimal230104141
Binary11100110110100010001101
Octal346150215

Shades and tints

Shades of #E6688D

#E6688D
(230,104,141)
#D25F81
(210,95,129)
#BE5675
(190,86,117)
#AA4D69
(170,77,105)
#96445D
(150,68,93)
#823B51
(130,59,81)
#6E3245
(110,50,69)
#5A2939
(90,41,57)
#46202D
(70,32,45)
#321721
(50,23,33)
#1E0E15
(30,14,21)
#000000
(0,0,0)

Tints of #E6688D

#E6688D
(230,104,141)
#E87597
(232,117,151)
#EA82A1
(234,130,161)
#EC8FAB
(236,143,171)
#EE9CB5
(238,156,181)
#F0A9BF
(240,169,191)
#F2B6C9
(242,182,201)
#F4C3D3
(244,195,211)
#F6D0DD
(246,208,221)
#F8DDE7
(248,221,231)
#FAEAF1
(250,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6688D color. Also use rgb(230,104,141) instead hex code.

Text Font Color

.myTextColor { color: #E6688D; }

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

This text font color is #E6688D.


Background Color

.myBgColor { background-color: #E6688D; }

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

This div background color is #E6688D.


Border color

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

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

This div border color is #E6688D.


Opacity

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

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

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

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

This text has shadow with #E6688D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6688D on black background.


Color preview on white background

This text has color #E6688D on white background.



Black color preview on #E6688D background

This text has black color on #E6688D background.


White color preview on #E6688D background

This text has white color on #E6688D background.