COLOR #E680CD

HEX: #E680CD RGB: (230,128,205)

Color info

#E680CD contains mainly red and blue colors. Web safe color of #E680CD is #CC66CC (or #C6C).

RGB color model

#E680CD color RGB value is (230,128,205).

RGB: (230,128,205) (90%, 50%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 128 of 255 = 50%
B 205 of 255 = 80%

230
128
205

R + G + B ~ 73%. #E680CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 128 + 205 = 563 (100%)
R 230 of 563 ~ 40.85%
G 128 of 563 ~ 22.74%
B 205 of 563 ~ 36.41'%

%40.85
%22.74
%36.41

CMYK color model

#E680CD color CMYK value is (0,44,11,10).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 10.87%
  • key color value is 9.80%

CMYK: (0,44,11,10)
C0M44Y11K10 (0%, 44%, 11%, 10%)
(0.00 / 0.44 / 0.11 / 0.10)

CMYK percentages

%0
%44.35
%10.87
%9.8

Codes

Color #E680CD in popluar color models

E6 80 CD
RGB 230 128 205
HSL 315° 67.11% 70.20%
HSB/HSV 315° 44.35% 90.20%
CMYK 0.00% 44.35% 10.87%
9.80%

Color #E680CD in popluar number systems.

HEX E6 80 CD
Decimal 230 128 205
Binary 11100110 10000000 11001101
Octal 346 200 315

Shades and tints

Shades of #E680CD

#E680CD
(230,128,205)
#D275BB
(210,117,187)
#BE6AA9
(190,106,169)
#AA5F97
(170,95,151)
#965485
(150,84,133)
#824973
(130,73,115)
#6E3E61
(110,62,97)
#5A334F
(90,51,79)
#46283D
(70,40,61)
#321D2B
(50,29,43)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #E680CD

#E680CD
(230,128,205)
#E88BD1
(232,139,209)
#EA96D5
(234,150,213)
#ECA1D9
(236,161,217)
#EEACDD
(238,172,221)
#F0B7E1
(240,183,225)
#F2C2E5
(242,194,229)
#F4CDE9
(244,205,233)
#F6D8ED
(246,216,237)
#F8E3F1
(248,227,241)
#FAEEF5
(250,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E680CD; }

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

This text font color is #E680CD.

Background Color

.myBgColor { background-color: #E680CD; }

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

This div background color is #E680CD.

Border color

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

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

This div border color is #E680CD.

Opacity

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

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

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

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

This text has shadow with #E680CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E680CD.

Preview

Color preview on black background

This text has color #E680CD on black background.


Color preview on white background

This text has color #E680CD on white background.


Black color preview on #E680CD background

This text has black color on #E680CD background.


White color preview on #E680CD background

This text has white color on #E680CD background.


Related colors

Complementary color

Complementary color for #hex is #197F32.


I love getcolorcode.com

Triadic colors

1 #CDE680 and #80CDE6 with #E680CD are triadic colors.

2 #CD80E6 and #80E6CD with #E680CD are triadic colors.