COLOR #E681B3

HEX: #E681B3
RGB: (230,129,179)

Color info

#E681B3 contains mainly red and blue colors. Web safe color of #E681B3 is #CC9999 (or #C99).

RGB color model

#E681B3 color RGB value is (230,129,179).

  • red value is 230;
  • green value is 129;
  • blue value is 179.
RGB:
(230,129,179)
(90%,51%,70%)

RGB channels and saturation

R 230 of 255 = 90%
G 129 of 255 = 51%
B 179 of 255 = 70%

230
129
179

R + G + B ~ 70%. #E681B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 129 + 179 = 538 (100%)
R 230 of 538 ~ 42.75%
G 129 of 538 ~ 23.98%
B 179 of 538 ~ 33.27%

%42.75
%23.98
%33.27

CMYK color model

#E681B3 color CMYK value is (0,44,22,10).

  • cyan value is 0.00%
  • magenta value is 43.91%
  • yellow value is 22.17%
  • key color value is 9.80%
CMYK:
(0,44,22,10)
C0M44Y22K10 
(0%,44%,22%,10%)
(0.00/0.44/0.22/0.10)	

CMYK percentages

%0
%43.91
%22.17
%9.8

Codes

Color #E681B3 in popluar color models

E681B3
RGB230129179
HSL330°66.89%70.39%
HSB/HSV330°43.91%90.20%
CMYK0.00%43.91%22.17%
9.80%

Color #E681B3 in popluar number systems.

HEXE681B3
Decimal230129179
Binary111001101000000110110011
Octal346201263

Shades and tints

Shades of #E681B3

#E681B3
(230,129,179)
#D276A3
(210,118,163)
#BE6B93
(190,107,147)
#AA6083
(170,96,131)
#965573
(150,85,115)
#824A63
(130,74,99)
#6E3F53
(110,63,83)
#5A3443
(90,52,67)
#462933
(70,41,51)
#321E23
(50,30,35)
#1E1313
(30,19,19)
#000000
(0,0,0)

Tints of #E681B3

#E681B3
(230,129,179)
#E88CB9
(232,140,185)
#EA97BF
(234,151,191)
#ECA2C5
(236,162,197)
#EEADCB
(238,173,203)
#F0B8D1
(240,184,209)
#F2C3D7
(242,195,215)
#F4CEDD
(244,206,221)
#F6D9E3
(246,217,227)
#F8E4E9
(248,228,233)
#FAEFEF
(250,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E681B3 color. Also use rgb(230,129,179) instead hex code.

Text Font Color

.myTextColor { color: #E681B3; }

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

This text font color is #E681B3.


Background Color

.myBgColor { background-color: #E681B3; }

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

This div background color is #E681B3.


Border color

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

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

This div border color is #E681B3.


Opacity

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

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

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

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

This text has shadow with #E681B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E681B3 on black background.


Color preview on white background

This text has color #E681B3 on white background.



Black color preview on #E681B3 background

This text has black color on #E681B3 background.


White color preview on #E681B3 background

This text has white color on #E681B3 background.