COLOR #E687E3

HEX: #E687E3
RGB: (230,135,227)

Color info

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

RGB color model

#E687E3 color RGB value is (230,135,227).

  • red value is 230;
  • green value is 135;
  • blue value is 227.
RGB:
(230,135,227)
(90%,53%,89%)

RGB channels and saturation

R 230 of 255 = 90%
G 135 of 255 = 53%
B 227 of 255 = 89%

230
135
227

R + G + B ~ 77%. #E687E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 135 + 227 = 592 (100%)
R 230 of 592 ~ 38.85%
G 135 of 592 ~ 22.8%
B 227 of 592 ~ 38.34%

%38.85
%22.8
%38.34

CMYK color model

#E687E3 color CMYK value is (0,41,1,10).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 1.30%
  • key color value is 9.80%
CMYK:
(0,41,1,10)
C0M41Y1K10 
(0%,41%,1%,10%)
(0.00/0.41/0.01/0.10)	

CMYK percentages

%0
%41.3
%1.3
%9.8

Codes

Color #E687E3 in popluar color models

E687E3
RGB230135227
HSL302°65.52%71.57%
HSB/HSV302°41.30%90.20%
CMYK0.00%41.30%1.30%
9.80%

Color #E687E3 in popluar number systems.

HEXE687E3
Decimal230135227
Binary111001101000011111100011
Octal346207343

Shades and tints

Shades of #E687E3

#E687E3
(230,135,227)
#D27BCF
(210,123,207)
#BE6FBB
(190,111,187)
#AA63A7
(170,99,167)
#965793
(150,87,147)
#824B7F
(130,75,127)
#6E3F6B
(110,63,107)
#5A3357
(90,51,87)
#462743
(70,39,67)
#321B2F
(50,27,47)
#1E0F1B
(30,15,27)
#000000
(0,0,0)

Tints of #E687E3

#E687E3
(230,135,227)
#E891E5
(232,145,229)
#EA9BE7
(234,155,231)
#ECA5E9
(236,165,233)
#EEAFEB
(238,175,235)
#F0B9ED
(240,185,237)
#F2C3EF
(242,195,239)
#F4CDF1
(244,205,241)
#F6D7F3
(246,215,243)
#F8E1F5
(248,225,245)
#FAEBF7
(250,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E687E3 color. Also use rgb(230,135,227) instead hex code.

Text Font Color

.myTextColor { color: #E687E3; }

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

This text font color is #E687E3.


Background Color

.myBgColor { background-color: #E687E3; }

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

This div background color is #E687E3.


Border color

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

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

This div border color is #E687E3.


Opacity

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

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

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

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

This text has shadow with #E687E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E687E3 on black background.


Color preview on white background

This text has color #E687E3 on white background.



Black color preview on #E687E3 background

This text has black color on #E687E3 background.


White color preview on #E687E3 background

This text has white color on #E687E3 background.