COLOR #E688C6

HEX: #E688C6
RGB: (230,136,198)

Color info

#E688C6 contains mainly red and blue colors. Web safe color of #E688C6 is #CC99CC (or #C9C).

RGB color model

#E688C6 color RGB value is (230,136,198).

  • red value is 230;
  • green value is 136;
  • blue value is 198.
RGB:
(230,136,198)
(90%,53%,78%)

RGB channels and saturation

R 230 of 255 = 90%
G 136 of 255 = 53%
B 198 of 255 = 78%

230
136
198

R + G + B ~ 74%. #E688C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 136 + 198 = 564 (100%)
R 230 of 564 ~ 40.78%
G 136 of 564 ~ 24.11%
B 198 of 564 ~ 35.11%

%40.78
%24.11
%35.11

CMYK color model

#E688C6 color CMYK value is (0,41,14,10).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 13.91%
  • key color value is 9.80%
CMYK:
(0,41,14,10)
C0M41Y14K10 
(0%,41%,14%,10%)
(0.00/0.41/0.14/0.10)	

CMYK percentages

%0
%40.87
%13.91
%9.8

Codes

Color #E688C6 in popluar color models

E688C6
RGB230136198
HSL320°65.28%71.76%
HSB/HSV320°40.87%90.20%
CMYK0.00%40.87%13.91%
9.80%

Color #E688C6 in popluar number systems.

HEXE688C6
Decimal230136198
Binary111001101000100011000110
Octal346210306

Shades and tints

Shades of #E688C6

#E688C6
(230,136,198)
#D27CB4
(210,124,180)
#BE70A2
(190,112,162)
#AA6490
(170,100,144)
#96587E
(150,88,126)
#824C6C
(130,76,108)
#6E405A
(110,64,90)
#5A3448
(90,52,72)
#462836
(70,40,54)
#321C24
(50,28,36)
#1E1012
(30,16,18)
#000000
(0,0,0)

Tints of #E688C6

#E688C6
(230,136,198)
#E892CB
(232,146,203)
#EA9CD0
(234,156,208)
#ECA6D5
(236,166,213)
#EEB0DA
(238,176,218)
#F0BADF
(240,186,223)
#F2C4E4
(242,196,228)
#F4CEE9
(244,206,233)
#F6D8EE
(246,216,238)
#F8E2F3
(248,226,243)
#FAECF8
(250,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E688C6 color. Also use rgb(230,136,198) instead hex code.

Text Font Color

.myTextColor { color: #E688C6; }

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

This text font color is #E688C6.


Background Color

.myBgColor { background-color: #E688C6; }

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

This div background color is #E688C6.


Border color

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

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

This div border color is #E688C6.


Opacity

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

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

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

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

This text has shadow with #E688C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E688C6 on black background.


Color preview on white background

This text has color #E688C6 on white background.



Black color preview on #E688C6 background

This text has black color on #E688C6 background.


White color preview on #E688C6 background

This text has white color on #E688C6 background.