COLOR #E685E9

HEX: #E685E9
RGB: (230,133,233)

Color info

#E685E9 contains mainly red and blue colors. Web safe color of #E685E9 is #CC99FF (or #C9F).

RGB color model

#E685E9 color RGB value is (230,133,233).

  • red value is 230;
  • green value is 133;
  • blue value is 233.
RGB:
(230,133,233)
(90%,52%,91%)

RGB channels and saturation

R 230 of 255 = 90%
G 133 of 255 = 52%
B 233 of 255 = 91%

230
133
233

R + G + B ~ 78%. #E685E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 133 + 233 = 596 (100%)
R 230 of 596 ~ 38.59%
G 133 of 596 ~ 22.32%
B 233 of 596 ~ 39.09%

%38.59
%22.32
%39.09

CMYK color model

#E685E9 color CMYK value is (1,43,0,9).

  • cyan value is 1.29%
  • magenta value is 42.92%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(1,43,0,9)
C1M43Y0K9 
(1%,43%,0%,9%)
(0.01/0.43/0.00/0.09)	

CMYK percentages

%1.29
%42.92
%0
%8.63

Codes

Color #E685E9 in popluar color models

E685E9
RGB230133233
HSL298°69.44%71.76%
HSB/HSV298°42.92%91.37%
CMYK1.29%42.92%0.00%
8.63%

Color #E685E9 in popluar number systems.

HEXE685E9
Decimal230133233
Binary111001101000010111101001
Octal346205351

Shades and tints

Shades of #E685E9

#E685E9
(230,133,233)
#D279D4
(210,121,212)
#BE6DBF
(190,109,191)
#AA61AA
(170,97,170)
#965595
(150,85,149)
#824980
(130,73,128)
#6E3D6B
(110,61,107)
#5A3156
(90,49,86)
#462541
(70,37,65)
#32192C
(50,25,44)
#1E0D17
(30,13,23)
#000000
(0,0,0)

Tints of #E685E9

#E685E9
(230,133,233)
#E890EB
(232,144,235)
#EA9BED
(234,155,237)
#ECA6EF
(236,166,239)
#EEB1F1
(238,177,241)
#F0BCF3
(240,188,243)
#F2C7F5
(242,199,245)
#F4D2F7
(244,210,247)
#F6DDF9
(246,221,249)
#F8E8FB
(248,232,251)
#FAF3FD
(250,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E685E9 color. Also use rgb(230,133,233) instead hex code.

Text Font Color

.myTextColor { color: #E685E9; }

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

This text font color is #E685E9.


Background Color

.myBgColor { background-color: #E685E9; }

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

This div background color is #E685E9.


Border color

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

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

This div border color is #E685E9.


Opacity

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

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

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

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

This text has shadow with #E685E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E685E9 on black background.


Color preview on white background

This text has color #E685E9 on white background.



Black color preview on #E685E9 background

This text has black color on #E685E9 background.


White color preview on #E685E9 background

This text has white color on #E685E9 background.