COLOR #E685E1

HEX: #E685E1
RGB: (230,133,225)

Color info

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

RGB color model

#E685E1 color RGB value is (230,133,225).

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

RGB channels and saturation

R 230 of 255 = 90%
G 133 of 255 = 52%
B 225 of 255 = 88%

230
133
225

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

Portions of RGB colors in percentages

R + G + B =
230 + 133 + 225 = 588 (100%)
R 230 of 588 ~ 39.12%
G 133 of 588 ~ 22.62%
B 225 of 588 ~ 38.27%

%39.12
%22.62
%38.27

CMYK color model

#E685E1 color CMYK value is (0,42,2,10).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 2.17%
  • key color value is 9.80%
CMYK:
(0,42,2,10)
C0M42Y2K10 
(0%,42%,2%,10%)
(0.00/0.42/0.02/0.10)	

CMYK percentages

%0
%42.17
%2.17
%9.8

Codes

Color #E685E1 in popluar color models

E685E1
RGB230133225
HSL303°65.99%71.18%
HSB/HSV303°42.17%90.20%
CMYK0.00%42.17%2.17%
9.80%

Color #E685E1 in popluar number systems.

HEXE685E1
Decimal230133225
Binary111001101000010111100001
Octal346205341

Shades and tints

Shades of #E685E1

#E685E1
(230,133,225)
#D279CD
(210,121,205)
#BE6DB9
(190,109,185)
#AA61A5
(170,97,165)
#965591
(150,85,145)
#82497D
(130,73,125)
#6E3D69
(110,61,105)
#5A3155
(90,49,85)
#462541
(70,37,65)
#32192D
(50,25,45)
#1E0D19
(30,13,25)
#000000
(0,0,0)

Tints of #E685E1

#E685E1
(230,133,225)
#E890E3
(232,144,227)
#EA9BE5
(234,155,229)
#ECA6E7
(236,166,231)
#EEB1E9
(238,177,233)
#F0BCEB
(240,188,235)
#F2C7ED
(242,199,237)
#F4D2EF
(244,210,239)
#F6DDF1
(246,221,241)
#F8E8F3
(248,232,243)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E685E1; }

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

This text font color is #E685E1.


Background Color

.myBgColor { background-color: #E685E1; }

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

This div background color is #E685E1.


Border color

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

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

This div border color is #E685E1.


Opacity

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

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

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

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

This text has shadow with #E685E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E685E1 on black background.


Color preview on white background

This text has color #E685E1 on white background.



Black color preview on #E685E1 background

This text has black color on #E685E1 background.


White color preview on #E685E1 background

This text has white color on #E685E1 background.