COLOR #E676AE

HEX: #E676AE
RGB: (230,118,174)

Color info

#E676AE contains mainly red and blue colors. Web safe color of #E676AE is #CC6699 (or #C69).

RGB color model

#E676AE color RGB value is (230,118,174).

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

RGB channels and saturation

R 230 of 255 = 90%
G 118 of 255 = 46%
B 174 of 255 = 68%

230
118
174

R + G + B ~ 68%. #E676AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 118 + 174 = 522 (100%)
R 230 of 522 ~ 44.06%
G 118 of 522 ~ 22.61%
B 174 of 522 ~ 33.33%

%44.06
%22.61
%33.33

CMYK color model

#E676AE color CMYK value is (0,49,24,10).

  • cyan value is 0.00%
  • magenta value is 48.70%
  • yellow value is 24.35%
  • key color value is 9.80%
CMYK:
(0,49,24,10)
C0M49Y24K10 
(0%,49%,24%,10%)
(0.00/0.49/0.24/0.10)	

CMYK percentages

%0
%48.7
%24.35
%9.8

Codes

Color #E676AE in popluar color models

E676AE
RGB230118174
HSL330°69.14%68.24%
HSB/HSV330°48.70%90.20%
CMYK0.00%48.70%24.35%
9.80%

Color #E676AE in popluar number systems.

HEXE676AE
Decimal230118174
Binary11100110111011010101110
Octal346166256

Shades and tints

Shades of #E676AE

#E676AE
(230,118,174)
#D26C9F
(210,108,159)
#BE6290
(190,98,144)
#AA5881
(170,88,129)
#964E72
(150,78,114)
#824463
(130,68,99)
#6E3A54
(110,58,84)
#5A3045
(90,48,69)
#462636
(70,38,54)
#321C27
(50,28,39)
#1E1218
(30,18,24)
#000000
(0,0,0)

Tints of #E676AE

#E676AE
(230,118,174)
#E882B5
(232,130,181)
#EA8EBC
(234,142,188)
#EC9AC3
(236,154,195)
#EEA6CA
(238,166,202)
#F0B2D1
(240,178,209)
#F2BED8
(242,190,216)
#F4CADF
(244,202,223)
#F6D6E6
(246,214,230)
#F8E2ED
(248,226,237)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E676AE; }

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

This text font color is #E676AE.


Background Color

.myBgColor { background-color: #E676AE; }

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

This div background color is #E676AE.


Border color

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

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

This div border color is #E676AE.


Opacity

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

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

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

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

This text has shadow with #E676AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E676AE on black background.


Color preview on white background

This text has color #E676AE on white background.



Black color preview on #E676AE background

This text has black color on #E676AE background.


White color preview on #E676AE background

This text has white color on #E676AE background.