COLOR #E681AE

HEX: #E681AE
RGB: (230,129,174)

Color info

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

RGB color model

#E681AE color RGB value is (230,129,174).

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

RGB channels and saturation

R 230 of 255 = 90%
G 129 of 255 = 51%
B 174 of 255 = 68%

230
129
174

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

Portions of RGB colors in percentages

R + G + B =
230 + 129 + 174 = 533 (100%)
R 230 of 533 ~ 43.15%
G 129 of 533 ~ 24.2%
B 174 of 533 ~ 32.65%

%43.15
%24.2
%32.65

CMYK color model

#E681AE color CMYK value is (0,44,24,10).

  • cyan value is 0.00%
  • magenta value is 43.91%
  • yellow value is 24.35%
  • key color value is 9.80%
CMYK:
(0,44,24,10)
C0M44Y24K10 
(0%,44%,24%,10%)
(0.00/0.44/0.24/0.10)	

CMYK percentages

%0
%43.91
%24.35
%9.8

Codes

Color #E681AE in popluar color models

E681AE
RGB230129174
HSL333°66.89%70.39%
HSB/HSV333°43.91%90.20%
CMYK0.00%43.91%24.35%
9.80%

Color #E681AE in popluar number systems.

HEXE681AE
Decimal230129174
Binary111001101000000110101110
Octal346201256

Shades and tints

Shades of #E681AE

#E681AE
(230,129,174)
#D2769F
(210,118,159)
#BE6B90
(190,107,144)
#AA6081
(170,96,129)
#965572
(150,85,114)
#824A63
(130,74,99)
#6E3F54
(110,63,84)
#5A3445
(90,52,69)
#462936
(70,41,54)
#321E27
(50,30,39)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #E681AE

#E681AE
(230,129,174)
#E88CB5
(232,140,181)
#EA97BC
(234,151,188)
#ECA2C3
(236,162,195)
#EEADCA
(238,173,202)
#F0B8D1
(240,184,209)
#F2C3D8
(242,195,216)
#F4CEDF
(244,206,223)
#F6D9E6
(246,217,230)
#F8E4ED
(248,228,237)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E681AE; }

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

This text font color is #E681AE.


Background Color

.myBgColor { background-color: #E681AE; }

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

This div background color is #E681AE.


Border color

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

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

This div border color is #E681AE.


Opacity

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

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

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

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

This text has shadow with #E681AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E681AE on black background.


Color preview on white background

This text has color #E681AE on white background.



Black color preview on #E681AE background

This text has black color on #E681AE background.


White color preview on #E681AE background

This text has white color on #E681AE background.