COLOR #E080AE

HEX: #E080AE RGB: (224,128,174)

Color info

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

RGB color model

#E080AE color RGB value is (224,128,174).

RGB: (224,128,174) (88%, 50%, 68%)

RGB channels and saturation

R 224 of 255 = 88%
G 128 of 255 = 50%
B 174 of 255 = 68%

224
128
174

R + G + B ~ 69%. #E080AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 128 + 174 = 526 (100%)
R 224 of 526 ~ 42.59%
G 128 of 526 ~ 24.33%
B 174 of 526 ~ 33.08'%

%42.59
%24.33
%33.08

CMYK color model

#E080AE color CMYK value is (0,43,22,12).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 22.32%
  • key color value is 12.16%
CMYK: (0,43,22,12) C0M43Y22K12 (0%,43%,22%,12%) (0.00/0.43/0.22/0.12) 

CMYK percentages

%0
%42.86
%22.32
%12.16

Codes

Color #E080AE in popluar color models

E0 80 AE
RGB 224 128 174
HSL 331° 60.76% 69.02%
HSB/HSV 331° 42.86% 87.84%
CMYK 0.00% 42.86% 22.32%
12.16%

Color #E080AE in popluar number systems.

HEX E0 80 AE
Decimal 224 128 174
Binary 11100000 10000000 10101110
Octal 340 200 256

Shades and tints

Shades of #E080AE

#E080AE
(224,128,174)
#CC759F
(204,117,159)
#B86A90
(184,106,144)
#A45F81
(164,95,129)
#905472
(144,84,114)
#7C4963
(124,73,99)
#683E54
(104,62,84)
#543345
(84,51,69)
#402836
(64,40,54)
#2C1D27
(44,29,39)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #E080AE

#E080AE
(224,128,174)
#E28BB5
(226,139,181)
#E496BC
(228,150,188)
#E6A1C3
(230,161,195)
#E8ACCA
(232,172,202)
#EAB7D1
(234,183,209)
#ECC2D8
(236,194,216)
#EECDDF
(238,205,223)
#F0D8E6
(240,216,230)
#F2E3ED
(242,227,237)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E080AE color. Also use rgb(224,128,174) instead hex code.

Text Font Color

.myTextColor { color: #E080AE; }

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

This text font color is #E080AE.

Background Color

.myBgColor { background-color: #E080AE; }

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

This div background color is #E080AE.

Border color

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

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

This div border color is #E080AE.

Opacity

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

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

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

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

This text has shadow with #E080AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E080AE.

Preview

Color preview on black background

This text has color #E080AE on black background.


Color preview on white background

This text has color #E080AE on white background.


Black color preview on #E080AE background

This text has black color on #E080AE background.


White color preview on #E080AE background

This text has white color on #E080AE background.


Related colors

Complementary color

Complementary color for #hex is #1F7F51.


I love getcolorcode.com

Triadic colors

1 #AEE080 and #80AEE0 with #E080AE are triadic colors.

2 #AE80E0 and #80E0AE with #E080AE are triadic colors.