COLOR #E679A3

HEX: #E679A3
RGB: (230,121,163)

Color info

#E679A3 contains mainly red color. Web safe color of #E679A3 is #CC6699 (or #C69).

RGB color model

#E679A3 color RGB value is (230,121,163).

  • red value is 230;
  • green value is 121;
  • blue value is 163.
RGB:
(230,121,163)
(90%,47%,64%)

RGB channels and saturation

R 230 of 255 = 90%
G 121 of 255 = 47%
B 163 of 255 = 64%

230
121
163

R + G + B ~ 67%. #E679A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 121 + 163 = 514 (100%)
R 230 of 514 ~ 44.75%
G 121 of 514 ~ 23.54%
B 163 of 514 ~ 31.71%

%44.75
%23.54
%31.71

CMYK color model

#E679A3 color CMYK value is (0,47,29,10).

  • cyan value is 0.00%
  • magenta value is 47.39%
  • yellow value is 29.13%
  • key color value is 9.80%
CMYK:
(0,47,29,10)
C0M47Y29K10 
(0%,47%,29%,10%)
(0.00/0.47/0.29/0.10)	

CMYK percentages

%0
%47.39
%29.13
%9.8

Codes

Color #E679A3 in popluar color models

E679A3
RGB230121163
HSL337°68.55%68.82%
HSB/HSV337°47.39%90.20%
CMYK0.00%47.39%29.13%
9.80%

Color #E679A3 in popluar number systems.

HEXE679A3
Decimal230121163
Binary11100110111100110100011
Octal346171243

Shades and tints

Shades of #E679A3

#E679A3
(230,121,163)
#D26E95
(210,110,149)
#BE6387
(190,99,135)
#AA5879
(170,88,121)
#964D6B
(150,77,107)
#82425D
(130,66,93)
#6E374F
(110,55,79)
#5A2C41
(90,44,65)
#462133
(70,33,51)
#321625
(50,22,37)
#1E0B17
(30,11,23)
#000000
(0,0,0)

Tints of #E679A3

#E679A3
(230,121,163)
#E885AB
(232,133,171)
#EA91B3
(234,145,179)
#EC9DBB
(236,157,187)
#EEA9C3
(238,169,195)
#F0B5CB
(240,181,203)
#F2C1D3
(242,193,211)
#F4CDDB
(244,205,219)
#F6D9E3
(246,217,227)
#F8E5EB
(248,229,235)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E679A3 color. Also use rgb(230,121,163) instead hex code.

Text Font Color

.myTextColor { color: #E679A3; }

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

This text font color is #E679A3.


Background Color

.myBgColor { background-color: #E679A3; }

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

This div background color is #E679A3.


Border color

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

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

This div border color is #E679A3.


Opacity

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

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

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

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

This text has shadow with #E679A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E679A3 on black background.


Color preview on white background

This text has color #E679A3 on white background.



Black color preview on #E679A3 background

This text has black color on #E679A3 background.


White color preview on #E679A3 background

This text has white color on #E679A3 background.