COLOR #E688D3

HEX: #E688D3
RGB: (230,136,211)

Color info

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

RGB color model

#E688D3 color RGB value is (230,136,211).

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

RGB channels and saturation

R 230 of 255 = 90%
G 136 of 255 = 53%
B 211 of 255 = 83%

230
136
211

R + G + B ~ 75%. #E688D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 136 + 211 = 577 (100%)
R 230 of 577 ~ 39.86%
G 136 of 577 ~ 23.57%
B 211 of 577 ~ 36.57%

%39.86
%23.57
%36.57

CMYK color model

#E688D3 color CMYK value is (0,41,8,10).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 8.26%
  • key color value is 9.80%
CMYK:
(0,41,8,10)
C0M41Y8K10 
(0%,41%,8%,10%)
(0.00/0.41/0.08/0.10)	

CMYK percentages

%0
%40.87
%8.26
%9.8

Codes

Color #E688D3 in popluar color models

E688D3
RGB230136211
HSL312°65.28%71.76%
HSB/HSV312°40.87%90.20%
CMYK0.00%40.87%8.26%
9.80%

Color #E688D3 in popluar number systems.

HEXE688D3
Decimal230136211
Binary111001101000100011010011
Octal346210323

Shades and tints

Shades of #E688D3

#E688D3
(230,136,211)
#D27CC0
(210,124,192)
#BE70AD
(190,112,173)
#AA649A
(170,100,154)
#965887
(150,88,135)
#824C74
(130,76,116)
#6E4061
(110,64,97)
#5A344E
(90,52,78)
#46283B
(70,40,59)
#321C28
(50,28,40)
#1E1015
(30,16,21)
#000000
(0,0,0)

Tints of #E688D3

#E688D3
(230,136,211)
#E892D7
(232,146,215)
#EA9CDB
(234,156,219)
#ECA6DF
(236,166,223)
#EEB0E3
(238,176,227)
#F0BAE7
(240,186,231)
#F2C4EB
(242,196,235)
#F4CEEF
(244,206,239)
#F6D8F3
(246,216,243)
#F8E2F7
(248,226,247)
#FAECFB
(250,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E688D3; }

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

This text font color is #E688D3.


Background Color

.myBgColor { background-color: #E688D3; }

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

This div background color is #E688D3.


Border color

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

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

This div border color is #E688D3.


Opacity

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

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

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

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

This text has shadow with #E688D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E688D3 on black background.


Color preview on white background

This text has color #E688D3 on white background.



Black color preview on #E688D3 background

This text has black color on #E688D3 background.


White color preview on #E688D3 background

This text has white color on #E688D3 background.