COLOR #E679A1

HEX: #E679A1
RGB: (230,121,161)

Color info

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

RGB color model

#E679A1 color RGB value is (230,121,161).

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

RGB channels and saturation

R 230 of 255 = 90%
G 121 of 255 = 47%
B 161 of 255 = 63%

230
121
161

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

Portions of RGB colors in percentages

R + G + B =
230 + 121 + 161 = 512 (100%)
R 230 of 512 ~ 44.92%
G 121 of 512 ~ 23.63%
B 161 of 512 ~ 31.45%

%44.92
%23.63
%31.45

CMYK color model

#E679A1 color CMYK value is (0,47,30,10).

  • cyan value is 0.00%
  • magenta value is 47.39%
  • yellow value is 30.00%
  • key color value is 9.80%
CMYK:
(0,47,30,10)
C0M47Y30K10 
(0%,47%,30%,10%)
(0.00/0.47/0.30/0.10)	

CMYK percentages

%0
%47.39
%30
%9.8

Codes

Color #E679A1 in popluar color models

E679A1
RGB230121161
HSL338°68.55%68.82%
HSB/HSV338°47.39%90.20%
CMYK0.00%47.39%30.00%
9.80%

Color #E679A1 in popluar number systems.

HEXE679A1
Decimal230121161
Binary11100110111100110100001
Octal346171241

Shades and tints

Shades of #E679A1

#E679A1
(230,121,161)
#D26E93
(210,110,147)
#BE6385
(190,99,133)
#AA5877
(170,88,119)
#964D69
(150,77,105)
#82425B
(130,66,91)
#6E374D
(110,55,77)
#5A2C3F
(90,44,63)
#462131
(70,33,49)
#321623
(50,22,35)
#1E0B15
(30,11,21)
#000000
(0,0,0)

Tints of #E679A1

#E679A1
(230,121,161)
#E885A9
(232,133,169)
#EA91B1
(234,145,177)
#EC9DB9
(236,157,185)
#EEA9C1
(238,169,193)
#F0B5C9
(240,181,201)
#F2C1D1
(242,193,209)
#F4CDD9
(244,205,217)
#F6D9E1
(246,217,225)
#F8E5E9
(248,229,233)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E679A1; }

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

This text font color is #E679A1.


Background Color

.myBgColor { background-color: #E679A1; }

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

This div background color is #E679A1.


Border color

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

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

This div border color is #E679A1.


Opacity

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

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

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

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

This text has shadow with #E679A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E679A1 on black background.


Color preview on white background

This text has color #E679A1 on white background.



Black color preview on #E679A1 background

This text has black color on #E679A1 background.


White color preview on #E679A1 background

This text has white color on #E679A1 background.