COLOR #E680E9

HEX: #E680E9 RGB: (230,128,233)

Color info

#E680E9 contains mainly red and blue colors. Web safe color of #E680E9 is #CC66FF (or #C6F).

RGB color model

#E680E9 color RGB value is (230,128,233).

RGB: (230,128,233) (90%, 50%, 91%)

RGB channels and saturation

R 230 of 255 = 90%
G 128 of 255 = 50%
B 233 of 255 = 91%

230
128
233

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

Portions of RGB colors in percentages

R + G + B = 230 + 128 + 233 = 591 (100%)
R 230 of 591 ~ 38.92%
G 128 of 591 ~ 21.66%
B 233 of 591 ~ 39.42'%

%38.92
%21.66
%39.42

CMYK color model

#E680E9 color CMYK value is (1,45,0,9).

  • cyan value is 1.29%
  • magenta value is 45.06%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (1,45,0,9) C1M45Y0K9 (1%,45%,0%,9%) (0.01/0.45/0.00/0.09) 

CMYK percentages

%1.29
%45.06
%0
%8.63

Codes

Color #E680E9 in popluar color models

E6 80 E9
RGB 230 128 233
HSL 298° 70.47% 70.78%
HSB/HSV 298° 45.06% 91.37%
CMYK 1.29% 45.06% 0.00%
8.63%

Color #E680E9 in popluar number systems.

HEX E6 80 E9
Decimal 230 128 233
Binary 11100110 10000000 11101001
Octal 346 200 351

Shades and tints

Shades of #E680E9

#E680E9
(230,128,233)
#D275D4
(210,117,212)
#BE6ABF
(190,106,191)
#AA5FAA
(170,95,170)
#965495
(150,84,149)
#824980
(130,73,128)
#6E3E6B
(110,62,107)
#5A3356
(90,51,86)
#462841
(70,40,65)
#321D2C
(50,29,44)
#1E1217
(30,18,23)
#000000
(0,0,0)

Tints of #E680E9

#E680E9
(230,128,233)
#E88BEB
(232,139,235)
#EA96ED
(234,150,237)
#ECA1EF
(236,161,239)
#EEACF1
(238,172,241)
#F0B7F3
(240,183,243)
#F2C2F5
(242,194,245)
#F4CDF7
(244,205,247)
#F6D8F9
(246,216,249)
#F8E3FB
(248,227,251)
#FAEEFD
(250,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E680E9; }

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

This text font color is #E680E9.

Background Color

.myBgColor { background-color: #E680E9; }

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

This div background color is #E680E9.

Border color

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

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

This div border color is #E680E9.

Opacity

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

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

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

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

This text has shadow with #E680E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E680E9.

Preview

Color preview on black background

This text has color #E680E9 on black background.


Color preview on white background

This text has color #E680E9 on white background.


Black color preview on #E680E9 background

This text has black color on #E680E9 background.


White color preview on #E680E9 background

This text has white color on #E680E9 background.


Related colors

Complementary color

Complementary color for #hex is #197F16.


I love getcolorcode.com

Triadic colors

1 #E9E680 and #80E9E6 with #E680E9 are triadic colors.

2 #E980E6 and #80E6E9 with #E680E9 are triadic colors.