COLOR #E684B6

HEX: #E684B6
RGB: (230,132,182)

Color info

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

RGB color model

#E684B6 color RGB value is (230,132,182).

  • red value is 230;
  • green value is 132;
  • blue value is 182.
RGB:
(230,132,182)
(90%,52%,71%)

RGB channels and saturation

R 230 of 255 = 90%
G 132 of 255 = 52%
B 182 of 255 = 71%

230
132
182

R + G + B ~ 71%. #E684B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 132 + 182 = 544 (100%)
R 230 of 544 ~ 42.28%
G 132 of 544 ~ 24.26%
B 182 of 544 ~ 33.46%

%42.28
%24.26
%33.46

CMYK color model

#E684B6 color CMYK value is (0,43,21,10).

  • cyan value is 0.00%
  • magenta value is 42.61%
  • yellow value is 20.87%
  • key color value is 9.80%
CMYK:
(0,43,21,10)
C0M43Y21K10 
(0%,43%,21%,10%)
(0.00/0.43/0.21/0.10)	

CMYK percentages

%0
%42.61
%20.87
%9.8

Codes

Color #E684B6 in popluar color models

E684B6
RGB230132182
HSL329°66.22%70.98%
HSB/HSV329°42.61%90.20%
CMYK0.00%42.61%20.87%
9.80%

Color #E684B6 in popluar number systems.

HEXE684B6
Decimal230132182
Binary111001101000010010110110
Octal346204266

Shades and tints

Shades of #E684B6

#E684B6
(230,132,182)
#D278A6
(210,120,166)
#BE6C96
(190,108,150)
#AA6086
(170,96,134)
#965476
(150,84,118)
#824866
(130,72,102)
#6E3C56
(110,60,86)
#5A3046
(90,48,70)
#462436
(70,36,54)
#321826
(50,24,38)
#1E0C16
(30,12,22)
#000000
(0,0,0)

Tints of #E684B6

#E684B6
(230,132,182)
#E88FBC
(232,143,188)
#EA9AC2
(234,154,194)
#ECA5C8
(236,165,200)
#EEB0CE
(238,176,206)
#F0BBD4
(240,187,212)
#F2C6DA
(242,198,218)
#F4D1E0
(244,209,224)
#F6DCE6
(246,220,230)
#F8E7EC
(248,231,236)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E684B6 color. Also use rgb(230,132,182) instead hex code.

Text Font Color

.myTextColor { color: #E684B6; }

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

This text font color is #E684B6.


Background Color

.myBgColor { background-color: #E684B6; }

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

This div background color is #E684B6.


Border color

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

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

This div border color is #E684B6.


Opacity

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

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

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

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

This text has shadow with #E684B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E684B6 on black background.


Color preview on white background

This text has color #E684B6 on white background.



Black color preview on #E684B6 background

This text has black color on #E684B6 background.


White color preview on #E684B6 background

This text has white color on #E684B6 background.