COLOR #E080A2

HEX: #E080A2
RGB: (224,128,162)

Color info

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

RGB color model

#E080A2 color RGB value is (224,128,162).

  • red value is 224;
  • green value is 128;
  • blue value is 162.
RGB:
(224,128,162)
(88%,50%,64%)

RGB channels and saturation

R 224 of 255 = 88%
G 128 of 255 = 50%
B 162 of 255 = 64%

224
128
162

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

Portions of RGB colors in percentages

R + G + B =
224 + 128 + 162 = 514 (100%)
R 224 of 514 ~ 43.58%
G 128 of 514 ~ 24.9%
B 162 of 514 ~ 31.52%

%43.58
%24.9
%31.52

CMYK color model

#E080A2 color CMYK value is (0,43,28,12).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 27.68%
  • key color value is 12.16%
CMYK:
(0,43,28,12)
C0M43Y28K12 
(0%,43%,28%,12%)
(0.00/0.43/0.28/0.12)	

CMYK percentages

%0
%42.86
%27.68
%12.16

Codes

Color #E080A2 in popluar color models

E080A2
RGB224128162
HSL339°60.76%69.02%
HSB/HSV339°42.86%87.84%
CMYK0.00%42.86%27.68%
12.16%

Color #E080A2 in popluar number systems.

HEXE080A2
Decimal224128162
Binary111000001000000010100010
Octal340200242

Shades and tints

Shades of #E080A2

#E080A2
(224,128,162)
#CC7594
(204,117,148)
#B86A86
(184,106,134)
#A45F78
(164,95,120)
#90546A
(144,84,106)
#7C495C
(124,73,92)
#683E4E
(104,62,78)
#543340
(84,51,64)
#402832
(64,40,50)
#2C1D24
(44,29,36)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #E080A2

#E080A2
(224,128,162)
#E28BAA
(226,139,170)
#E496B2
(228,150,178)
#E6A1BA
(230,161,186)
#E8ACC2
(232,172,194)
#EAB7CA
(234,183,202)
#ECC2D2
(236,194,210)
#EECDDA
(238,205,218)
#F0D8E2
(240,216,226)
#F2E3EA
(242,227,234)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E080A2; }

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

This text font color is #E080A2.


Background Color

.myBgColor { background-color: #E080A2; }

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

This div background color is #E080A2.


Border color

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

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

This div border color is #E080A2.


Opacity

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

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

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

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

This text has shadow with #E080A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E080A2 on black background.


Color preview on white background

This text has color #E080A2 on white background.



Black color preview on #E080A2 background

This text has black color on #E080A2 background.


White color preview on #E080A2 background

This text has white color on #E080A2 background.